Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDevicePolicyLoggingTest.java51 public static final String PARAM_APP_TO_ENABLE = "app_to_enable"; field in DevicePolicyLoggingTest
172 InstrumentationRegistry.getArguments().getString(PARAM_APP_TO_ENABLE); in testEnableSystemAppLogged()
178 InstrumentationRegistry.getArguments().getString(PARAM_APP_TO_ENABLE); in testEnableSystemAppWithIntentLogged()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java187 private static final String PARAM_APP_TO_ENABLE = "app_to_enable"; field in DeviceAndProfileOwnerTest
1668 ImmutableMap.of(PARAM_APP_TO_ENABLE, systemPackageToEnable); in testEnableSystemAppLogged()
1686 ImmutableMap.of(PARAM_APP_TO_ENABLE, systemPackageToEnable); in testEnableSystemAppWithIntentLogged()