Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/popup/
DSystemShortcutTest.java112 @Mock UserIconInfo mUserIconInfo; field in SystemShortcutTest
141 when(mUserCache.getUserInfo(any())).thenReturn(mUserIconInfo); in setUp()
364 when(mUserIconInfo.isPrivate()).thenReturn(false); in testUninstallGetShortcutWithNonPrivateItemInfo()
368 verify(mUserIconInfo).isPrivate(); in testUninstallGetShortcutWithNonPrivateItemInfo()
381 when(mUserIconInfo.isPrivate()).thenReturn(true); in testUninstallGetShortcutWithSystemItemInfo()
399 when(mUserIconInfo.isPrivate()).thenReturn(true); in testUninstallGetShortcutWithPrivateItemInfo()