Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DIntentServiceStub.java130 public synchronized static boolean isOnStartCalled() { in isOnStartCalled() method in IntentServiceStub
DTestDialog.java42 public boolean isOnStartCalled; field in TestDialog
100 isOnStartCalled = true; in onStart()
/cts/tests/app/src/android/app/cts/
DIntentServiceTest.java95 assertTrue(IntentServiceStub.isOnStartCalled()); in testIntentServiceLifeCycle()
DDialogTest.java153 assertTrue(d.isOnStartCalled); in testOnStartCreateStop()