Home
last modified time | relevance | path

Searched defs:appEntry (Results 1 – 25 of 51) sorted by relevance

123

/aosp12/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/applications/manageapplications/
H A DManageApplicationsUnitTest.java52 final ApplicationsState.AppEntry appEntry = mock(ApplicationsState.AppEntry.class); in getCompositeFilter_filtersVolumeForAudio() local
68 final ApplicationsState.AppEntry appEntry = mock(ApplicationsState.AppEntry.class); in getCompositeFilter_filtersVolumeForVideo() local
84 final ApplicationsState.AppEntry appEntry = mock(ApplicationsState.AppEntry.class); in getCompositeFilter_filtersVolumeForGames() local
117 final ApplicationsState.AppEntry appEntry = mock(ApplicationsState.AppEntry.class); in getCompositeFilter_worksWithInstantApps() local
133 final ApplicationsState.AppEntry appEntry = mock(ApplicationsState.AppEntry.class); in getCompositeFilter_worksForLegacyPrivateSettings() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
H A DAppOpenByDefaultPreferenceControllerTest.java103 final AppEntry appEntry = mock(AppEntry.class); in displayPreference_noAppInfo_shouldDisablePreference() local
113 final AppEntry appEntry = mock(AppEntry.class); in displayPreference_appNotInstalled_shouldDisablePreference() local
124 final AppEntry appEntry = mock(AppEntry.class); in displayPreference_appDisabled_shouldDisablePreference() local
137 final AppEntry appEntry = mock(AppEntry.class); in displayPreference_appEnabled_shouldNotDisablePreference() local
200 final AppEntry appEntry = mock(AppEntry.class); in updateState_notBrowserApp_notInstantApp_shouldShowPreferenceAndSetSummary() local
H A DAppInfoDashboardFragmentTest.java122 final AppEntry appEntry = mock(AppEntry.class); in shouldShowUninstallForAll_installForOneOtherUserOnly_shouldReturnTrue() local
138 final AppEntry appEntry = mock(AppEntry.class); in shouldShowUninstallForAll_installForSelfOnly_shouldReturnFalse() local
175 final AppEntry appEntry = mock(AppEntry.class); in onPrepareOptionsMenuTestsSetup() local
256 final AppEntry appEntry = mock(AppEntry.class); in instantApps_noUninstallForAllButton() local
355 final AppEntry appEntry = mock(AppEntry.class); in startAppInfoFragment_noCrashOnNullArgs() local
367 final AppEntry appEntry = mock(AppEntry.class); in startAppInfoFragment_includesNewAndOldArgs() local
H A DAppDataUsagePreferenceControllerTest.java100 final AppEntry appEntry = mock(AppEntry.class); in onResume_isAvailable_shouldRestartDataLoader() local
H A DAppHeaderViewPreferenceControllerTest.java92 final ApplicationsState.AppEntry appEntry = mock(ApplicationsState.AppEntry.class); in refreshUi_shouldRefreshButton() local
H A DAppStoragePreferenceControllerTest.java93 final AppEntry appEntry = mock(AppEntry.class); in updateState_shouldUpdatePreferenceSummary() local
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/applications/
H A DApplicationListItemManagerTest.java92 ApplicationsState.AppEntry appEntry = new ApplicationsState.AppEntry(mContext, appInfo, in onRebuildComplete_shouldNotifyRegisteredListener() local
114 ApplicationsState.AppEntry appEntry = new ApplicationsState.AppEntry(mContext, appInfo, in onRebuildComplete_unRegisterOneListener_shouldNotifyRegisteredListener() local
137 ApplicationsState.AppEntry appEntry = new ApplicationsState.AppEntry(mContext, appInfo, in onRebuildComplete_calledAgainImmediately_shouldNotRunSecondCallImmediately() local
159 ApplicationsState.AppEntry appEntry = new ApplicationsState.AppEntry(mContext, appInfo, in onRebuildComplete_calledAgainImmediately_shouldRunSecondCallAfterUpdateInterval() local
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/
H A DRecentAppsListPreferenceControllerTest.java110 ApplicationsState.AppEntry appEntry = createAppEntry(MOCK_APP_NAME_1); in onRecentAppsLoaded_displaysApps() local
129 ApplicationsState.AppEntry appEntry = createAppEntry(MOCK_APP_NAME_1); in onRecentAppsLoaded_doesNotDisplayInvalidApps() local
180 ApplicationsState.AppEntry appEntry = mock(ApplicationsState.AppEntry.class); in createAppEntry() local
H A DApplicationsSettingsPreferenceControllerTest.java99 ApplicationsState.AppEntry appEntry = new ApplicationsState.AppEntry(mContext, appInfo, in onDataLoaded_addPreference_hasOnePreference() local
121 ApplicationsState.AppEntry appEntry = new ApplicationsState.AppEntry(mContext, appInfo, in preferenceClick_launchesDetailFragment() local
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/notifications/
H A DRecentNotificationsAppsPreferenceController.java165 ApplicationsState.AppEntry appEntry = mApplicationsState.getEntry( in getDisplayableRecentAppList() local
189 ApplicationsState.AppEntry appEntry = in displayRecentApps() local
231 private boolean isSystemApp(ApplicationsState.AppEntry appEntry) { in isSystemApp()
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/storage/
H A DStorageApplicationListPreferenceControllerTest.java98 ApplicationsState.AppEntry appEntry = new ApplicationsState.AppEntry(mContext, appInfo, in onDataLoaded_addPreference_hasOnePreference() local
120 ApplicationsState.AppEntry appEntry = new ApplicationsState.AppEntry(mContext, appInfo, in onDataLoaded_updatePreference_hasOnePreferenceWithUpdatedValues() local
H A DStorageMediaCategoryDetailPreferenceControllerTest.java98 ApplicationsState.AppEntry appEntry = new ApplicationsState.AppEntry(mContext, appInfo, in onDataLoaded_addPreference_hasTwoPreferences() local
/aosp12/packages/services/Car/tests/MultiDisplaySecondaryHomeTestLauncher/src/com/android/car/multidisplay/launcher/
H A DAppPickedCallback.java23 void onAppPicked(AppEntry appEntry); in onAppPicked()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
H A DRecentAppsPreferenceController.java158 final ApplicationsState.AppEntry appEntry = in displayRecentApps() local
237 final ApplicationsState.AppEntry appEntry = mApplicationsState.getEntry( in getDisplayableRecentAppList() local
270 final ApplicationsState.AppEntry appEntry = in shouldIncludePkgInRecents() local
/aosp12/packages/apps/Settings/src/com/android/settings/applications/
H A DRecentAppStatsMixin.java144 final ApplicationsState.AppEntry appEntry = mApplicationsState.getEntry( in loadDisplayableRecentApps() local
180 final ApplicationsState.AppEntry appEntry = in shouldIncludePkgInRecents() local
H A DAppStateMediaManagementAppsBridge.java58 final AppEntry appEntry = allApps.get(i); in loadAllExtraInfo() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/manageapplications/
H A DManageApplicationsTest.java354 final ApplicationsState.AppEntry appEntry = mock(ApplicationsState.AppEntry.class); in applicationsAdapter_onBindViewHolder_notifications_wrongExtraInfo() local
377 final ApplicationsState.AppEntry appEntry = mock(ApplicationsState.AppEntry.class); in applicationsAdapter_onBindViewHolder_updateSwitch_notifications() local
397 final ApplicationsState.AppEntry appEntry = mock(ApplicationsState.AppEntry.class); in applicationsAdapter_onBindViewHolder_updateSwitch_notNotifications() local
620 final AppEntry appEntry = mock(AppEntry.class); in getTestAppList() local
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/applications/
H A DRecentAppsItemManager.java142 ApplicationsState.AppEntry appEntry = mApplicationsState.getEntry( in loadDisplayableRecentApps() local
180 ApplicationsState.AppEntry appEntry = in shouldIncludePkgInRecents() local
H A DApplicationPreferenceController.java47 public ApplicationPreferenceController setAppEntry(AppEntry appEntry) { in setAppEntry()
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/specialaccess/
H A DAppStatePremiumSmsBridgeTest.java75 ApplicationsState.AppEntry appEntry = mock(ApplicationsState.AppEntry.class); in createAppEntry() local
H A DAppOpsPreferenceControllerTest.java271 ApplicationsState.AppEntry appEntry = createAppEntry("test.package", in appFilter_removesNullExtraInfoEntries() local
288 ApplicationsState.AppEntry appEntry = mock(ApplicationsState.AppEntry.class); in createAppEntry() local
/aosp12/packages/apps/Settings/src/com/android/settings/applications/appops/
H A DAppOpsState.java470 AppEntry appEntry, AppOpsManager.OpEntry opEntry, boolean allowMerge, int switchOrder) { in addOp()
505 AppEntry appEntry = appEntries.get(packageName); in getAppEntry() local
559 AppEntry appEntry = getAppEntry(context, appEntries, pkgOps.getPackageName(), null); in buildState() local
586 AppEntry appEntry = getAppEntry(context, appEntries, appInfo.packageName, in buildState() local
/aosp12/packages/apps/Settings/tests/componenttests/src/com/android/settingslib/applications/
H A DApplicationStateComponentTest.java55 ApplicationsState.AppEntry appEntry = new ApplicationsState.AppEntry(mRuntimeApplication, in createAppEntry() local
/aosp12/packages/apps/Settings/src/com/android/settings/applications/appinfo/
H A DAppOpenByDefaultPreferenceController.java56 final ApplicationsState.AppEntry appEntry = mParent.getAppEntry(); in displayPreference() local
H A DAppHeaderViewPreferenceController.java82 private void setAppLabelAndIcon(PackageInfo pkgInfo, AppEntry appEntry) { in setAppLabelAndIcon()

123