Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DStorageEncryptionTest.java42 private static final String IS_PRIMARY_USER_PARAM = "isPrimaryUser"; field in StorageEncryptionTest
55 InstrumentationRegistry.getArguments().getString(IS_PRIMARY_USER_PARAM)); in setUp()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java59 private static final String IS_PRIMARY_USER_PARAM = "isPrimaryUser"; field in DeviceAndProfileOwnerTest
1559 ImmutableMap.of(IS_PRIMARY_USER_PARAM, String.valueOf(mUserId == mPrimaryUserId)); in testSetStorageEncryption()