Searched refs:newIntent (Results 1 – 2 of 2) sorted by relevance
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | BluetoothPairingHelper.java | 55 Intent newIntent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY); in onReceive() local 61 newIntent.setClassName(mReturnPackage, mReturnClass); in onReceive() 63 newIntent.putExtra(BluetoothDevice.EXTRA_CONNECTION_ACCESS_RESULT, in onReceive() 65 newIntent.putExtra(BluetoothDevice.EXTRA_ALWAYS_ALLOWED, true); in onReceive() 66 newIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, mDevice); in onReceive() 67 newIntent.putExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE, mRequestType); in onReceive() 70 c.sendBroadcast(newIntent, android.Manifest.permission.BLUETOOTH_ADMIN); in onReceive()
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | AlarmManagerTest.java | 112 … Intent newIntent = new Intent(Robolectric.application.getApplicationContext(), String.class); in cancel_removesMatchingPendingIntents() local 113 …Intent.getBroadcast(Robolectric.application.getApplicationContext(), 0, newIntent, PendingIntent.F… in cancel_removesMatchingPendingIntents() 130 Intent newIntent = new Intent("someAction"); in cancel_removesMatchingPendingIntentsWithActions() local 131 …ent = PendingIntent.getBroadcast(Robolectric.application.getApplicationContext(), 0, newIntent, 0); in cancel_removesMatchingPendingIntentsWithActions()
|