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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapActivity.java 105 if (!BluetoothPbapService.USER_CONFIRM_TIMEOUT_ACTION.equals(intent.getAction())) {
129 BluetoothPbapService.USER_CONFIRM_TIMEOUT_ACTION));
BluetoothPbapService.java 119 public static final String USER_CONFIRM_TIMEOUT_ACTION =
572 Intent intent = new Intent(USER_CONFIRM_TIMEOUT_ACTION);
578 Intent i = new Intent(USER_CONFIRM_TIMEOUT_ACTION);

Completed in 146 milliseconds