OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setPhonebookAccessPermission
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java
207
mDevice.
setPhonebookAccessPermission
(BluetoothDevice.ACCESS_ALLOWED);
210
mDevice.
setPhonebookAccessPermission
(BluetoothDevice.ACCESS_REJECTED);
218
mDevice.
setPhonebookAccessPermission
(BluetoothDevice.ACCESS_ALLOWED);
220
mDevice.
setPhonebookAccessPermission
(BluetoothDevice.ACCESS_REJECTED);
283
mDevice.
setPhonebookAccessPermission
(BluetoothDevice.ACCESS_ALLOWED);
286
mDevice.
setPhonebookAccessPermission
(BluetoothDevice.ACCESS_REJECTED);
294
mDevice.
setPhonebookAccessPermission
(BluetoothDevice.ACCESS_ALLOWED);
296
mDevice.
setPhonebookAccessPermission
(BluetoothDevice.ACCESS_REJECTED);
/frameworks/base/core/java/android/bluetooth/
IBluetooth.aidl
82
boolean
setPhonebookAccessPermission
(in BluetoothDevice device, int value);
BluetoothDevice.java
560
* For {@link #getPhonebookAccessPermission}, {@link #
setPhonebookAccessPermission
},
567
* For {@link #getPhonebookAccessPermission}, {@link #
setPhonebookAccessPermission
},
574
* For {@link #getPhonebookAccessPermission}, {@link #
setPhonebookAccessPermission
},
[
all
...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
CachedBluetoothDevice.java
686
mDevice.
setPhonebookAccessPermission
(permission);
701
mDevice.
setPhonebookAccessPermission
(BluetoothDevice.ACCESS_ALLOWED);
703
mDevice.
setPhonebookAccessPermission
(BluetoothDevice.ACCESS_REJECTED);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java
298
boolean result = mRemoteDevice.
setPhonebookAccessPermission
(
301
Log.v(TAG, "
setPhonebookAccessPermission
(ACCESS_ALLOWED) result=" + result);
315
boolean result = mRemoteDevice.
setPhonebookAccessPermission
(
318
Log.v(TAG, "
setPhonebookAccessPermission
(ACCESS_REJECTED) result="
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java
212
mAdapterService.
setPhonebookAccessPermission
(dev,
AdapterService.java
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java
[
all
...]
Completed in 675 milliseconds