HomeSort by relevance Sort by last modified time
    Searched refs:ACCESS_AUTHORITY_PACKAGE (Results 1 - 4 of 4) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 187 private static final String ACCESS_AUTHORITY_PACKAGE = "com.android.settings";
252 timeoutIntent.setClassName(ACCESS_AUTHORITY_PACKAGE, ACCESS_AUTHORITY_CLASS);
636 intent.setClassName(ACCESS_AUTHORITY_PACKAGE, ACCESS_AUTHORITY_CLASS);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java 89 private static final String ACCESS_AUTHORITY_PACKAGE = "com.android.settings";
607 intent.setClassName(ACCESS_AUTHORITY_PACKAGE, ACCESS_AUTHORITY_CLASS);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 146 private static final String ACCESS_AUTHORITY_PACKAGE = "com.android.settings";
342 intent.setClassName(ACCESS_AUTHORITY_PACKAGE, ACCESS_AUTHORITY_CLASS);
799 intent.setClassName(ACCESS_AUTHORITY_PACKAGE, ACCESS_AUTHORITY_CLASS);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 96 private static final String ACCESS_AUTHORITY_PACKAGE = "com.android.settings";
362 intent.setClassName(ACCESS_AUTHORITY_PACKAGE, ACCESS_AUTHORITY_CLASS);
639 intent.setClassName(ACCESS_AUTHORITY_PACKAGE, ACCESS_AUTHORITY_CLASS);
    [all...]

Completed in 49 milliseconds