Home
last modified time | relevance | path

Searched refs:FLAG_SYSTEM_APP (Results 1 – 9 of 9) sorted by relevance

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarPackageManagerTest.java94 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/
DAppBlockingPackageInfo.java44 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/
DAppBlockingPackageInfoTest.java64 return new AppBlockingPackageInfo(packageName, 0, 0, AppBlockingPackageInfo.FLAG_SYSTEM_APP, in createInfoCarService()
/packages/services/Car/service/src/com/android/car/pm/
DCarPackageManagerService.java899 if ((info.flags & AppBlockingPackageInfo.FLAG_SYSTEM_APP) == 0 || in isInstalledPackageMatching()
971 flags = AppBlockingPackageInfo.FLAG_SYSTEM_APP; in getPackageInfoWrapperForUser()
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt334 field TIRAMISU_0 int FLAG_SYSTEM_APP = 0x1;
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt618 field public static final int FLAG_SYSTEM_APP = 1; // 0x1
/packages/services/Car/car-lib/api/
Dsystem-current.txt618 field public static final int FLAG_SYSTEM_APP = 1; // 0x1
Dtest-current.txt689 field public static final int FLAG_SYSTEM_APP = 1; // 0x1
Dsystem-lint-baseline.txt1780 UnflaggedApi: android.car.content.pm.AppBlockingPackageInfo#FLAG_SYSTEM_APP:
1781 …st be flagged with @FlaggedApi: field android.car.content.pm.AppBlockingPackageInfo.FLAG_SYSTEM_APP