Searched refs:isProto1Enabled (Results 1 – 6 of 6) sorted by relevance
69 public static boolean isProto1Enabled() { in isProto1Enabled() method in DesktopModeStatus85 return isProto1Enabled() || isProto2Enabled(); in isAnyEnabled()
109 if (DesktopModeStatus.isProto1Enabled()) { in DesktopModeController()
434 if (DesktopModeStatus.isProto1Enabled() && mDesktopModeController.isPresent() in handleMotionEvent()601 } else if (DesktopModeStatus.isProto1Enabled()) { in handleReceivedMotionEvent()664 } else if (DesktopModeStatus.isProto1Enabled()) { in handleCaptionThroughStatusBar()
469 if (DesktopModeStatus.isProto1Enabled()) { in getDesktopModeWindowDecorLayoutId()
109 when(DesktopModeStatus.isProto1Enabled()).thenReturn(true); in setUp()138 when(DesktopModeStatus.isProto1Enabled()).thenReturn(false); in instantiate_flagOff_doNotAddInitCallback()
811 if (DesktopModeStatus.isProto1Enabled()) { in provideDesktopModeController()