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