Searched refs:is2ButtonNavigationEnabled (Results 1 – 4 of 4) sorted by relevance
48 } else if (is2ButtonNavigationEnabled(mContext)) { in getSummary()89 static boolean is2ButtonNavigationEnabled(Context context) { in is2ButtonNavigationEnabled() method in SystemNavigationPreferenceController
232 } else if (SystemNavigationPreferenceController.is2ButtonNavigationEnabled(context)) { in getCurrentSystemNavigationMode()
140 assertThat(SystemNavigationPreferenceController.is2ButtonNavigationEnabled( in testIsSwipeUpEnabled()145 assertThat(SystemNavigationPreferenceController.is2ButtonNavigationEnabled( in testIsSwipeUpEnabled()150 assertThat(SystemNavigationPreferenceController.is2ButtonNavigationEnabled( in testIsSwipeUpEnabled()
963 return is2ButtonNavigationEnabled(); in shouldShow()966 boolean is2ButtonNavigationEnabled() { in is2ButtonNavigationEnabled() method in GlobalActionsDialogLite.ScreenshotAction