Home
last modified time | relevance | path

Searched defs:cr (Results 1 – 25 of 1607) sorted by relevance

12345678910>>...65

/aosp_15_r20/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/data/
DPickerDbFacadeTest.java154 try (Cursor cr = queryMediaAll(mFacade)) { in testAddLocalOnlyMedia()
166 try (Cursor cr = queryMediaAll(mFacade)) { in testAddLocalOnlyMedia()
182 try (Cursor cr = queryMediaAll(mFacade)) { in testAddCloudPlusLocal()
198 try (Cursor cr = queryMediaAll(mFacade)) { in testAddCloudOnly()
210 try (Cursor cr = queryMediaAll(mFacade)) { in testAddCloudOnly()
228 try (Cursor cr = queryMediaAll(mFacade)) { in testAddLocalAndCloud_Dedupe()
247 try (Cursor cr = queryMediaAll(mFacade)) { in testAddCloudAndLocal_Dedupe()
268 try (Cursor cr = queryMediaAll(mFacade)) { in testMediaSortOrder()
296 try (Cursor cr = queryAlbumMedia(mFacade, ALBUM_ID, true)) { in testAddLocalAlbumMedia()
310 try (Cursor cr = queryAlbumMedia(mFacade, ALBUM_ID, true)) { in testAddLocalAlbumMedia()
[all …]
/aosp_15_r20/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/
DPickerSyncControllerTest.java266 try (Cursor cr = queryMedia()) { in testSyncIsCancelledIfCloudProviderIsChanged()
287 try (Cursor cr = queryMedia()) { in testSyncAllMediaNoCloud()
300 try (Cursor cr = queryMedia()) { in testSyncAllMediaNoCloud()
313 try (Cursor cr = queryMedia()) { in testSyncAllMediaNoCloud()
341 try (Cursor cr = queryAlbumMedia(ALBUM_ID_1, true)) { in testSyncAllAlbumMediaNoCloud()
356 try (Cursor cr = queryAlbumMedia(ALBUM_ID_1, true)) { in testSyncAllAlbumMediaNoCloud()
369 try (Cursor cr = queryAlbumMedia(ALBUM_ID_2, true)) { in testSyncAllAlbumMediaNoCloud()
383 try (Cursor cr = queryAlbumMedia(ALBUM_ID_2, true)) { in testSyncAllAlbumMediaNoCloud()
412 try (Cursor cr = queryMedia()) { in testSyncAllMediaCloudOnly()
427 try (Cursor cr = queryMedia()) { in testSyncAllMediaCloudOnly()
[all …]
DPickerDataLayerTest.java170 try (Cursor cr = mDataLayer.fetchAllMedia(buildDefaultQueryArgs())) { in testFetchMediaNoFilter()
196 try (Cursor cr = mDataLayer.fetchAllMedia(defaultQueryArgs)) { in testFetchMediaFavorites()
203 try (Cursor cr = mDataLayer.fetchAllMedia(favoriteQueryArgs)) { in testFetchMediaFavorites()
229 try (Cursor cr = mDataLayer.fetchAllMedia(defaultQueryArgs)) { in testFetchMediaFavoritesMimeTypeFilter()
236 try (Cursor cr = mDataLayer.fetchAllMedia(favoriteMimeTypeQueryArgs)) { in testFetchMediaFavoritesMimeTypeFilter()
261 try (Cursor cr = mDataLayer.fetchAllMedia(defaultQueryArgs)) { in testFetchMediaFavoritesSizeFilter()
268 try (Cursor cr = mDataLayer.fetchAllMedia(favoriteSizeQueryArgs)) { in testFetchMediaFavoritesSizeFilter()
293 try (Cursor cr = mDataLayer.fetchAllMedia(defaultQueryArgs)) { in testFetchMediaFavoritesMimeTypeAndSizeFilter()
300 try (Cursor cr = mDataLayer.fetchAllMedia(favoriteSizeAndMimeTypeQueryArgs)) { in testFetchMediaFavoritesMimeTypeAndSizeFilter()
318 try (Cursor cr = mDataLayer.fetchAllMedia(queryArgs)) { in testFetchMediaMimeTypeFilter()
[all …]
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowSettings.java50 protected static boolean putInt(ContentResolver cr, String name, int value) { in putInt()
55 protected static int getInt(ContentResolver cr, String name, int def) { in getInt()
60 protected static int getInt(ContentResolver cr, String name) throws SettingNotFoundException { in getInt()
65 protected static boolean putString(ContentResolver cr, String name, String value) { in putString()
70 protected static String getString(ContentResolver cr, String name) { in getString()
75 protected static String getStringForUser(ContentResolver cr, String name, int userHandle) { in getStringForUser()
80 protected static boolean putLong(ContentResolver cr, String name, long value) { in putLong()
85 protected static long getLong(ContentResolver cr, String name, long def) { in getLong()
90 protected static long getLong(ContentResolver cr, String name) throws SettingNotFoundException { in getLong()
95 protected static boolean putFloat(ContentResolver cr, String name, float value) { in putFloat()
[all …]
/aosp_15_r20/external/XNNPACK/test/
H A Dpacking.cc20 size_t cr = 2; in TEST() local
66 size_t cr = 2; in TEST() local
128 size_t cr = 2; in TEST() local
179 size_t cr = 2; in TEST() local
253 size_t cr = 2; in TEST() local
299 size_t cr = 2; in TEST() local
359 size_t cr = 2; in TEST() local
410 size_t cr = 2; in TEST() local
478 size_t cr = 2; in TEST() local
521 size_t cr = 2; in TEST() local
[all …]
/aosp_15_r20/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/v2/
DPickerDataLayerV2Test.java381 try (Cursor cr = PickerDataLayerV2.queryMedia( in testQueryMediaWithInvalidProviders()
404 try (Cursor cr = PickerDataLayerV2.queryMedia( in testQueryMediaWithCloudQueryDisabled()
434 try (Cursor cr = PickerDataLayerV2.queryMedia( in testQueryLocalMediaSortOrder()
480 try (Cursor cr = PickerDataLayerV2.queryMedia( in testQueryLocalMediaWithGrants()
553 try (Cursor cr = PickerDataLayerV2.queryPreviewMedia( in testQueryLocalMediaForPreview()
604 try (Cursor cr = PickerDataLayerV2.queryMediaForPreSelection( in queryMediaOnlyLocalWithPreSelection()
650 try (Cursor cr = PickerDataLayerV2.queryMediaForPreSelection( in queryMediaCloudOnlyWithPreSelection()
702 try (Cursor cr = PickerDataLayerV2.queryMediaForPreSelection( in queryMediaWithCloudQueryEnabledWithPreSelection()
753 try (Cursor cr = PickerDataLayerV2.fetchMediaGrantsCount( in testFetchMediaGrantsCount()
790 try (Cursor cr = PickerDataLayerV2.queryMedia( in queryMediaWithCloudQueryEnabled()
[all …]
/aosp_15_r20/frameworks/base/core/java/android/provider/
H A DBrowser.java243 public static final Cursor getAllBookmarks(ContentResolver cr) throws in getAllBookmarks()
255 public static final Cursor getAllVisitedUrls(ContentResolver cr) throws in getAllVisitedUrls()
264 private static final Cursor getVisitedLike(ContentResolver cr, String url) { in getVisitedLike()
313 public static final void updateVisitedHistory(ContentResolver cr, in updateVisitedHistory()
325 public static final String[] getVisitedHistory(ContentResolver cr) { in getVisitedHistory()
339 public static final void truncateHistory(ContentResolver cr) { in truncateHistory()
349 public static final boolean canClearHistory(ContentResolver cr) { in canClearHistory()
360 public static final void clearHistory(ContentResolver cr) { in clearHistory()
374 public static final void deleteHistoryTimeFrame(ContentResolver cr, in deleteHistoryTimeFrame()
385 public static final void deleteFromHistory(ContentResolver cr, in deleteFromHistory()
[all …]
/aosp_15_r20/packages/services/Telecomm/src/com/android/server/telecom/
DTimeouts.java40 public long getCallScreeningTimeoutMillis(ContentResolver cr) { in getCallScreeningTimeoutMillis()
44 public long getCallBindBluetoothInCallServicesDelay(ContentResolver cr) { in getCallBindBluetoothInCallServicesDelay()
48 public long getCallRemoveUnbindInCallServicesDelay(ContentResolver cr) { in getCallRemoveUnbindInCallServicesDelay()
52 public long getRetryBluetoothConnectAudioBackoffMillis(ContentResolver cr) { in getRetryBluetoothConnectAudioBackoffMillis()
56 public long getBluetoothPendingTimeoutMillis(ContentResolver cr) { in getBluetoothPendingTimeoutMillis()
60 public long getEmergencyCallbackWindowMillis(ContentResolver cr) { in getEmergencyCallbackWindowMillis()
64 public long getEmergencyCallTimeoutMillis(ContentResolver cr) { in getEmergencyCallTimeoutMillis()
68 public long getEmergencyCallTimeoutRadioOffMillis(ContentResolver cr) { in getEmergencyCallTimeoutRadioOffMillis()
72 public long getUserDefinedCallRedirectionTimeoutMillis(ContentResolver cr) { in getUserDefinedCallRedirectionTimeoutMillis()
76 public long getCarrierCallRedirectionTimeoutMillis(ContentResolver cr) { in getCarrierCallRedirectionTimeoutMillis()
[all …]
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c34 CYCLIC_REFRESH *const cr = vpx_calloc(1, sizeof(*cr)); in vp9_cyclic_refresh_alloc() local
55 void vp9_cyclic_refresh_free(CYCLIC_REFRESH *cr) { in vp9_cyclic_refresh_free()
67 static int candidate_refresh_aq(const CYCLIC_REFRESH *cr, const MODE_INFO *mi, in candidate_refresh_aq()
91 const CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in compute_deltaq() local
108 const CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_estimate_bits_at_q() local
140 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_rc_bits_per_mb() local
166 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_update_segment() local
230 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_update_sb_postencode() local
264 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_postencode() local
322 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_set_golden_update() local
[all …]
/aosp_15_r20/external/libaom/av1/encoder/
H A Daq_cyclicrefresh.c25 CYCLIC_REFRESH *const cr = aom_calloc(1, sizeof(*cr)); in av1_cyclic_refresh_alloc() local
39 void av1_cyclic_refresh_free(CYCLIC_REFRESH *cr) { in av1_cyclic_refresh_free()
50 static int candidate_refresh_aq(const CYCLIC_REFRESH *cr, in candidate_refresh_aq()
79 const CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in compute_deltaq() local
92 const CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in av1_cyclic_refresh_estimate_bits_at_q() local
121 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in av1_cyclic_refresh_rc_bits_per_mb() local
160 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in av1_cyclic_reset_segment_skip() local
198 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in av1_cyclic_refresh_update_segment() local
272 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in av1_cyclic_refresh_set_golden_update() local
297 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in cyclic_refresh_update_map() local
[all …]
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/device/metric/
DPerfettoPullerMetricCollectorTest.java106 CommandResult cr = new CommandResult(); in testProcessingFlow() local
146 CommandResult cr = new CommandResult(); in testProcessingFlowWithFileSizeMetric() local
186 CommandResult cr = new CommandResult(); in testCompressedProcessingFlow() local
224 CommandResult cr = new CommandResult(); in testScriptFailureStatus() local
263 CommandResult cr = new CommandResult(); in testBinaryArgs() local
299 CommandResult cr = new CommandResult(); in testTraceProcessorArgsDefaults() local
351 CommandResult cr = new CommandResult(); in testTraceProcessorAdditionalArgs() local
388 CommandResult cr = new CommandResult(); in testTraceProcessorRunTimeAndStatus_success() local
438 CommandResult cr = new CommandResult(); in testTraceProcessorRunTimeAndStatus_failure() local
/aosp_15_r20/packages/services/Car/service/src/com/android/car/provider/
DSettings.java30 int getIntSystem(ContentResolver cr, String name) throws SettingNotFoundException; in getIntSystem()
35 void putIntSystem(ContentResolver cr, String name, int value); in putIntSystem()
55 int getIntGlobal(ContentResolver cr, String name, int def); in getIntGlobal()
60 boolean putIntGlobal(ContentResolver cr, String name, int value); in putIntGlobal()
67 public int getIntSystem(ContentResolver cr, String name) throws SettingNotFoundException { in getIntSystem()
72 public void putIntSystem(ContentResolver cr, String name, int value) { in putIntSystem()
92 public int getIntGlobal(ContentResolver cr, String name, int def) { in getIntGlobal()
97 public boolean putIntGlobal(ContentResolver cr, String name, int value) { in putIntGlobal()
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-cairo.cc57 cairo_t *cr = (cairo_t *) draw_data; in hb_cairo_move_to() local
69 cairo_t *cr = (cairo_t *) draw_data; in hb_cairo_line_to() local
83 cairo_t *cr = (cairo_t *) draw_data; in hb_cairo_cubic_to() local
97 cairo_t *cr = (cairo_t *) draw_data; in hb_cairo_close_path() local
147 cairo_t *cr = c->cr; in hb_cairo_push_transform() local
164 cairo_t *cr = c->cr; in hb_cairo_pop_transform() local
177 cairo_t *cr = c->cr; in hb_cairo_paint_color_glyph() local
203 cairo_t *cr = c->cr; in hb_cairo_push_clip_glyph() local
219 cairo_t *cr = c->cr; in hb_cairo_push_clip_rectangle() local
234 cairo_t *cr = c->cr; in hb_cairo_pop_clip() local
[all …]
/aosp_15_r20/hardware/interfaces/boot/1.0/vts/functional/
H A DVtsHalBootV1_0TargetTest.cpp55 return [=](CommandResult cr) { *dest = cr; }; in generate_callback()
73 CommandResult cr; in TEST_P() local
89 CommandResult cr; in TEST_P() local
95 CommandResult cr; in TEST_P() local
111 CommandResult cr; in TEST_P() local
124 CommandResult cr; in TEST_P() local
145 CommandResult cr; in TEST_P() local
177 CommandResult cr; in TEST_P() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/audio/
H A DSettingsAdapter.java35 public int getGlobalInt(ContentResolver cr, String name, int def) { in getGlobalInt()
45 public boolean putGlobalInt(ContentResolver cr, String name, int value) { in putGlobalInt()
59 public int getSystemIntForUser(ContentResolver cr, String name, int def, int userHandle) { in getSystemIntForUser()
64 public boolean putSystemIntForUser(ContentResolver cr, String name, int value, int userHandle) { in putSystemIntForUser()
73 public int getSecureIntForUser(ContentResolver cr, String name, int def, int userHandle) { in getSecureIntForUser()
83 public boolean putSecureIntForUser(ContentResolver cr, String name, int value, int userHandle) { in putSecureIntForUser()
88 public boolean putSecureStringForUser(ContentResolver cr, String name, String value, in putSecureStringForUser()
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
H A DNoOpSettingsAdapter.java34 public int getGlobalInt(ContentResolver cr, String name, int def) { in getGlobalInt()
44 public boolean putGlobalInt(ContentResolver cr, String name, int value) { in putGlobalInt()
62 public int getSystemIntForUser(ContentResolver cr, String name, int def, int userHandle) { in getSystemIntForUser()
67 public boolean putSystemIntForUser(ContentResolver cr, String name, int value, int userHandle) { in putSystemIntForUser()
80 public int getSecureIntForUser(ContentResolver cr, String name, int def, int userHandle) { in getSecureIntForUser()
90 public boolean putSecureIntForUser(ContentResolver cr, String name, int value, int userHandle) { in putSecureIntForUser()
96 public boolean putSecureStringForUser(ContentResolver cr, String name, String value, in putSecureStringForUser()
/aosp_15_r20/external/aws-sdk-java-v2/core/http-auth-aws/src/test/java/software/amazon/awssdk/http/auth/aws/internal/signer/
H A DV4CanonicalRequestTest.java88 V4CanonicalRequest cr = new V4CanonicalRequest(request, "sha-256", in canonicalRequest_WithForbiddenHeaders_shouldExcludeForbidden() local
104 V4CanonicalRequest cr = new V4CanonicalRequest(request, "sha-256", in canonicalRequest_WithMultiValueHeaders_shouldCommaSeparateValues() local
119 V4CanonicalRequest cr = new V4CanonicalRequest(request, "sha-256", in canonicalRequest_withSpacedHeaders_shouldStripWhitespace() local
134 V4CanonicalRequest cr = new V4CanonicalRequest(request, "sha-256", in canonicalRequest_withEmptyHeaders_shouldSucceed() local
149 V4CanonicalRequest cr = new V4CanonicalRequest(request, "sha-256", in canonicalRequest_withWhitespaceHeaders_shouldSucceed() local
164 V4CanonicalRequest cr = new V4CanonicalRequest(request, "sha-256", in canonicalRequest_WithNullParamValue_shouldIncludeEquals() local
179 V4CanonicalRequest cr = new V4CanonicalRequest(request, "sha-256", in canonicalRequest_WithEmptyParamKey_shouldExcludeParam() local
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/
H A Dcodechal_debug.cpp37 std::ostream &operator<<(std::ostream &oss, const CODEC_AVC_PIC_PARAMS &cr) in operator <<()
117 std::ostream &operator<<(std::ostream &oss, const CODEC_AVC_SF_SLICE_PARAMS &cr) in operator <<()
128 std::ostream &operator<<(std::ostream &oss, const CODEC_AVC_SLICE_PARAMS &cr) in operator <<()
186 std::ostream &operator<<(std::ostream &oss, const CODEC_AVC_IQ_MATRIX_PARAMS &cr) in operator <<()
287 std::ostream &operator<<(std::ostream &oss, const CODEC_HEVC_PIC_PARAMS &cr) in operator <<()
445 std::ostream &operator<<(std::ostream &oss, const CODEC_HEVC_EXT_PIC_PARAMS &cr) in operator <<()
484 std::ostream &operator<<(std::ostream &oss, const CODEC_HEVC_SCC_PIC_PARAMS &cr) in operator <<()
512 std::ostream &operator<<(std::ostream &oss, const CODEC_HEVC_SF_SLICE_PARAMS &cr) in operator <<()
524 std::ostream &operator<<(std::ostream &oss, const CODEC_HEVC_SLICE_PARAMS &cr) in operator <<()
615 std::ostream &operator<<(std::ostream &oss, const CODEC_HEVC_EXT_SLICE_PARAMS &cr) in operator <<()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_int.h84 uint8_t cr; member
112 uint8_t cr; member
183 #define RFCOMM_SABME_FCS(p_data, cr, dlci) rfc_sabme_fcs[cr][dlci] argument
184 #define RFCOMM_UA_FCS(p_data, cr, dlci) rfc_ua_fcs[cr][dlci] argument
185 #define RFCOMM_DM_FCS(p_data, cr, dlci) rfc_dm_fcs[cr][dlci] argument
186 #define RFCOMM_DISC_FCS(p_data, cr, dlci) rfc_disc_fcs[cr][dlci] argument
193 #define RFCOMM_SABME_FCS(p_data, cr, dlci) rfc_calc_fcs(3, p_data) argument
194 #define RFCOMM_UA_FCS(p_data, cr, dlci) rfc_calc_fcs(3, p_data) argument
195 #define RFCOMM_DM_FCS(p_data, cr, dlci) rfc_calc_fcs(3, p_data) argument
196 #define RFCOMM_DISC_FCS(p_data, cr, dlci) rfc_calc_fcs(3, p_data) argument
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/d2d/
DTimeouts.java30 public Adapter(ContentResolver cr) { in Adapter()
81 public static long getRtpMessageAckDurationMillis(ContentResolver cr) { in getRtpMessageAckDurationMillis()
91 public static long getDtmfMinimumIntervalMillis(ContentResolver cr) { in getDtmfMinimumIntervalMillis()
100 public static long getMaxDurationOfDtmfMessageMillis(ContentResolver cr) { in getMaxDurationOfDtmfMessageMillis()
109 public static long getDtmfNegotiationTimeoutMillis(ContentResolver cr) { in getDtmfNegotiationTimeoutMillis()
121 public static long getDtmfDurationFuzzMillis(ContentResolver cr) { in getDtmfDurationFuzzMillis()
/aosp_15_r20/frameworks/layoutlib/create/tests/src/com/android/tools/layoutlib/create/
H A DDelegateClassAdapterTest.java102 ClassReader cr = new ClassReader(NATIVE_CLASS_NAME); in testNoOp() local
159 ClassReader cr = new ClassReader(NATIVE_CLASS_NAME); in testConstructorAfterDelegate() local
191 ClassReader cr = new ClassReader(INNER_CLASS_NAME); in testInnerConstructorAfterDelegate() local
226 ClassReader cr = new ClassReader(STATIC_INNER_CLASS_NAME); in testStaticInnerConstructorAfterDelegate() local
258 ClassReader cr = new ClassReader(CLASS_WITH_STATIC_INIT_NAME); in testDelegateStaticInitializer() local
292 ClassReader cr = new ClassReader(INNER_CLASS_WITH_STATIC_INIT_NAME); in testDelegateInnerClassStaticInitializer() local
325 ClassReader cr = new ClassReader(NATIVE_CLASS_NAME); in testDelegateNative() local
380 ClassReader cr = new ClassReader(OUTER_CLASS_NAME); in testDelegateInner() local
462 ClassReader cr = new ClassReader(OUTER_CLASS_NAME); in testDelegateStaticInner() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/
H A DTradeInModeService.java103 final ContentResolver cr = mContext.getContentResolver(); in onBootPhase() local
209 final ContentResolver cr = mContext.getContentResolver(); in startTradeInMode() local
225 final ContentResolver cr = mContext.getContentResolver(); in stopTradeInMode() local
238 final ContentResolver cr = mContext.getContentResolver(); in isAdbEnabled() local
260 final ContentResolver cr = mContext.getContentResolver(); in isDeviceSetup() local
293 final ContentResolver cr = mContext.getContentResolver(); in watchForSetupCompletion() local
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowSystemSettings.java43 protected static boolean putStringForUser(ContentResolver cr, String name, String value, in putStringForUser()
49 protected static String getStringForUser(ContentResolver cr, String name, int userHandle) { in getStringForUser()
54 protected static boolean putString(ContentResolver cr, String name, String value) { in putString()
60 protected static String getString(ContentResolver cr, String name) { in getString()
64 private static Map<String, String> get(ContentResolver cr) { in get()
/aosp_15_r20/packages/apps/QuickAccessWallet/tests/robolectric/src/com/android/systemui/plugin/globalactions/wallet/
DWalletPluginServiceTest.java46 ContentResolver cr = mContext.getContentResolver(); in onCreate_serviceAvailable_enablesFeatureInSettings() local
59 ContentResolver cr = mContext.getContentResolver(); in onCreate_serviceUnavailable_disablesFeatureInSettings() local
68 ContentResolver cr = mContext.getContentResolver(); in onCreate_doesNotOverridePanelEnabledSettingIfOff() local
81 ContentResolver cr = mContext.getContentResolver(); in onPanelShown_wasUnavailable_nowAvailable_updatesFeatureAvailabilityInSettings() local
100 ContentResolver cr = mContext.getContentResolver(); in onPanelShown_wasAvailable_nowUnavailable_updatesFeatureAvailabilityInSettings() local
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/datamodel/
DMessagingContentProvider.java108 final ContentResolver cr = context.getContentResolver(); in notifyEverythingChanged() local
129 final ContentResolver cr = Factory.get().getApplicationContext().getContentResolver(); in notifyParticipantsChanged() local
134 final ContentResolver cr = Factory.get().getApplicationContext().getContentResolver(); in notifyAllMessagesChanged() local
139 final ContentResolver cr = Factory.get().getApplicationContext().getContentResolver(); in notifyAllParticipantsChanged() local
184 final ContentResolver cr = context.getContentResolver(); in notifyMessagesChanged() local
203 final ContentResolver cr = Factory.get().getApplicationContext().getContentResolver(); in notifyConversationMetadataChanged() local
209 final ContentResolver cr = Factory.get().getApplicationContext().getContentResolver(); in notifyPartsChanged() local
215 final ContentResolver cr = context.getContentResolver(); in notifyConversationListChanged() local

12345678910>>...65