Searched refs:createAppInfo (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/storage/ |
D | StorageAsyncLoaderTest.java | 91 ApplicationInfo appInfo1 = createAppInfo(PACKAGE_NAME_1, 0, 1, 10, in testLoadingApps() 93 ApplicationInfo appInfo2 = createAppInfo(PACKAGE_NAME_2, 0, 100, 1000, in testLoadingApps() 108 ApplicationInfo appInfo = createAppInfo(PACKAGE_NAME_1, 0, 1, 10, in testGamesAreFiltered() 123 ApplicationInfo appInfo = createAppInfo(PACKAGE_NAME_1, 0, 1, 10, in testLegacyGamesAreFiltered() 139 ApplicationInfo appInfo = createAppInfo(PACKAGE_NAME_1, 100, 1, 10, in testCacheIsNotIgnored() 156 ApplicationInfo appInfo = createAppInfo(PACKAGE_NAME_1, 100, 1, 10, in testMultipleUsers() 174 ApplicationInfo appInfo = createAppInfo(PACKAGE_NAME_1, 100, 1, 10, in testUpdatedSystemAppCodeSizeIsCounted() 189 ApplicationInfo appInfo = createAppInfo(PACKAGE_NAME_1, 0, 1, 10, in testVideoAppsAreFiltered() 204 ApplicationInfo appInfo = createAppInfo(PACKAGE_NAME_1, 0, 1, 10, in testRemovedPackageDoesNotCrash() 230 ApplicationInfo appInfo = createAppInfo(PACKAGE_NAME_1, 0, 1, 10, in testPackageIsNotDoubleCounted() [all …]
|
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/data/user/ |
D | UserDataDao.java | 173 offset = AppInfo.createAppInfo(builder, offset, updateTime); in convertAppInstallFromMapToBytes()
|