Home
last modified time | relevance | path

Searched refs:startIntent (Results 1 – 4 of 4) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/controller/
DIntentServiceControllerTest.java42 assertThat(myService.startIntent).isNotNull(); in onStartCommandShouldSetIntent()
43 assertThat(myService.startIntent.getComponent()).isEqualTo(componentName); in onStartCommandShouldSetIntent()
115 public Intent startIntent; field in IntentServiceControllerTest.MyService
133 startIntent = intent; in onHandleIntent()
DServiceControllerTest.java42 assertThat(myService.startIntent).isNotNull(); in onStartCommandShouldSetIntentAndFlags()
43 assertThat(myService.startIntent.getComponent()).isEqualTo(componentName); in onStartCommandShouldSetIntentAndFlags()
117 public Intent startIntent; field in ServiceControllerTest.MyService
154 startIntent = intent; in onStartCommand()
/external/exoplayer/tree/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/offline/
DDownloadServiceDashTest.java198 Intent startIntent = in removeAll() local
201 dashDownloadService.onStartCommand(startIntent, 0, 0); in removeAll()
218 Intent startIntent = in downloadKeys() local
221 dashDownloadService.onStartCommand(startIntent, 0, 0); in downloadKeys()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothMediaFacade.java454 Intent startIntent = new Intent(mContext, BluetoothSL4AAudioSrcMBS.class); in bluetoothMediaPhoneSL4AMBSStart() local
455 mContext.startService(startIntent); in bluetoothMediaPhoneSL4AMBSStart()