Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestListActivity.java45 public static String sCurrentDisplayMode = DisplayMode.UNFOLDED.toString(); field in TestListActivity
163 isFoldedMode = sCurrentDisplayMode.equals(DisplayMode.FOLDED.toString()); in onCreateOptionsMenu()
172 sCurrentDisplayMode = DisplayMode.FOLDED.toString(); in onCreateOptionsMenu()
174 sCurrentDisplayMode = DisplayMode.UNFOLDED.toString(); in onCreateOptionsMenu()
211 setCurrentDisplayMode(sCurrentDisplayMode); in handleSwitchItemSelected()
DPassFailButtons.java19 import static com.android.cts.verifier.TestListActivity.sCurrentDisplayMode;
185 return setTestNameSuffix(sCurrentDisplayMode, getClass().getName()); in getTestId()
207 return setTestNameSuffix(sCurrentDisplayMode, getClass().getName()); in getReportSectionName()
269 return setTestNameSuffix(sCurrentDisplayMode, getClass().getName()); in getTestId()
291 return setTestNameSuffix(sCurrentDisplayMode, getClass().getName()); in getReportSectionName()
356 return setTestNameSuffix(sCurrentDisplayMode, getClass().getName()); in getTestId()
378 return setTestNameSuffix(sCurrentDisplayMode, getClass().getName()); in getReportSectionName()
543 String activityName = setTestNameSuffix(sCurrentDisplayMode, activity.getClass().getName()); in markSeenInfoDialog()
DTestResult.java19 import static com.android.cts.verifier.TestListActivity.sCurrentDisplayMode;
111 testName = setTestNameSuffix(sCurrentDisplayMode, testName); in addResultData()
DTestListAdapter.java19 import static com.android.cts.verifier.TestListActivity.sCurrentDisplayMode;
212 testName = setTestNameSuffix(sCurrentDisplayMode, testName); in TestListItem()
270 rows = mDisplayModesTests.get(sCurrentDisplayMode); in doInBackground()
434 return mDisplayModesTests.get(sCurrentDisplayMode).size(); in getCount()
442 return mDisplayModesTests.get(sCurrentDisplayMode).get(position); in getItem()
DTestResultsProvider.java19 import static com.android.cts.verifier.TestListActivity.sCurrentDisplayMode;
106 name = setTestNameSuffix(sCurrentDisplayMode, name); in getTestNameUri()
DManifestTestListAdapter.java19 import static com.android.cts.verifier.TestListActivity.sCurrentDisplayMode;
187 return getRowsWithDisplayMode(sCurrentDisplayMode); in getRows()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioLoopbackLatencyActivity.java30 import static com.android.cts.verifier.TestListActivity.sCurrentDisplayMode;
107 return setTestNameSuffix(sCurrentDisplayMode, getClass().getName());
DAudioInColdStartLatencyActivity.java19 import static com.android.cts.verifier.TestListActivity.sCurrentDisplayMode;
76 return setTestNameSuffix(sCurrentDisplayMode, getClass().getName()); in getTestId()
DAudioOutColdStartLatencyActivity.java21 import static com.android.cts.verifier.TestListActivity.sCurrentDisplayMode;
90 return setTestNameSuffix(sCurrentDisplayMode, getClass().getName()); in getTestId()
DProAudioActivity.java38 import static com.android.cts.verifier.TestListActivity.sCurrentDisplayMode;
228 return setTestNameSuffix(sCurrentDisplayMode, getClass().getName()); in getTestId()
DAudioLoopbackBaseActivity.java44 import static com.android.cts.verifier.TestListActivity.sCurrentDisplayMode;
358 return setTestNameSuffix(sCurrentDisplayMode, getClass().getName()); in getTestId()