Home
last modified time | relevance | path

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

123

/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
DAppOpenByDefaultPreferenceControllerTest.java85 final AppEntry appEntry = mock(AppEntry.class); in displayPreference_noAppInfo_shouldDisablePreference() local
95 final AppEntry appEntry = mock(AppEntry.class); in displayPreference_appNotInstalled_shouldDisablePreference() local
106 final AppEntry appEntry = mock(AppEntry.class); in displayPreference_appDisabled_shouldDisablePreference() local
119 final AppEntry appEntry = mock(AppEntry.class); in displayPreference_appEnabled_shouldNotDisablePreference() local
151 final AppEntry appEntry = mock(AppEntry.class); in updateState_notInstantApp_shouldShowPreferenceAndSetSummary() local
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
DAppStoragePreferenceControllerTest.java92 final AppEntry appEntry = mock(AppEntry.class); in updateState_shouldUpdatePreferenceSummary() local
DAppDataUsagePreferenceControllerTest.java107 final AppEntry appEntry = mock(AppEntry.class); in onResume_isAvailable_shouldRestartDataLoader() local
DAppHeaderViewPreferenceControllerTest.java96 final ApplicationsState.AppEntry appEntry = mock(ApplicationsState.AppEntry.class); in refreshUi_shouldRefreshButton() local
DAppPermissionPreferenceControllerTest.java134 final ApplicationsState.AppEntry appEntry = mock(ApplicationsState.AppEntry.class); in handlePreferenceTreeClick_shouldStartManagePermissionsActivity() local
DAppInfoPreferenceControllerBaseTest.java91 final ApplicationsState.AppEntry appEntry = mock(ApplicationsState.AppEntry.class); in handlePreferenceTreeClick_shouldStartDetailFragmentClass() local
/packages/apps/Settings/tests/unit/src/com/android/settings/applications/manageapplications/
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
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/applications/
DApplicationsSettingsPreferenceControllerTest.java80 ApplicationsState.AppEntry appEntry = new ApplicationsState.AppEntry(mContext, appInfo, in onDataLoaded_addPreference_hasOnePreference() local
101 ApplicationsState.AppEntry appEntry = new ApplicationsState.AppEntry(mContext, appInfo, in preferenceClick_launchesDetailFragment() local
DApplicationListItemManagerTest.java89 ApplicationsState.AppEntry appEntry = new ApplicationsState.AppEntry(mContext, appInfo, in onRebuildComplete_shouldNotifyRegisteredListener() local
111 ApplicationsState.AppEntry appEntry = new ApplicationsState.AppEntry(mContext, appInfo, in onRebuildComplete_unRegisterOneListener_shouldNotifyRegisteredListener() local
/packages/services/Car/tests/MultiDisplaySecondaryHomeTestLauncher/src/com/android/car/multidisplay/launcher/
DAppPickedCallback.java23 void onAppPicked(AppEntry appEntry); in onAppPicked()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/storage/
DStorageApplicationListPreferenceControllerTest.java78 ApplicationsState.AppEntry appEntry = new ApplicationsState.AppEntry(mContext, appInfo, in onDataLoaded_addPreference_hasOnePreference() local
100 ApplicationsState.AppEntry appEntry = new ApplicationsState.AppEntry(mContext, appInfo, in onDataLoaded_updatePreference_hasOnePreferenceWithUpdatedValues() local
DStorageMediaCategoryDetailPreferenceControllerTest.java78 ApplicationsState.AppEntry appEntry = new ApplicationsState.AppEntry(mContext, appInfo, in onDataLoaded_addPreference_hasTwoPreferences() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
DRecentAppsPreferenceController.java158 final ApplicationsState.AppEntry appEntry = in displayRecentApps() local
231 final ApplicationsState.AppEntry appEntry = mApplicationsState.getEntry( in getDisplayableRecentAppList() local
264 final ApplicationsState.AppEntry appEntry = in shouldIncludePkgInRecents() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/manageapplications/
DManageApplicationsTest.java364 final ApplicationsState.AppEntry appEntry = mock(ApplicationsState.AppEntry.class); in applicationsAdapter_onBindViewHolder_notifications_wrongExtraInfo() local
386 final ApplicationsState.AppEntry appEntry = mock(ApplicationsState.AppEntry.class); in applicationsAdapter_onBindViewHolder_updateSwitch_notifications() local
405 final ApplicationsState.AppEntry appEntry = mock(ApplicationsState.AppEntry.class); in applicationsAdapter_onBindViewHolder_updateSwitch_notNotifications() local
517 final ApplicationsState.AppEntry appEntry = mock(ApplicationsState.AppEntry.class); in getTestAppList() local
/packages/apps/Settings/src/com/android/settings/applications/
DRecentAppStatsMixin.java144 final ApplicationsState.AppEntry appEntry = mApplicationsState.getEntry( in loadDisplayableRecentApps() local
180 final ApplicationsState.AppEntry appEntry = in shouldIncludePkgInRecents() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DRecentAppStatsMixin.java144 final ApplicationsState.AppEntry appEntry = mApplicationsState.getEntry( in loadDisplayableRecentApps() local
180 final ApplicationsState.AppEntry appEntry = in shouldIncludePkgInRecents() local
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/applications/specialaccess/
DAppStatePremiumSmsBridgeTest.java76 AppEntry appEntry = mock(AppEntry.class); in createAppEntry() local
DAppOpsPreferenceControllerTest.java273 AppEntry appEntry = createAppEntry("test.package", /* uid= */ 1, /* isOpPermissible= */ in appFilter_removesNullExtraInfoEntries() local
289 AppEntry appEntry = mock(AppEntry.class); in createAppEntry() local
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DAppOpenByDefaultPreferenceController.java48 final ApplicationsState.AppEntry appEntry = mParent.getAppEntry(); in displayPreference() local
DAppHeaderViewPreferenceController.java89 private void setAppLabelAndIcon(PackageInfo pkgInfo, AppEntry appEntry) { in setAppLabelAndIcon()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/appinfo/
DAppOpenByDefaultPreferenceController.java48 final ApplicationsState.AppEntry appEntry = mParent.getAppEntry(); in displayPreference() local
DAppHeaderViewPreferenceController.java89 private void setAppLabelAndIcon(PackageInfo pkgInfo, AppEntry appEntry) { in setAppLabelAndIcon()
/packages/apps/Settings/src/com/android/settings/notification/
DRecentNotifyingAppsPreferenceController.java246 final ApplicationsState.AppEntry appEntry = in displayRecentApps() local
302 final ApplicationsState.AppEntry appEntry = mApplicationsState.getEntry( in getDisplayableRecentAppList() local
329 final ApplicationsState.AppEntry appEntry = in shouldIncludePkgInRecents() local
/packages/apps/Car/Settings/src/com/android/car/settings/applications/
DApplicationPreferenceController.java47 public ApplicationPreferenceController setAppEntry(AppEntry appEntry) { in setAppEntry()

123