Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarPackageManagerTest.java88 final String activityAllowed = "NO_SUCH_ACTIVITY_BUT_ALLOWED"; in testSettingAllowlist() local
94 AppBlockingPackageInfo.FLAG_SYSTEM_APP, null, new String[] { activityAllowed }); in testSettingAllowlist()
102 activityAllowed)).isTrue(); in testSettingAllowlist()
114 activityAllowed)).isFalse(); in testSettingAllowlist()
122 AppBlockingPackageInfo.FLAG_SYSTEM_APP, null, new String[] { activityAllowed }); in testSettingAllowlist()
129 activityAllowed)).isTrue(); in testSettingAllowlist()
137 AppBlockingPackageInfo.FLAG_SYSTEM_APP, null, new String[] { activityAllowed }); in testSettingAllowlist()
144 activityAllowed)).isFalse(); in testSettingAllowlist()