Home
last modified time | relevance | path

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

/platform_testing/libraries/system-helpers/connectivity-helper/src/android/system/helpers/
DConnectivityHelper.java88 int counter = 7; in isConnected() local
91 while (--counter > 0) { in isConnected()
99 Log.i(TAG, " counter = " + counter); in isConnected()
114 Log.i(TAG, " counter = " + counter); in isConnected()
139 int counter = 5; in ensureWifiEnabled() local
140 while (--counter > 0 && !getWifiManager().isWifiEnabled()) { in ensureWifiEnabled()
197 int counter = 5; in ensureBluetoothEnabled() local
198 while (--counter > 0 && !getBluetoothAdapter().isEnabled()) { in ensureBluetoothEnabled()
/platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/
DScheduledRunMetricListenerTest.java49 private int counter = 0; in setUp()
52 runData.addStringMetric(TEST_RUN_KEY + counter, TEST_RUN_VALUE + counter); in setUp()
53 counter++; in setUp()
/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/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/remaining-battery-capacity/
DREADME.md4 RemainingBatteryCapacity (Colomb counter) atom. Also includes configs with uid to package name mapp…
/platform_testing/tests/jank/uibench_wear/src/com/android/wearable/uibench/janktests/
DUiBenchJankTestsHelper.java85 int counter = 3; in launchUiBench() local
86 while (initScreen == null && --counter > 0) { in launchUiBench()