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.java171 final String systemPackageToEnable = in testEnableSystemAppLogged() local
173 mDevicePolicyManager.enableSystemApp(ADMIN_RECEIVER_COMPONENT, systemPackageToEnable); in testEnableSystemAppLogged()
177 final String systemPackageToEnable = in testEnableSystemAppWithIntentLogged() local
180 mContext.getPackageManager().getLaunchIntentForPackage(systemPackageToEnable); in testEnableSystemAppWithIntentLogged()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java1583 final String systemPackageToEnable = enabledSystemPackageNames.get(0); in testEnableSystemAppLogged() local
1585 ImmutableMap.of(PARAM_APP_TO_ENABLE, systemPackageToEnable); in testEnableSystemAppLogged()
1592 .setStrings(systemPackageToEnable) in testEnableSystemAppLogged()
1598 final String systemPackageToEnable = getLaunchableSystemPackage(); in testEnableSystemAppWithIntentLogged() local
1599 if (systemPackageToEnable == null) { in testEnableSystemAppWithIntentLogged()
1603 ImmutableMap.of(PARAM_APP_TO_ENABLE, systemPackageToEnable); in testEnableSystemAppWithIntentLogged()