HomeSort by relevance Sort by last modified time
    Searched refs:getBluetoothContactSharingDisabled (Results 1 - 8 of 8) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/util/
DevicePolicyUtils.java 43 return dpm.getBluetoothContactSharingDisabled(new UserHandle(ui.id));
49 // Now we support getBluetoothContactSharingDisabled() for managed profile only
50 // TODO: Make primary profile can also support getBluetoothContactSharingDisabled()
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DevicePolicyUtilsTest.java 102 .getBluetoothContactSharingDisabled(LittleMock.<UserHandle>anyObject());
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
ContactsTest.java 382 assertFalse(mDevicePolicyManager.getBluetoothContactSharingDisabled(
386 assertTrue(mDevicePolicyManager.getBluetoothContactSharingDisabled(
  /frameworks/base/core/java/android/app/admin/
IDevicePolicyManager.aidl 197 boolean getBluetoothContactSharingDisabled(in ComponentName who);
DevicePolicyManager.java     [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java     [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 223 milliseconds