Searched refs:mUserIconInfo (Results 1 – 1 of 1) sorted by relevance
112 @Mock UserIconInfo mUserIconInfo; field in SystemShortcutTest141 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()