Home
last modified time | relevance | path

Searched refs:charge (Results 1 – 8 of 8) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DDeviceBatteryLevelChecker.java131 Integer charge = null; in run() local
134 charge = runTest(testInfo, listener); in run()
145 if (charge == null) { in run()
150 } else if (IGNORE_CHARGE.equals(charge)) { in run()
153 checkChargingSpeed(listener, charge, elapsedTimeMs); in run()
279 ITestInvocationListener listener, Integer charge, long chargingTime) { in checkChargingSpeed() argument
280 double speedPerHours = (charge / ((double) chargingTime / 3600)); in checkChargingSpeed()
287 charge, in checkChargingSpeed()
293 CLog.d("Device charged %s%% in %s", charge, TimeUtil.formatElapsedTime(chargingTime)); in checkChargingSpeed()
/tools/security/sanitizer-status/
DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
180 and charge a fee for, acceptance of support, warranty, indemnity,
/tools/trebuchet/
DLICENSE69 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
168 and charge a fee for, acceptance of support, warranty, indemnity,
/tools/acloud/
DLICENSE69 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
168 and charge a fee for, acceptance of support, warranty, indemnity,
/tools/apksig/
DLICENSE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
180 and charge a fee for, acceptance of support, warranty, indemnity,
/tools/treble/
DLICENSE69 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
168 and charge a fee for, acceptance of support, warranty, indemnity,
/tools/external/fat32lib/
DNOTICE19 …ure that you have the freedom to distribute copies of free software (and charge for this service i…
59 You may charge a fee for the physical act of transferring a copy, and you may at your option offer …
65 c) You must cause the whole of the work to be licensed at no charge to all third parties under the …
101 …ive the same user the materials specified in Subsection 6a, above, for a charge no more than the c…
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Dapollo_lib.py421 def charge(self, state): member in BudsDevice