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.java155 final String systemPackageToEnable = in testEnableSystemAppLogged() local
157 mDevicePolicyManager.enableSystemApp(ADMIN_RECEIVER_COMPONENT, systemPackageToEnable); in testEnableSystemAppLogged()
161 final String systemPackageToEnable = in testEnableSystemAppWithIntentLogged() local
164 mContext.getPackageManager().getLaunchIntentForPackage(systemPackageToEnable); in testEnableSystemAppWithIntentLogged()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java1781 final String systemPackageToEnable = enabledSystemPackageNames.get(0); in testEnableSystemAppLogged() local
1783 ImmutableMap.of(PARAM_APP_TO_ENABLE, systemPackageToEnable); in testEnableSystemAppLogged()
1790 .setStrings(systemPackageToEnable) in testEnableSystemAppLogged()
1798 final String systemPackageToEnable = getLaunchableSystemPackage(); in testEnableSystemAppWithIntentLogged() local
1799 if (systemPackageToEnable == null) { in testEnableSystemAppWithIntentLogged()
1803 ImmutableMap.of(PARAM_APP_TO_ENABLE, systemPackageToEnable); in testEnableSystemAppWithIntentLogged()