/aosp_15_r20/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/v2/ |
D | PickerDataLayerV2.java | 198 public static Cursor queryMedia(@NonNull Context appContext, @NonNull Bundle queryArgs) { in queryMedia() 232 static Cursor queryPreviewMedia(@NonNull Context appContext, @NonNull Bundle queryArgs) { in queryPreviewMedia() 271 static Cursor queryAlbums(@NonNull Context appContext, @NonNull Bundle queryArgs) { in queryAlbums() 341 public static Cursor queryCategoriesAndAlbums( in queryCategoriesAndAlbums() 448 static Cursor queryAlbumMedia( in queryAlbumMedia() 497 public static Cursor querySearchMedia( in querySearchMedia() 543 static Cursor querySearchSuggestions( in querySearchSuggestions() 567 static Cursor querySearchSuggestions( in querySearchSuggestions() 655 static Cursor fetchMediaGrantsCount( in fetchMediaGrantsCount() 694 private static void waitForOngoingSync( in waitForOngoingSync() [all …]
|
D | SearchSuggestionsProvider.java | 151 public static List<SearchSuggestion> getSuggestionsFromCloudProvider( in getSuggestionsFromCloudProvider() 185 public static List<SearchSuggestion> getSuggestionsFromLocalProvider( in getSuggestionsFromLocalProvider() 220 private static List<SearchSuggestion> getSuggestionsFromCmp( in getSuggestionsFromCmp()
|
/aosp_15_r20/cts/tests/tests/identity/src/android/security/identity/cts/ |
H A D | ProvisioningTest.java | 383 Context appContext = InstrumentationRegistry.getTargetContext(); in alreadyPersonalized() local 402 Context appContext = InstrumentationRegistry.getTargetContext(); in nonExistent() local 415 Context appContext = InstrumentationRegistry.getTargetContext(); in defaultStoreSupportsAnyDocumentType() local 427 Context appContext = InstrumentationRegistry.getTargetContext(); in deleteCredentialByName() local 465 Context appContext = InstrumentationRegistry.getTargetContext(); in deleteCredential() local 521 Context appContext = InstrumentationRegistry.getTargetContext(); in proofOfOwnership() local 573 Context appContext = InstrumentationRegistry.getTargetContext(); in testProvisionAndRetrieve() local 663 Context appContext = InstrumentationRegistry.getTargetContext(); in testProvisionAndRetrieveMultipleTimes() local 726 Context appContext = InstrumentationRegistry.getTargetContext(); in testProvisionAndRetrieveWithFiltering() local 779 Context appContext = InstrumentationRegistry.getTargetContext(); in testProvisionAndRetrieveElementWithNoACP() local [all …]
|
H A D | TestUtil.java | 101 Context appContext = InstrumentationRegistry.getTargetContext(); in getFeatureVersion() local 135 Context appContext = InstrumentationRegistry.getTargetContext(); in isHalImplemented() local 146 Context appContext = InstrumentationRegistry.getTargetContext(); in isDirectAccessHalImplemented() local 156 Context appContext = InstrumentationRegistry.getTargetContext(); in isLockScreenSupported() local
|
H A D | DynamicAuthTest.java | 70 Context appContext = InstrumentationRegistry.getTargetContext(); in dynamicAuthTest() local 467 Context appContext = InstrumentationRegistry.getTargetContext(); in dynamicAuthWithExpirationTest() local 596 Context appContext = InstrumentationRegistry.getTargetContext(); in dynamicAuthMinValidTimeTest() local 810 Context appContext = InstrumentationRegistry.getTargetContext(); in dynamicAuthCanGetExpirations() local 876 Context appContext = InstrumentationRegistry.getTargetContext(); in dynamicAuthMultipleGetEntries() local 939 Context appContext = InstrumentationRegistry.getTargetContext(); in dynamicAuthNoUsageCountIncrement() local
|
H A D | UserAuthTest.java | 82 Context appContext = InstrumentationRegistry.getTargetContext(); in performDeviceLock() local 94 Context appContext = InstrumentationRegistry.getTargetContext(); in performDeviceUnlock() local 120 Context appContext = InstrumentationRegistry.getTargetContext(); in testUserAuth() local 145 Context appContext = InstrumentationRegistry.getTargetContext(); in doTestUserAuth() local
|
/aosp_15_r20/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/v2/sqlite/ |
D | PickerMediaDatabaseUtil.java | 70 public static Cursor queryMedia( in queryMedia() 163 public static Cursor queryAlbumMedia( in queryAlbumMedia() 262 public static Cursor queryPreSelectedMedia( in queryPreSelectedMedia() 309 @NonNull Context appContext, in queryMergedAlbumMedia() 414 Context appContext, in getMergedAlbumsCursor() 503 private static String getMediaPageQuery( in getMediaPageQuery() 539 private static String getMediaNextPageKeyQuery( in getMediaNextPageKeyQuery() 588 private static String getMediaPreviousPageQuery( in getMediaPreviousPageQuery() 630 private static String getMediaItemsBeforeCountQuery( in getMediaItemsBeforeCountQuery()
|
/aosp_15_r20/cts/tests/framework/base/localeconfig/src/com/android/cts/localeconfig/ |
H A D | LocaleConfigTest.java | 90 Context appContext = mContext.createPackageContext(TEST_PACKAGE, 0); in testGetLocaleList() local 108 Context appContext = mContext.createPackageContext(TEST_PACKAGE, 0); in testGetDefaultLocale() local 122 Context appContext = mContext.createPackageContext(TEST_PACKAGE_WITHOUT_LOCALECONFIG, 0); in testNoLocaleConfigTag() local 142 Context appContext = mContext.createPackageContext(TEST_PACKAGE, 0); in testGetOverrideLocaleConfig() local 160 Context appContext = mContext.createPackageContext(TEST_PACKAGE, 0); in testGetOriginalLocaleConfig() local
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/phonelookup/ |
D | PhoneLookupDataSource.java | 68 private final Context appContext; field in PhoneLookupDataSource 93 PhoneLookupDataSource( in PhoneLookupDataSource() 262 private Void writePhoneLookupHistory(Context appContext) in writePhoneLookupHistory() 319 queryDistinctDialerPhoneNumbersFromAnnotatedCallLog(Context appContext) { in queryDistinctDialerPhoneNumbersFromAnnotatedCallLog() 359 Context appContext, CallLogMutations mutations) { in collectIdAndNumberFromAnnotatedCallLogAndPendingInserts() 428 Context appContext, Set<DialerPhoneNumber> uniqueDialerPhoneNumbers) { in queryPhoneLookupHistoryForNumbers()
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/blocking/ |
D | BlockedNumbersAutoMigrator.java | 41 @NonNull private final Context appContext; field in BlockedNumbersAutoMigrator 53 public BlockedNumbersAutoMigrator( in BlockedNumbersAutoMigrator() 96 private final Context appContext; field in BlockedNumbersAutoMigrator.ShouldAttemptAutoMigrate 98 ShouldAttemptAutoMigrate(Context appContext) { in ShouldAttemptAutoMigrate()
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/systemcalllog/ |
D | SystemCallLogDataSource.java | 75 private final Context appContext; field in SystemCallLogDataSource 86 SystemCallLogDataSource( in SystemCallLogDataSource() 232 Context appContext, CallLogMutations mutations, Set<Long> existingAnnotatedCallLogIds) { in handleInsertsAndUpdates() 432 Context appContext, Set<Long> existingAnnotatedCallLogIds, CallLogMutations mutations) { in handleDeletes() 453 private static Set<Long> getAnnotatedCallLogIds(Context appContext) { in getAnnotatedCallLogIds() 482 Context appContext, Set<Long> matchingIds) { in getIdsFromSystemCallLogThatMatch()
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/location/ |
D | CountryDetector.java | 81 private final Context appContext; field in CountryDetector 85 Context appContext, in CountryDetector() 127 Context appContext = context.getApplicationContext(); in getInstance() local 220 Context appContext, Geocoder geocoder, Location location) { in processLocationUpdate()
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/ |
D | AdServicesInternalProviderTest.java | 76 Context appContext = ApplicationContextSingleton.get(); in testCustomApplicationContextOnSingleton_disabled() local 89 Context appContext = ApplicationContextSingleton.get(); in testCustomApplicationContextOnSingleton_enabled() local 122 Context appContext = mocker.setApplicationContextSingleton(); in testDump_appContextSingletonSet() local 136 AdServicesApplicationContext appContext = in testDump_appContextSingletonSet_customApplicationContext() local
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowRingtoneManagerTest.java | 21 Context appContext = ApplicationProvider.getApplicationContext(); in getRingtone_returnSetUri() local 32 Context appContext = ApplicationProvider.getApplicationContext(); in getRingtone_noUriSet_returnNull() local 40 Context appContext = ApplicationProvider.getApplicationContext(); in getRingtone_uriSetForDifferentType() local
|
/aosp_15_r20/external/libchrome/base/android/java/src/org/chromium/base/ |
H A D | ContextUtils.java | 61 public static void initApplicationContext(Context appContext) { in initApplicationContext() 98 public static void initApplicationContextForTests(Context appContext) { in initApplicationContextForTests() 111 private static void initJavaSideApplicationContext(Context appContext) { in initJavaSideApplicationContext()
|
/aosp_15_r20/packages/apps/ThemePicker/src/com/android/customization/module/ |
D | ThemePickerInjector.kt | 161 val appContext = activity.applicationContext in <lambda>() constant 348 val appContext = context.applicationContext in <lambda>() constant 406 val appContext = context.applicationContext in <lambda>() constant
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/phonelookup/cequint/ |
D | CequintPhoneLookup.java | 45 private final Context appContext; field in CequintPhoneLookup 50 CequintPhoneLookup( in CequintPhoneLookup() 60 public ListenableFuture<CequintInfo> lookup(Context appContext, Call call) { in lookup()
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/phonelookup/cnap/ |
D | CnapPhoneLookup.java | 44 private final Context appContext; field in CnapPhoneLookup 48 CnapPhoneLookup( in CnapPhoneLookup() 60 public ListenableFuture<CnapInfo> lookup(Context appContext, Call call) { in lookup()
|
/aosp_15_r20/external/libtextclassifier/java/src/com/android/textclassifier/downloader/ |
H A D | ModelDownloadManager.java | 67 private final Context appContext; field in ModelDownloadManager 84 Context appContext, in ModelDownloadManager() 98 Context appContext, in ModelDownloadManager()
|
/aosp_15_r20/external/libchrome/base/android/java/src/org/chromium/base/library_loader/ |
H A D | LibraryLoader.java | 222 public void preloadNowOverrideApplicationContext(Context appContext) { in preloadNowOverrideApplicationContext() 230 private void preloadAlreadyLocked(Context appContext) { in preloadAlreadyLocked() 269 public void loadNowOverrideApplicationContext(Context appContext) throws ProcessInitException { in loadNowOverrideApplicationContext() 733 Context appContext, String pathWithinApk, File destDir) { in extractFileIfStale()
|
/aosp_15_r20/system/chre/chpp/ |
H A D | app.c | 466 struct ChppAppState *appContext, uint8_t handle, in chppClientOrServiceStateOfHandle() 542 static void chppProcessNegotiatedHandleDatagram(struct ChppAppState *appContext, in chppProcessNegotiatedHandleDatagram() 615 void chppAppInit(struct ChppAppState *appContext, in chppAppInit() 625 struct ChppAppState *appContext, in chppAppInitWithClientServiceSet() 658 void chppAppDeinit(struct ChppAppState *appContext) { in chppAppDeinit()
|
/aosp_15_r20/external/cronet/base/android/java/src/org/chromium/base/ |
H A D | ContextUtils.java | 75 public static void initApplicationContext(Context appContext) { in initApplicationContext() 116 public static void initApplicationContextForTests(Context appContext) { in initApplicationContextForTests() 132 private static void initJavaSideApplicationContext(Context appContext) { in initJavaSideApplicationContext()
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/quickstep/recents/di/ |
D | RecentsDependencies.java | 30 private final android.content.Context appContext = null; field in RecentsDependencies 43 private RecentsDependencies(android.content.Context appContext) { in RecentsDependencies() 51 private final void startDefaultScope(android.content.Context appContext) { in startDefaultScope()
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/content/ |
H A D | ContextTest.java | 151 final Context appContext = ApplicationProvider.getApplicationContext(); in testIsUiContext_appContext_returnsFalse() local 188 final Context appContext = ApplicationProvider.getApplicationContext(); in verifyGetDisplayFromDisplayContextDerivedContext() local 277 final Context appContext = ApplicationProvider.getApplicationContext(); in createUiContext() local
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/development/ |
D | DevelopmentSettingsDashboardFragmentTest.java | 136 final Context appContext = RuntimeEnvironment.application; in searchIndex_pageDisabledBySetting_shouldAddAllKeysToNonIndexable() local 149 final Context appContext = RuntimeEnvironment.application; in searchIndex_pageDisabledForNonAdmin_shouldAddAllKeysToNonIndexable() local 170 final Context appContext = RuntimeEnvironment.application; in searchIndex_pageEnabled_shouldNotAddKeysToNonIndexable() local
|