Home
last modified time | relevance | path

Searched refs:getApps (Results 1 – 24 of 24) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/allapps/
DTaplKeyboardFocusTest.java52 launcher.getAppsView().getActiveRecyclerView().getApps().getFocusedChild())); in testAllAppsFocusApp()
71 launcher.getAppsView().getActiveRecyclerView().getApps().getFocusedChild())); in testAllAppsExitSearchAndFocusApp()
102 launcher.getAppsView().getActiveRecyclerView().getApps().getFocusedChild() in testAllAppsExitSearchAndFocusSearchResults()
DPrivateSpaceHeaderViewTest.java280 when(mAllAppsStore.getApps()).thenReturn(createAppInfoList()); in scrollForViewToBeVisibleInContainer_withHeader()
315 when(mAllAppsStore.getApps()).thenReturn(createAppInfoList()); in scrollForViewToBeVisibleInContainer_withHeaderNoTabs()
350 when(mAllAppsStore.getApps()).thenReturn(createAppInfoList()); in scrollForViewToBeVisibleInContainer_withHeaderAndLessAppRowSpace()
385 when(mAllAppsStore.getApps()).thenReturn(createAppInfoList()); in scrollForViewToBeVisibleInContainer_withNoHeader()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/appsearch/
DAppSearchConsentWorker.java209 return (dao == null || dao.getApps() == null) ? List.of() : dao.getApps(); in getAppsWithConsent()
258 if (dao.getApps() != null && dao.getApps().contains(app)) { in addAppWithConsent()
262 dao.getApps() != null ? new ArrayList<>(dao.getApps()) : new ArrayList<>(); in addAppWithConsent()
298 if (dao == null || dao.getApps() == null || !dao.getApps().contains(app)) { in removeAppWithConsent()
302 dao.getApps().stream() in removeAppWithConsent()
DAppSearchAppConsentDao.java131 public List<String> getApps() { in getApps() method in AppSearchAppConsentDao
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/allapps/
DAlphabeticalAppsListTest.java97 when(mAllAppsStore.getApps()).thenReturn(createAppInfoListForMainAndPrivateUser()); in privateProfileEnabled_allPrivateProfileViewsArePresent()
124 when(mAllAppsStore.getApps()).thenReturn(createAppInfoListForMainAndPrivateUser()); in privateProfileEnabled_privateProfileAppsShownWithSeparator()
161 when(mAllAppsStore.getApps()).thenReturn(createAppInfoListForMainAndPrivateUser()); in privateProfileDisabled_onlyPrivateProfileHeaderViewIsPresent()
182 when(mAllAppsStore.getApps()).thenReturn(createAppInfoListForMainAndPrivateUser()); in privateProfileTransitioning_onlyPrivateProfileHeaderViewIsPresent()
203 when(mAllAppsStore.getApps()).thenReturn(createAppInfoListForMainAndPrivateUser()); in privateProfileHidden_noPrivateProfileViewIsPresent()
220 when(mAllAppsStore.getApps()).thenReturn(createAppInfoListForMainUser()); in privateProfileNotPresent_onlyMainUserViewsArePresent()
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/settings/activitydelegates/
DAppsActivityActionDelegate.java126 mActivity, mAppsViewModel.getApps(), getOnclickListener, false); in configureSharedElements()
131 mAppsViewModel.getApps(), in configureSharedElements()
139 mAppsViewModel.getApps(), in configureSharedElements()
155 configureNotifyAdapterDataChange(mAppsViewModel.getApps(), adapter); in configureSharedElements()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DRecyclerViewAnimationController.java103 List<BaseAllAppsAdapter.AdapterItem> allAppsAdapters = allAppsRecyclerView.getApps() in onProgressUpdated()
144 allAppsRecyclerView.getApps().getAdapterItems().get(adapterPosition), in onProgressUpdated()
214 getRecyclerView().getApps().getAdapterItems(); in onChildAttached()
DWorkEduCard.java105 rv.getApps().getAdapterItems().remove(mPosition); in removeCard()
107 rv.getApps().getFastScrollerSections().remove(0); in removeCard()
DAlphabeticalAppsList.java227 Stream<AppInfo> appSteam = Stream.of(mAllAppsStore.getApps()); in onAppsUpdated()
228 Stream<AppInfo> privateAppStream = Stream.of(mAllAppsStore.getApps()); in onAppsUpdated()
DPrivateProfileManager.java430 allAppsRecyclerView.getApps().getAdapterItems(); in collapse()
556 mAllApps.getActiveRecyclerView().getApps().getAdapterItems(); in animateAlphaOfIcons()
674 allAppsRecyclerView.getApps().getAdapterItems(); in animateAlphaOfPrivateSpaceContainer()
DWorkProfileManager.java181 return Stream.of(mAllApps.getAppsStore().getApps()).anyMatch(getItemInfoMatcher()); in hasWorkApps()
DAllAppsStore.java77 public AppInfo[] getApps() { in getApps() method in AllAppsStore
DAllAppsRecyclerView.java98 public AlphabeticalAppsList<?> getApps() { in getApps() method in AllAppsRecyclerView
DActivityAllAppsContainerView.java1020 mHasWorkApps = Stream.of(mAllAppsStore.getApps()) in onAppsUpdated()
1022 mHasPrivateApps = Stream.of(mAllAppsStore.getApps()) in onAppsUpdated()
1035 .withCardinality(mAllAppsStore.getApps().length) in onAppsUpdated()
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/settings/fragments/
DAdServicesSettingsAppsFragment.java81 requireContext(), viewModel.getApps(), getOnclickListener, false); in setupViewModel()
98 .getApps() in setupViewModel()
/packages/modules/AdServices/adservices/tests/unittest/service-core/appsearch/src/com/android/adservices/service/appsearch/
DAppSearchConsentWorkerTest.java285 when(mockDao.getApps()).thenReturn(apps); in testGetAppsWithConsent()
353 when(dao.getApps()).thenReturn(List.of()); in testAddAppWithConsent_failure()
371 when(dao.getApps()).thenReturn(List.of()); in testAddAppWithConsent()
379 verify(dao, atLeastOnce()).getApps(); in testAddAppWithConsent()
413 when(dao.getApps()).thenReturn(List.of(TEST)); in testRemoveAppWithConsent_failure()
436 when(dao.getApps()).thenReturn(List.of(TEST)); in testRemoveAppWithConsent()
443 verify(dao, atLeastOnce()).getApps(); in testRemoveAppWithConsent()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/specialaccess/
DManageApplicationsController.java162 public List<ApplicationsState.AppEntry> getApps() { in getApps() method in ManageApplicationsController
DPictureInPicture.java139 return mManageApplicationsController.getApps().stream() in findEntriesUsingPackageName()
DManageAppOp.java228 return mManageApplicationsController.getApps().stream()
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/settings/viewmodels/
DAppsViewModel.java92 public LiveData<ImmutableList<App>> getApps() { in getApps() method in AppsViewModel
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/users/
DProfileUserFragment.java111 view.findViewById(R.id.profile_spinner_apps), getApps()); in onViewCreated()
494 private ArrayList<String> getApps() { in getApps() method in ProfileUserFragment
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/model/v31/
DPermissionUsages.java246 final List<PermissionApp> permissionApps = group.getPermissionApps().getApps(); in loadInBackground()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/television/
DPermissionAppsFragment.java150 for (PermissionApp app : permissionApps.getApps()) { in onPermissionsLoaded()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/model/legacy/
DPermissionApps.java156 public List<PermissionApp> getApps() { in getApps() method in PermissionApps