Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDevicePolicyLoggingTest.java133 final String systemPackageToEnable = in testEnableSystemAppWithIntentLogged() local
136 mContext.getPackageManager().getLaunchIntentForPackage(systemPackageToEnable); in testEnableSystemAppWithIntentLogged()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java1024 final String systemPackageToEnable = getLaunchableSystemPackage(); in testEnableSystemAppWithIntentLogged() local
1025 if (systemPackageToEnable == null) { in testEnableSystemAppWithIntentLogged()
1029 ImmutableMap.of(PARAM_APP_TO_ENABLE, systemPackageToEnable); in testEnableSystemAppWithIntentLogged()