Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl255 void setMasterVolumeMuted(in ComponentName admin, boolean on); in setMasterVolumeMuted() method
DDevicePolicyManager.java7411 public void setMasterVolumeMuted(@NonNull ComponentName admin, boolean on) { in setMasterVolumeMuted() method in DevicePolicyManager
7415 mService.setMasterVolumeMuted(admin, on); in setMasterVolumeMuted()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java10088 public void setMasterVolumeMuted(ComponentName who, boolean on) { in setMasterVolumeMuted() method in DevicePolicyManagerService
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5365 method public void setMasterVolumeMuted(android.content.ComponentName, boolean);
/frameworks/base/config/
Dhiddenapi-public-dex.txt1647 Landroid/app/admin/DevicePolicyManager;->setMasterVolumeMuted(Landroid/content/ComponentName;Z)V
Dboot-image-profile.txt15757 HSPLandroid/app/admin/IDevicePolicyManager;->setMasterVolumeMuted(Landroid/content/ComponentName;Z)V
/frameworks/base/api/
Dcurrent.txt6574 method public void setMasterVolumeMuted(android.content.ComponentName, boolean);