Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DStorageEncryptionTest.java42 private static final String IS_SYSTEM_USER_PARAM = "isSystemUser"; field in StorageEncryptionTest
56 InstrumentationRegistry.getArguments().getString(IS_SYSTEM_USER_PARAM)); in setUp()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DMixedDeviceOwnerTest.java401 ImmutableMap.of(IS_SYSTEM_USER_PARAM, String.valueOf(/* isSystemUser= */ true)); in testSetStorageEncryption()
DDeviceAndProfileOwnerTest.java70 protected static final String IS_SYSTEM_USER_PARAM = "isSystemUser"; field in DeviceAndProfileOwnerTest
1412 ImmutableMap.of(IS_SYSTEM_USER_PARAM, String.valueOf(mUserId == USER_SYSTEM)); in testSetStorageEncryption()