Home
last modified time | relevance | path

Searched refs:msgData (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/handover/
DPeripheralHandoverService.java154 boolean doPeripheralHandover(Bundle msgData) { in doPeripheralHandover() argument
160 if (msgData == null) { in doPeripheralHandover()
164 mDevice = msgData.getParcelable(EXTRA_PERIPHERAL_DEVICE); in doPeripheralHandover()
165 String name = msgData.getString(EXTRA_PERIPHERAL_NAME); in doPeripheralHandover()
166 int transport = msgData.getInt(EXTRA_PERIPHERAL_TRANSPORT); in doPeripheralHandover()
167 OobData oobData = msgData.getParcelable(EXTRA_PERIPHERAL_OOB_DATA); in doPeripheralHandover()
168 Parcelable[] parcelables = msgData.getParcelableArray(EXTRA_PERIPHERAL_UUIDS); in doPeripheralHandover()
169 BluetoothClass btClass = msgData.getParcelable(EXTRA_PERIPHERAL_CLASS); in doPeripheralHandover()
179 mClient = msgData.getParcelable(EXTRA_CLIENT); in doPeripheralHandover()
180 mBluetoothEnabledByNfc = msgData.getBoolean(EXTRA_BT_ENABLED); in doPeripheralHandover()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DHostEmulationManager.java968 Bundle msgData = new Bundle(); in sendPollingFramesToServiceLocked() local
969 msgData.putParcelableArrayList(HostApduService.KEY_POLLING_LOOP_FRAMES_BUNDLE, in sendPollingFramesToServiceLocked()
971 msg.setData(msgData); in sendPollingFramesToServiceLocked()