Searched refs:storeIcon (Results 1 – 2 of 2) sorted by relevance
223 doReturn(ICON_PATH).when(mArchiveManager).storeIcon(eq(PACKAGE), in setUp()332 doThrow(e).when(mArchiveManager).storeIcon(eq(PACKAGE), in archiveApp_storeIconFails()
534 Path iconPath = storeIcon(packageName, mainActivity, userId, i * 2 + 0, iconSize); in createArchiveStateInternal()549 Path storeIcon(String packageName, LauncherActivityInfo mainActivity, in storeIcon() method in PackageArchiver