Searched defs:ACCESS_AUTHORITY_PACKAGE (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DAtPhonebook.java89 private static final String ACCESS_AUTHORITY_PACKAGE = "com.android.settings"; field in class:AtPhonebook
606 intent.setClassName(ACCESS_AUTHORITY_PACKAGE, ACCESS_AUTHORITY_CLASS);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java185 private static final String ACCESS_AUTHORITY_PACKAGE = "com.android.settings"; field in class:BluetoothPbapService
249 timeoutIntent.setClassName(ACCESS_AUTHORITY_PACKAGE, ACCESS_AUTHORITY_CLASS);
633 intent.setClassName(ACCESS_AUTHORITY_PACKAGE, ACCESS_AUTHORITY_CLASS);
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java156 private static final String ACCESS_AUTHORITY_PACKAGE = "com.android.settings"; field in class:BluetoothMapService
337 intent.setClassName(ACCESS_AUTHORITY_PACKAGE, ACCESS_AUTHORITY_CLASS);
789 intent.setClassName(ACCESS_AUTHORITY_PACKAGE, ACCESS_AUTHORITY_CLASS);

Completed in 142 milliseconds