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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionRequest.java 122 case BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS:
167 BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS);
173 if(requestType == BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS) {
190 if (mRequestType != BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS
207 if (mRequestType == BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS) {
BluetoothPermissionActivity.java 62 BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS);
92 BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS);
98 } else if (mRequestType == BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS) {
124 case BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS:
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 251 BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS);
274 BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS);
281 BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS);
284 || (requestType != BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS)) {
635 BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS);
692 BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 108 BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS);
109 if (requestType == BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS) {
AtPhonebook.java 608 BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS);
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 365 public static final int REQUEST_TYPE_PHONEBOOK_ACCESS = 2;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java     [all...]

Completed in 327 milliseconds