Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIApplicationThread.java155 void scheduleCancelVisibleBehind(IBinder token) throws RemoteException; in scheduleCancelVisibleBehind() method
DApplicationThreadNative.java1445 public void scheduleCancelVisibleBehind(IBinder token) throws RemoteException { in scheduleCancelVisibleBehind() method in ApplicationThreadProxy
DActivityThread.java1273 public void scheduleCancelVisibleBehind(IBinder token) { in scheduleCancelVisibleBehind() method in ActivityThread.ApplicationThread