Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestListActivity.java47 protected static boolean sInitialLaunch; field in TestListActivity
118 sInitialLaunch = true; in createContinue()
160 if (sInitialLaunch) { in onCreateOptionsMenu()
DTestListAdapter.java20 import static com.android.cts.verifier.TestListActivity.sInitialLaunch;
211 if (!sInitialLaunch) { in TestListItem()
264 if (sInitialLaunch) { in doInBackground()
266 sInitialLaunch = false; in doInBackground()
433 if (!sInitialLaunch && checkTestsFromMainView()) { in getCount()
DManifestTestListAdapter.java20 import static com.android.cts.verifier.TestListActivity.sInitialLaunch;
186 if (!sInitialLaunch) { in getRows()