Searched refs:startIntent (Results 1 – 4 of 4) sorted by relevance
42 assertThat(myService.startIntent).isNotNull(); in onStartCommandShouldSetIntent()43 assertThat(myService.startIntent.getComponent()).isEqualTo(componentName); in onStartCommandShouldSetIntent()115 public Intent startIntent; field in IntentServiceControllerTest.MyService133 startIntent = intent; in onHandleIntent()
42 assertThat(myService.startIntent).isNotNull(); in onStartCommandShouldSetIntentAndFlags()43 assertThat(myService.startIntent.getComponent()).isEqualTo(componentName); in onStartCommandShouldSetIntentAndFlags()117 public Intent startIntent; field in ServiceControllerTest.MyService154 startIntent = intent; in onStartCommand()
198 Intent startIntent = in removeAll() local201 dashDownloadService.onStartCommand(startIntent, 0, 0); in removeAll()218 Intent startIntent = in downloadKeys() local221 dashDownloadService.onStartCommand(startIntent, 0, 0); in downloadKeys()
454 Intent startIntent = new Intent(mContext, BluetoothSL4AAudioSrcMBS.class); in bluetoothMediaPhoneSL4AMBSStart() local455 mContext.startService(startIntent); in bluetoothMediaPhoneSL4AMBSStart()