Home
last modified time | relevance | path

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

/cts/tests/tests/location/src/android/location/cts/
DLocationTest.java518 ret = service.callOnStartCommand(intent, SettingInjectorService.START_NOT_STICKY, 0); in testSettingInjectorService()
530 ret = service.callOnStartCommand(intent, SettingInjectorService.START_NOT_STICKY, 0); in testSettingInjectorService()
667 public int callOnStartCommand(Intent intent, int flags, int startId) { in callOnStartCommand() method in LocationTest.SettingInjectorServiceDerived