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

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 250 Intent timeoutIntent =
252 timeoutIntent.setClassName(ACCESS_AUTHORITY_PACKAGE, ACCESS_AUTHORITY_CLASS);
253 timeoutIntent.putExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE,
255 sendBroadcast(timeoutIntent, BLUETOOTH_ADMIN_PERM);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 622 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION);
623 PendingIntent pIntent = PendingIntent.getBroadcast(this, 0, timeoutIntent, 0);
630 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION);
631 PendingIntent sender = PendingIntent.getBroadcast(this, 0, timeoutIntent, 0);
650 Intent timeoutIntent =
652 sendBroadcast(timeoutIntent, BLUETOOTH_PERM);
    [all...]

Completed in 517 milliseconds