Searched refs:setBackupServiceEnabled (Results 1 – 8 of 8) sorted by relevance
171 description: "Emit a security log event when DPM.setBackupServiceEnabled is called"
458 void setBackupServiceEnabled(in ComponentName admin, boolean enabled); in setBackupServiceEnabled() method
14987 public void setBackupServiceEnabled(@NonNull ComponentName admin, boolean enabled) { in setBackupServiceEnabled() method in DevicePolicyManager14990 mService.setBackupServiceEnabled(admin, enabled); in setBackupServiceEnabled()
7975 dpm.setBackupServiceEnabled(admin1, true); in testSetBackupServiceEnabled_financeDo_success()
18561 public void setBackupServiceEnabled(ComponentName admin, boolean enabled) {
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
2793 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->setBackupServiceEnabled(Landroid/content/Compo…3318 Landroid/app/admin/IDevicePolicyManager;->setBackupServiceEnabled(Landroid/content/ComponentName;Z)V
8165 method public void setBackupServiceEnabled(@NonNull android.content.ComponentName, boolean);