Home
last modified time | relevance | path

Searched refs:addSystemAppsDivider (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/allapps/
DPrivateSpaceHeaderViewTest.java292 doReturn(0).when(privateProfileManager).addSystemAppsDivider(any()); in scrollForViewToBeVisibleInContainer_withHeader()
327 doReturn(0).when(privateProfileManager).addSystemAppsDivider(any()); in scrollForViewToBeVisibleInContainer_withHeaderNoTabs()
362 doReturn(0).when(privateProfileManager).addSystemAppsDivider(any()); in scrollForViewToBeVisibleInContainer_withHeaderAndLessAppRowSpace()
395 doReturn(0).when(privateProfileManager).addSystemAppsDivider(any()); in scrollForViewToBeVisibleInContainer_withNoHeader()
DAlphabeticalAppsListTest.java129 when(mPrivateProfileManager.addSystemAppsDivider(any())) in privateProfileEnabled_privateProfileAppsShownWithSeparator()
130 .thenAnswer(answer(this::addSystemAppsDivider)); in privateProfileEnabled_privateProfileAppsShownWithSeparator()
333 private int addSystemAppsDivider(List<BaseAllAppsAdapter.AdapterItem> adapterItemList) { in addSystemAppsDivider() method in AlphabeticalAppsListTest
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java417 position = mPrivateProviderManager.addSystemAppsDivider(mAdapterItems); in addPrivateSpaceApps()
DPrivateProfileManager.java183 public int addSystemAppsDivider(List<BaseAllAppsAdapter.AdapterItem> adapterItems) { in addSystemAppsDivider() method in PrivateProfileManager