Searched defs:schedulePing (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/am/ | ||
H A D | SameProcessApplicationThread.java | 91 public void schedulePing(RemoteCallback pong) { in schedulePing() method in SameProcessApplicationThread |
/aosp14/frameworks/base/core/java/android/app/ | ||
H A D | IApplicationThread.aidl | 175 void schedulePing(in RemoteCallback pong); in schedulePing() method |
H A D | ActivityThread.java | 1176 public final void schedulePing(RemoteCallback pong) { in schedulePing() method in ActivityThread.ApplicationThread |