Home
last modified time | relevance | path

Searched refs:NAVIGATION_BAR_COLOR_KEY (Results 1 – 1 of 1) sorted by relevance

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeSettings.java41 private static final String NAVIGATION_BAR_COLOR_KEY = "NavigationBarColor"; field in ImeSettings
87 return mBundle.keySet().contains(NAVIGATION_BAR_COLOR_KEY); in hasNavigationBarColor()
92 return mBundle.getInt(NAVIGATION_BAR_COLOR_KEY); in getNavigationBarColor()
183 mBundle.putInt(NAVIGATION_BAR_COLOR_KEY, color); in setNavigationBarColor()