Home
last modified time | relevance | path

Searched refs:putParcelable (Results 1 – 10 of 10) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DGattServerFacade.java504 mResults.putParcelable("BluetoothDevice", device); in onCharacteristicWriteRequest()
523 mResults.putParcelable("BluetoothDevice", device); in onDescriptorReadRequest()
538 mResults.putParcelable("BluetoothDevice", device); in onDescriptorWriteRequest()
552 mResults.putParcelable("BluetoothDevice", device); in onExecuteWrite()
562 mResults.putParcelable("BluetoothDevice", device); in onNotificationSent()
576 mResults.putParcelable("BluetoothDevice", device); in onConnectionStateChange()
586 mResults.putParcelable("BluetoothDevice", device); in onMtuChanged()
DBluetoothLeScanFacade.java846 mResults.putParcelable("Result", result); in onScanResult()
877 mResults.putParcelable("Device", device); in onLeScan()
DBluetoothLeAdvertiseFacade.java555 mResults.putParcelable("SettingsInEffect", settingsInEffect); in onStartSuccess()
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
DDecodeHandler.java92 bundle.putParcelable(DecodeThread.BARCODE_BITMAP, source.renderCroppedGreyscaleBitmap()); in decode()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiP2pManagerFacade.java252 mResults.putParcelable("P2pInfo", p2pInfo); in onReceive()
253 mResults.putParcelable("Group", group); in onReceive()
263 mResults.putParcelable("Device", device); in onReceive()
DWifiNanManagerFacade.java296 mResults.putParcelable("configRequest", configRequest); in onConfigCompleted()
303 mResults.putParcelable("failedConfig", failedConfig); in onConfigFailed()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DContentResolverTest.java301 bundle.putParcelable("account", a); in shouldValidateSyncExtras()
308 bundle.putParcelable("intent", new Intent()); in shouldValidateSyncExtrasAndThrow()
DParcelTest.java279 innerBundle.putParcelable("account", account); in testReadWriteNestedBundles()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowBundle.java214 public void putParcelable(String key, Parcelable value) { in putParcelable() method in ShadowBundle
DShadowIntent.java240 extras.putParcelable(key, value); in putExtra()