Home
last modified time | relevance | path

Searched defs:enableSystemAppWithIntent (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl163 int enableSystemAppWithIntent(in ComponentName admin, in Intent intent); in enableSystemAppWithIntent() method
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java5026 public int enableSystemAppWithIntent(ComponentName who, Intent intent) { in enableSystemAppWithIntent() method in DevicePolicyManagerService