Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java178 private static final String ACCESS_AUTHORITY_CLASS = field in BluetoothPbapService
245 timeoutIntent.setClassName(ACCESS_AUTHORITY_PACKAGE, ACCESS_AUTHORITY_CLASS); in parseIntent()
541 intent.setClassName(ACCESS_AUTHORITY_PACKAGE, ACCESS_AUTHORITY_CLASS); in run()
592 intent.setClassName(ACCESS_AUTHORITY_PACKAGE, ACCESS_AUTHORITY_CLASS);
/packages/apps/Phone/src/com/android/phone/
DBluetoothAtPhonebook.java88 private static final String ACCESS_AUTHORITY_CLASS = field in BluetoothAtPhonebook
497 intent.setClassName(ACCESS_AUTHORITY_PACKAGE, ACCESS_AUTHORITY_CLASS); in checkAccessPermission()