Searched refs:counter (Results 1 – 6 of 6) sorted by relevance
88 int counter = 7; in isConnected() local91 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() local140 while (--counter > 0 && !getWifiManager().isWifiEnabled()) { in ensureWifiEnabled()197 int counter = 5; in ensureBluetoothEnabled() local198 while (--counter > 0 && !getBluetoothAdapter().isEnabled()) { in ensureBluetoothEnabled()
49 private int counter = 0; in setUp()52 runData.addStringMetric(TEST_RUN_KEY + counter, TEST_RUN_VALUE + counter); in setUp()53 counter++; in setUp()
134 int counter = 5; in testCABMenuShow() local137 && 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() local170 && counter-- > 0); in testCABMenuDelete()
149 int counter = 5; in verifyDownloadViewType() local154 && counter-- > 0); in verifyDownloadViewType()
4 RemainingBatteryCapacity (Colomb counter) atom. Also includes configs with uid to package name mapp…
85 int counter = 3; in launchUiBench() local86 while (initScreen == null && --counter > 0) { in launchUiBench()