Searched refs:enableSystemAppWithIntent (Results 1 – 3 of 3) sorted by relevance
163 int enableSystemAppWithIntent(in ComponentName admin, in Intent intent); in enableSystemAppWithIntent() method
3222 return mService.enableSystemAppWithIntent(admin, intent); in enableSystemApp()
5026 public int enableSystemAppWithIntent(ComponentName who, Intent intent) { in enableSystemAppWithIntent() method in DevicePolicyManagerService