Searched refs:AUTH_CANCELLED_ACTION (Results 1 – 2 of 2) sorted by relevance
111 public static final String AUTH_CANCELLED_ACTION = "com.android.bluetooth.pbap.authcancelled"; field in BluetoothPbapService329 } else if (action.equals(AUTH_CANCELLED_ACTION)) { in parseIntent()765 deleteIntent.setAction(AUTH_CANCELLED_ACTION); in createPbapNotification()821 filter.addAction(AUTH_CANCELLED_ACTION); in start()
186 sendIntentToReceiver(BluetoothPbapService.AUTH_CANCELLED_ACTION, null, null); in onNegative()