HomeSort by relevance Sort by last modified time
    Searched refs:stopAppSwitches (Results 1 - 6 of 6) sorted by null

  /frameworks/base/tests/permission/src/com/android/framework/permission/tests/
ActivityManagerPermissionTests.java 179 mAm.stopAppSwitches();
180 fail("IActivityManager.stopAppSwitches did not throw SecurityException as"
  /packages/apps/Settings/src/com/android/settings/
DeviceAdminAdd.java 237 ActivityManagerNative.getDefault().stopAppSwitches();
  /frameworks/base/core/java/android/app/
IActivityManager.java 274 public void stopAppSwitches() throws RemoteException;
    [all...]
ActivityManagerNative.java     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java     [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 221 // Amount of time after a call to stopAppSwitches() during which we will
713 * after a call to {@link #stopAppSwitches()}.
    [all...]

Completed in 83 milliseconds