Searched refs:activeTypes (Results 1 – 1 of 1) sorted by relevance
71 int[] activeTypes = mManager.getActiveAppTypes(); in abandonAllAppFocuses() local73 for (int i = 0; i < activeTypes.length; i++) { in abandonAllAppFocuses()74 mManager.requestAppFocus(activeTypes[i], owner); in abandonAllAppFocuses()75 owner.waitForOwnershipGrantAndAssert(NEGATIVE_CASE_WAIT_TIMEOUT_MS, activeTypes[i]); in abandonAllAppFocuses()76 mManager.abandonAppFocus(owner, activeTypes[i]); in abandonAllAppFocuses()78 NEGATIVE_CASE_WAIT_TIMEOUT_MS, activeTypes[i]); in abandonAllAppFocuses()