Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DIntentServiceStub.java126 public synchronized static boolean isOnDestroyCalled() { in isOnDestroyCalled() method in IntentServiceStub
DInstrumentationTestActivity.java240 public boolean isOnDestroyCalled() { in isOnDestroyCalled() method in InstrumentationTestActivity
/cts/tests/app/src/android/app/cts/
DIntentServiceTest.java81 return IntentServiceStub.isOnDestroyCalled(); in testIntents()