Searched refs:stopAppSwitches (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
H A DActivityManagerPermissionTests.java179 mAm.stopAppSwitches();
180 fail("IActivityManager.stopAppSwitches did not throw SecurityException as"
/frameworks/base/core/java/android/app/
H A DIActivityManager.java274 public void stopAppSwitches() throws RemoteException; method in interface:IActivityManager
H A DActivityManagerNative.java1306 stopAppSwitches();
3490 public void stopAppSwitches() throws RemoteException { method in class:ActivityManagerProxy
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java2227 ActivityManagerNative.getDefault().stopAppSwitches();
2238 ActivityManagerNative.getDefault().stopAppSwitches();
4366 ActivityManagerNative.getDefault().stopAppSwitches();
4379 ActivityManagerNative.getDefault().stopAppSwitches();
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java214 // Amount of time after a call to stopAppSwitches() during which we will
676 * after a call to {@link #stopAppSwitches()}.
7206 public void stopAppSwitches() { method in class:ActivityManagerService

Completed in 131 milliseconds