OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXTRA_ALWAYS_ALLOWED
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionActivity.java
187
BluetoothDevice.
EXTRA_ALWAYS_ALLOWED
, mRememberChoiceValue);
BluetoothPermissionRequest.java
154
sendIntentToReceiver(intentName, true, BluetoothDevice.
EXTRA_ALWAYS_ALLOWED
, true);
/frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java
340
public static final String
EXTRA_ALWAYS_ALLOWED
=
[
all
...]
/packages/apps/Phone/src/com/android/phone/
BluetoothAtPhonebook.java
284
if (intent.getBooleanExtra(BluetoothDevice.
EXTRA_ALWAYS_ALLOWED
, false)) {
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java
265
if (intent.getBooleanExtra(BluetoothDevice.
EXTRA_ALWAYS_ALLOWED
, false)) {
Completed in 92 milliseconds