HomeSort by relevance Sort by last modified time
    Searched defs:resumeAppSwitches (Results 1 - 5 of 5) sorted by null

  /frameworks/base/tests/permission/src/com/android/framework/permission/tests/
ActivityManagerPermissionTests.java 189 mAm.resumeAppSwitches();
190 fail("IActivityManager.resumeAppSwitches did not throw SecurityException as"
  /packages/apps/Nfc/src/com/android/nfc/
NfcDispatcher.java 255 resumeAppSwitches();
514 * resumeAppSwitches().
516 void resumeAppSwitches() {
518 mIActivityManager.resumeAppSwitches();
NfcService.java     [all...]
  /frameworks/base/core/java/android/app/
IActivityManager.java 304 public void resumeAppSwitches() throws RemoteException;
    [all...]
ActivityManagerNative.java     [all...]

Completed in 123 milliseconds