Home
last modified time | relevance | path

Searched refs:ACCESS_AUTHORITY_CLASS (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java186 private static final String ACCESS_AUTHORITY_CLASS = field in BluetoothPbapService
249 timeoutIntent.setClassName(ACCESS_AUTHORITY_PACKAGE, ACCESS_AUTHORITY_CLASS); in parseIntent()
633 intent.setClassName(ACCESS_AUTHORITY_PACKAGE, ACCESS_AUTHORITY_CLASS); in run()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java157 private static final String ACCESS_AUTHORITY_CLASS = field in BluetoothMapService
337 intent.setClassName(ACCESS_AUTHORITY_PACKAGE, ACCESS_AUTHORITY_CLASS);
789 intent.setClassName(ACCESS_AUTHORITY_PACKAGE, ACCESS_AUTHORITY_CLASS); in onConnect()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DAtPhonebook.java90 private static final String ACCESS_AUTHORITY_CLASS = field in AtPhonebook
606 intent.setClassName(ACCESS_AUTHORITY_PACKAGE, ACCESS_AUTHORITY_CLASS); in checkAccessPermission()