Home
last modified time | relevance | path

Searched refs:scheduleCancelVisibleBehind (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
DIApplicationThread.java147 void scheduleCancelVisibleBehind(IBinder token) throws RemoteException; in scheduleCancelVisibleBehind() method
DApplicationThreadNative.java650 scheduleCancelVisibleBehind(token); in onTransact()
1325 public void scheduleCancelVisibleBehind(IBinder token) throws RemoteException { in scheduleCancelVisibleBehind() method in ApplicationThreadProxy
DActivityThread.java1172 public void scheduleCancelVisibleBehind(IBinder token) { in scheduleCancelVisibleBehind() method in ActivityThread.ApplicationThread
/frameworks/base/services/core/java/com/android/server/am/
DActivityStack.java3287 r.app.thread.scheduleCancelVisibleBehind(r.appToken); in releaseBackgroundResources()