Searched refs:DisplayMode (Results 1 – 7 of 7) sorted by relevance
56 public static volatile String sCurrentDisplayMode = DisplayMode.UNFOLDED.toString();66 protected enum DisplayMode { enum in TestListActivity169 boolean isFoldedMode = sCurrentDisplayMode.equals(DisplayMode.FOLDED.toString()); in onCreateOptionsMenu()177 sCurrentDisplayMode = DisplayMode.FOLDED.toString(); in onCreateOptionsMenu()179 sCurrentDisplayMode = DisplayMode.UNFOLDED.toString(); in onCreateOptionsMenu()282 if (getCurrentDisplayMode().equals(DisplayMode.FOLDED.toString())) { in createContinue()283 sCurrentDisplayMode = DisplayMode.FOLDED.toString(); in createContinue()412 SharedPreferences pref = getSharedPreferences(DisplayMode.class.getName(), MODE_PRIVATE);413 pref.edit().putString(DisplayMode.class.getName(), mode).commit();423 getSharedPreferences(DisplayMode.class.getName(), MODE_PRIVATE)[all …]
30 import com.android.cts.verifier.TestListActivity.DisplayMode;123 resultCode, data, DisplayMode.FOLDED.toString())); in handleLaunchTestResult()125 resultCode, data, DisplayMode.UNFOLDED.toString())); in handleLaunchTestResult()
76 TestListActivity.DisplayMode.UNFOLDED.toString(); in onStart()120 TestListActivity.DisplayMode.UNFOLDED.toString(); in relaunchTest()
33 import com.android.cts.verifier.TestListActivity.DisplayMode;143 for (DisplayMode mode: DisplayMode.values()) { in getCaseResult()
40 import com.android.cts.verifier.TestListActivity.DisplayMode;970 && mode.equalsIgnoreCase(DisplayMode.FOLDED.toString()) in setTestNameSuffix()971 && !name.endsWith(DisplayMode.FOLDED.asSuffix())) { in setTestNameSuffix()972 return name + DisplayMode.FOLDED.asSuffix(); in setTestNameSuffix()987 && mode.equalsIgnoreCase(DisplayMode.UNFOLDED.toString()) in removeTestNameSuffix()988 && name.endsWith(DisplayMode.FOLDED.asSuffix())) { in removeTestNameSuffix()989 return name.substring(0, name.length() - DisplayMode.FOLDED.asSuffix().length()); in removeTestNameSuffix()
37 import com.android.cts.verifier.TestListActivity.DisplayMode;221 for (DisplayMode mode : DisplayMode.values()) { in getRows()571 return currentMode.equals(DisplayMode.UNFOLDED.toString()); in matchDisplayMode()575 return currentMode.equals(DisplayMode.FOLDED.toString()); in matchDisplayMode()
28 import com.android.cts.verifier.TestListActivity.DisplayMode;162 if (mode.equalsIgnoreCase(DisplayMode.UNFOLDED.toString())) { in fromActivityResultWithDisplayMode()