Home
last modified time | relevance | path

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

/platform_testing/tests/androidbvt/src/com/android/androidbvt/
DConnectivityWifiTests.java122 int counter; in testWifiTetheringDisableEnable() local
131 counter = 10; in testWifiTetheringDisableEnable()
132 while (--counter > 0 in testWifiTetheringDisableEnable()
154 counter = 5; in testWifiTetheringDisableEnable()
155 while (--counter > 0 in testWifiTetheringDisableEnable()
165 counter = 10; in testWifiTetheringDisableEnable()
166 while (--counter > 0 && !mWifiManager.isWifiEnabled()) { in testWifiTetheringDisableEnable()
177 int counter = 10; in isWifiConnected() local
178 while (--counter > 0) { in isWifiConnected()
DSysUIGSATests.java71 int counter = 5; in testGoogleQuickSearchBar() local
72 while (--counter > 0 in testGoogleQuickSearchBar()
135 int counter = 5; in testGoogleAssist() local
136 while (--counter > 0 in testGoogleAssist()
160 counter = 5; in testGoogleAssist()
162 while (--counter > 0 && ((cardContainer = mDevice.wait( in testGoogleAssist()
DFrameworkDownloadTests.java81 int counter = 5; in testPhotoDownloadSucceed() local
82 while (--counter > 0 && mWifiManager.isWifiEnabled()) { in testPhotoDownloadSucceed()
163 int counter = 10; in isDownloadCompleted() local
164 while (--counter > 0) { in isDownloadCompleted()
DSysUILockScreenTests.java122 int counter = 6; in testSlideUnlock() local
124 while (counter-- > 0 && workspace == null) { in testSlideUnlock()
/platform_testing/tests/functional/downloadapp/src/com/android/functional/downloadapp/
DDownloadAppTests.java134 int counter = 5; in testCABMenuShow() local
137 && counter-- > 0); in testCABMenuShow()
139 counter = 5; in testCABMenuShow()
142 && counter-- > 0); in testCABMenuShow()
144 counter = 5; in testCABMenuShow()
146 By.desc("More options")), mDLAppHelper.TIMEOUT)) == null && counter-- > 0) in testCABMenuShow()
150 By.desc("Done")), mDLAppHelper.TIMEOUT)) == null && counter-- > 0) in testCABMenuShow()
166 int counter = 5; in testCABMenuDelete() local
170 && counter-- > 0); in testCABMenuDelete()
DDownloadAppTestHelper.java149 int counter = 5; in verifyDownloadViewType() local
154 && counter-- > 0); in verifyDownloadViewType()
/platform_testing/tests/smokefast/src/com/android/smokefast/
DLockscreenTest.java53 int counter = 6; in testSlideUnlock() local
55 while (counter-- > 0 && workspace == null) { in testSlideUnlock()
/platform_testing/tests/jank/sysapp/src/com/android/sysapp/janktests/
DCalendarJankTests.java136 short counter = 8; in dismissCling() local
138 PACKAGE_NAME, "right_arrow_touch")), LONG_TIMEOUT)) != null && counter > 0) { in dismissCling()
140 --counter; in dismissCling()
/platform_testing/tests/jank/uibench_wear/src/com/android/wearable/uibench/janktests/
DUiBenchJankTestsHelper.java79 int counter = 3; in launchUiBench() local
80 while (initScreen == null && --counter > 0) { in launchUiBench()
/platform_testing/tests/functional/externalstorage/src/com/android/functional/externalstoragetests/
DExternalStorageHelper.java160 int counter = 10; in getAdoptionDisk() local
162 while (((disks == null || disks.length() == 0)) && counter > 0) { in getAdoptionDisk()
165 --counter; in getAdoptionDisk()
167 if (counter == 0) { in getAdoptionDisk()
/platform_testing/tests/functional/applinktests/src/com/android/functional/applinktests/
DAppLinkTests.java225 int counter = 3; in verifyForegroundAppPackage() local
227 while (--counter > 0 && windows == null) { in verifyForegroundAppPackage()