Searched refs:FLAG_SYSTEM_APP (Results 1 – 9 of 9) sorted by relevance
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | CarPackageManagerTest.java | 94 AppBlockingPackageInfo.FLAG_SYSTEM_APP, null, new String[] { activityAllowed }); in testSettingAllowlist() 108 AppBlockingPackageInfo.FLAG_SYSTEM_APP, null, new String[] { acticityAllowed2 }); in testSettingAllowlist() 122 AppBlockingPackageInfo.FLAG_SYSTEM_APP, null, new String[] { activityAllowed }); in testSettingAllowlist() 137 AppBlockingPackageInfo.FLAG_SYSTEM_APP, null, new String[] { activityAllowed }); in testSettingAllowlist()
|
/packages/services/Car/car-lib/src/android/car/content/pm/ |
D | AppBlockingPackageInfo.java | 44 public static final int FLAG_SYSTEM_APP = 0x1; field in AppBlockingPackageInfo 50 value = {FLAG_SYSTEM_APP, FLAG_WHOLE_ACTIVITY}) 145 if (signatures == null && (flags & FLAG_SYSTEM_APP) == 0) { in verify()
|
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | AppBlockingPackageInfoTest.java | 64 return new AppBlockingPackageInfo(packageName, 0, 0, AppBlockingPackageInfo.FLAG_SYSTEM_APP, in createInfoCarService()
|
/packages/services/Car/service/src/com/android/car/pm/ |
D | CarPackageManagerService.java | 899 if ((info.flags & AppBlockingPackageInfo.FLAG_SYSTEM_APP) == 0 || in isInstalledPackageMatching() 971 flags = AppBlockingPackageInfo.FLAG_SYSTEM_APP; in getPackageInfoWrapperForUser()
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_api_list.txt | 334 field TIRAMISU_0 int FLAG_SYSTEM_APP = 0x1;
|
/packages/services/Car/car-lib-module/api/ |
D | system-current.txt | 618 field public static final int FLAG_SYSTEM_APP = 1; // 0x1
|
/packages/services/Car/car-lib/api/ |
D | system-current.txt | 618 field public static final int FLAG_SYSTEM_APP = 1; // 0x1
|
D | test-current.txt | 689 field public static final int FLAG_SYSTEM_APP = 1; // 0x1
|
D | system-lint-baseline.txt | 1780 UnflaggedApi: android.car.content.pm.AppBlockingPackageInfo#FLAG_SYSTEM_APP: 1781 …st be flagged with @FlaggedApi: field android.car.content.pm.AppBlockingPackageInfo.FLAG_SYSTEM_APP
|