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.java94 @Mock UserIconInfo mUserIconInfo; field in SystemShortcutTest
116 when(mUserCache.getUserInfo(any())).thenReturn(mUserIconInfo); in setUp()
310 when(mUserIconInfo.isPrivate()).thenReturn(false); in testUninstallGetShortcutWithNonPrivateItemInfo()
314 verify(mUserIconInfo).isPrivate(); in testUninstallGetShortcutWithNonPrivateItemInfo()
327 when(mUserIconInfo.isPrivate()).thenReturn(true); in testUninstallGetShortcutWithSystemItemInfo()
345 when(mUserIconInfo.isPrivate()).thenReturn(true); in testUninstallGetShortcutWithPrivateItemInfo()