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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapActivity.java 186 sendIntentToReceiver(BluetoothPbapService.AUTH_CANCELLED_ACTION, null, null);
BluetoothPbapService.java 111 public static final String AUTH_CANCELLED_ACTION = "com.android.bluetooth.pbap.authcancelled";
329 } else if (action.equals(AUTH_CANCELLED_ACTION)) {
791 deleteIntent.setAction(AUTH_CANCELLED_ACTION);
    [all...]

Completed in 1064 milliseconds