Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl227 void setBluetoothContactSharingDisabled(in ComponentName who, boolean disabled); in setBluetoothContactSharingDisabled() method
DDevicePolicyManager.java4483 public void setBluetoothContactSharingDisabled(@NonNull ComponentName admin, boolean disabled) { in setBluetoothContactSharingDisabled() method in DevicePolicyManager
4487 mService.setBluetoothContactSharingDisabled(admin, disabled); in setBluetoothContactSharingDisabled()
/frameworks/base/docs/html/about/versions/marshmallow/
Dandroid-6.0-changes.jd334 you set {@link android.app.admin.DevicePolicyManager#setBluetoothContactSharingDisabled(android.con…
335 setBluetoothContactSharingDisabled()} to {@code false}. By default, it is set to {@code true}.
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java7710 public void setBluetoothContactSharingDisabled(ComponentName who, boolean disabled) { in setBluetoothContactSharingDisabled() method in DevicePolicyManagerService
/frameworks/base/api/
Dcurrent.txt5978 method public void setBluetoothContactSharingDisabled(android.content.ComponentName, boolean);
Dtest-current.txt5984 method public void setBluetoothContactSharingDisabled(android.content.ComponentName, boolean);
Dsystem-current.txt6142 method public void setBluetoothContactSharingDisabled(android.content.ComponentName, boolean);