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.java125 public synchronized static boolean isOnDestroyCalled() { in isOnDestroyCalled() method in IntentServiceStub
DInstrumentationTestActivity.java238 public boolean isOnDestroyCalled() { in isOnDestroyCalled() method in InstrumentationTestActivity
/cts/tests/app/src/android/app/cts/
DIntentServiceTest.java80 return IntentServiceStub.isOnDestroyCalled(); in testIntents()