Home | History | Annotate | Download | only in admin

Lines Matching defs:setBluetoothContactSharingDisabled

6027     public void setBluetoothContactSharingDisabled(@NonNull ComponentName admin, boolean disabled) {
6028 throwIfParentInstance("setBluetoothContactSharingDisabled");
6031 mService.setBluetoothContactSharingDisabled(admin, disabled);