OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACCESS_AUTHORITY_PACKAGE
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java
185
private static final String
ACCESS_AUTHORITY_PACKAGE
= "com.android.settings";
249
timeoutIntent.setClassName(
ACCESS_AUTHORITY_PACKAGE
, ACCESS_AUTHORITY_CLASS);
594
intent.setClassName(
ACCESS_AUTHORITY_PACKAGE
, ACCESS_AUTHORITY_CLASS);
649
intent.setClassName(
ACCESS_AUTHORITY_PACKAGE
, ACCESS_AUTHORITY_CLASS);
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java
145
private static final String
ACCESS_AUTHORITY_PACKAGE
= "com.android.settings";
419
intent.setClassName(
ACCESS_AUTHORITY_PACKAGE
, ACCESS_AUTHORITY_CLASS);
458
intent.setClassName(
ACCESS_AUTHORITY_PACKAGE
, ACCESS_AUTHORITY_CLASS);
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java
87
private static final String
ACCESS_AUTHORITY_PACKAGE
= "com.android.settings";
583
intent.setClassName(
ACCESS_AUTHORITY_PACKAGE
, ACCESS_AUTHORITY_CLASS);
Completed in 75 milliseconds