Home
last modified time | relevance | path

Searched defs:reportStop (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/test-apps/SuspendTestApp/src/com/android/servicestests/apps/suspendtestapp/
H A DSuspendTestActivity.java54 final Intent reportStop = new Intent(ACTION_REPORT_TEST_ACTIVITY_STOPPED) in onStop() local
/aosp14/frameworks/base/core/java/android/app/
H A DClientTransactionHandler.java150 public abstract void reportStop(PendingTransactionActions pendingActions); in reportStop() method in ClientTransactionHandler
H A DActivityThread.java5481 public void reportStop(PendingTransactionActions pendingActions) { in reportStop() method in ActivityThread