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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapActivity.java 101 if (!BluetoothPbapService.USER_CONFIRM_TIMEOUT_ACTION.equals(intent.getAction())) {
122 BluetoothPbapService.USER_CONFIRM_TIMEOUT_ACTION));
BluetoothPbapService.java 117 public static final String USER_CONFIRM_TIMEOUT_ACTION =
690 Intent i = new Intent(USER_CONFIRM_TIMEOUT_ACTION);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 74 public static final String USER_CONFIRM_TIMEOUT_ACTION =
599 filter.addAction(USER_CONFIRM_TIMEOUT_ACTION);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 73 public static final String USER_CONFIRM_TIMEOUT_ACTION =
570 filter.addAction(USER_CONFIRM_TIMEOUT_ACTION);
617 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION);
629 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION);
650 new Intent(USER_CONFIRM_TIMEOUT_ACTION);
737 if (action.equals(USER_CONFIRM_TIMEOUT_ACTION)) {
738 if (DEBUG) Log.d(TAG, "USER_CONFIRM_TIMEOUT_ACTION Received.");
    [all...]

Completed in 1299 milliseconds