Searched refs:AUTH_CANCELLED_ACTION (Results 1 – 4 of 4) sorted by relevance
99 static final String AUTH_CANCELLED_ACTION = "com.android.bluetooth.pbap.authcancelled"; field in BluetoothPbapService269 } else if (AUTH_CANCELLED_ACTION.equals(action)) { in parseIntent()740 filter.addAction(AUTH_CANCELLED_ACTION); in start()
187 sendIntentToReceiver(BluetoothPbapService.AUTH_CANCELLED_ACTION, null, null); in onNegative()
425 deleteIntent.setAction(BluetoothPbapService.AUTH_CANCELLED_ACTION); in createPbapNotification()
211 Intent intent = new Intent(BluetoothPbapService.AUTH_CANCELLED_ACTION); in broadcastReceiver_onReceive_withActionAuthCancelled()