Home
last modified time | relevance | path

Searched refs:enableSystemApp (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl241 void enableSystemApp(in ComponentName admin, in String callerPackage, in String packageName); in enableSystemApp() method
DDevicePolicyManager.java7876 public void enableSystemApp(@NonNull ComponentName admin, String packageName) { in enableSystemApp() method in DevicePolicyManager
7880 mService.enableSystemApp(admin, mContext.getPackageName(), packageName); in enableSystemApp()
7901 public int enableSystemApp(@NonNull ComponentName admin, Intent intent) { in enableSystemApp() method in DevicePolicyManager
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java10203 public void enableSystemApp(ComponentName who, String callerPackage, String packageName) { in enableSystemApp() method
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5308 method public void enableSystemApp(android.content.ComponentName, java.lang.String);
5309 method public int enableSystemApp(android.content.ComponentName, android.content.Intent);
/frameworks/base/services/
Dart-profile6226 PLcom/android/server/devicepolicy/DevicePolicyManagerService;->enableSystemApp(Landroid/content/Com…
/frameworks/base/api/
Dcurrent.txt6637 method public void enableSystemApp(@NonNull android.content.ComponentName, String);
6638 … method public int enableSystemApp(@NonNull android.content.ComponentName, android.content.Intent);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt2882 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->enableSystemApp(Landroid/content/ComponentName…
3414 Landroid/app/admin/IDevicePolicyManager;->enableSystemApp(Landroid/content/ComponentName;Ljava/lang…