Home
last modified time | relevance | path

Searched defs:startId (Results 1 – 25 of 112) sorted by relevance

12345

/cts/tests/app/FgsTimeoutTest/FgsTimeoutTestHelper/src/android/app/cts/fgstimeouttesthelper/
DServiceBase.java54 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
92 public void onTimeout(int startId) { in onTimeout()
101 public void onTimeout(int startId, int fgsType) { in onTimeout()
/cts/tests/app/ShortFgsTest/ShortFgsTestHelper/src/android/app/cts/shortfgstesthelper/
DServiceBase.java54 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
92 public void onTimeout(int startId) { in onTimeout()
/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/events/services/
DServiceStartedEvent.java121 String serviceName, Intent intent, int flags, int startId) { in logger()
130 String serviceName, Intent intent, int flags, int startId) { in ServiceStartedEventLogger()
163 public ServiceStartedEventLogger setStartId(int startId) { in setStartId()
195 public int startId() { in startId() method in ServiceStartedEvent
/cts/tests/app/FgsTimeoutTest/src/android/app/cts/fgstimeouttest/
DFgsTimeoutTest.java123 final int startId = waitForMethodCall(FGS0, "onStartCommand").getServiceStartId(); in testTimeout() local
159 final int startId = waitForMethodCall(FGS0, "onStartCommand").getServiceStartId(); in testTimeout_startService() local
189 final int startId = waitForMethodCall(FGS2, "onStartCommand").getServiceStartId(); in testTimeout_withParallelNormalFgs() local
235 final int startId = waitForMethodCall(FGS1, "onStartCommand").getServiceStartId(); in testTimeout_withParallelTimeRestrictedFgs() local
446 final int startId = waitForMethodCall(FGS0, "onStartCommand").getServiceStartId(); in testStartService_throwsExceptionAfterTimeout() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-39622/src/android/security/cts/CVE_2021_39622/
DPocService.java27 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
/cts/tests/tests/content/IntentResolutionTestApp/src/android/content/pm/cts/
DTestPmService.java26 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DEphemeralService.java52 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
DSomeService.java39 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DIsolatedProcessService.java28 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
/cts/tests/app/app/src/android/app/stubs/
DLocalForegroundServiceSticky.java49 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DTestService.java30 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
/cts/tests/tests/content/src/android/content/cts/
DMockService.java47 public void onStart(Intent intent, int startId) { in onStart()
/cts/tests/app/ActivityManagerApi29Test/src/android/app/cts/
DLocationForegroundService.java34 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/
DNormalService.java35 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
DExposedService.java52 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/net/
DConnectivityForegroundService.java37 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
/cts/tests/tests/voicesettings/service/src/android/voicesettings/service/
DMainInteractionService.java39 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
/cts/hostsidetests/os/app/src/android/os/app/
DTestFgService.java39 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
/cts/tests/tests/batterysaving/apps/app_target_api_current/src/android/os/cts/batterysaving/app/
DTestService.java41 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
/cts/tests/framework/base/windowmanager/backgroundactivity/TestApp/src/android/server/wm/backgroundactivity/appa/
DActivityStarterService.java45 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
/cts/hostsidetests/securitybulletin/test-apps/TestOverlayRequestManageCredentials/src/android/security/cts/overlay/RequestManageCredentials/
DPocService.java39 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2024-34723/malicious-app/src/android/security/cts/CVE_2024_34723_malicious_app/
DPocService.java53 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
/cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
DBgService.java42 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
DFgService.java44 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0523/src/android/security/cts/CVE_2021_0523/
DPocService.java65 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()

12345