Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DSameProcessApplicationThread.java91 public void schedulePing(RemoteCallback pong) { in schedulePing() method in SameProcessApplicationThread
/frameworks/base/core/java/android/app/
DIApplicationThread.aidl175 void schedulePing(in RemoteCallback pong); in schedulePing() method
DActivityThread.java1176 public final void schedulePing(RemoteCallback pong) { in schedulePing() method in ActivityThread.ApplicationThread