Searched refs:HANDOVER_STATUS_PERMISSION (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DConstants.java146 public static final String HANDOVER_STATUS_PERMISSION = field in class:Constants
H A DBluetoothOppReceiver.java256 context.sendBroadcast(handoverIntent, Constants.HANDOVER_STATUS_PERMISSION);
H A DBluetoothOppNotification.java311 mContext.sendBroadcast(intent, Constants.HANDOVER_STATUS_PERMISSION);
H A DBluetoothOppObexServerSession.java574 mContext.sendBroadcast(intent, Constants.HANDOVER_STATUS_PERMISSION);
/packages/apps/Nfc/src/com/android/nfc/handover/
H A DHandoverService.java117 public static final String HANDOVER_STATUS_PERMISSION = field in class:HandoverService
214 registerReceiver(mHandoverStatusReceiver, filter, HANDOVER_STATUS_PERMISSION, mHandler);

Completed in 830 milliseconds