Searched refs:addSystemAppsDivider (Results 1 – 4 of 4) sorted by relevance
292 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()
129 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
417 position = mPrivateProviderManager.addSystemAppsDivider(mAdapterItems); in addPrivateSpaceApps()
183 public int addSystemAppsDivider(List<BaseAllAppsAdapter.AdapterItem> adapterItems) { in addSystemAppsDivider() method in PrivateProfileManager