Searched refs:AUTH_CANCELLED_ACTION (Results 1 – 3 of 3) sorted by relevance
107 static final String AUTH_CANCELLED_ACTION = "com.android.bluetooth.pbap.authcancelled"; field in BluetoothPbapService256 } else if (AUTH_CANCELLED_ACTION.equals(action)) { in parseIntent()573 filter.addAction(AUTH_CANCELLED_ACTION); in start()
185 sendIntentToReceiver(BluetoothPbapService.AUTH_CANCELLED_ACTION, null, null); in onNegative()
389 deleteIntent.setAction(BluetoothPbapService.AUTH_CANCELLED_ACTION); in createPbapNotification()