Searched defs:switches (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java579 int switches[], List<IBinder> binders) {
588 switches[0] = gatherDisableActionsLocked(mCurrentUserId, 1);
589 switches[1] = mSystemUiVisibility;
590 switches[2] = mMenuVisible ? 1 : 0;
591 switches[3] = mImeWindowVis;
592 switches[4] = mImeBackDisposition;
593 switches[5] = mShowImeSwitcher ? 1 : 0;
594 switches[6] = gatherDisableActionsLocked(mCurrentUserId, 2);
578 registerStatusBar(IStatusBar bar, StatusBarIconList iconList, int switches[], List<IBinder> binders) argument
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDeviceTv.java124 // Set of physical addresses of CEC switches on the CEC bus. Managed independently from
1337 private static boolean isConnectedToCecSwitch(int path, Collection<Integer> switches) { argument
1338 for (int switchPath : switches) {

Completed in 85 milliseconds