Home
last modified time | relevance | path

Searched defs:record (Results 1 – 6 of 6) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/coex/
DCoexBaseTest.py208 def on_fail(self, record, test_name, begin_time): argument
216 def _on_fail(self, record): argument
229 def _on_pass(self, record): argument
/tools/test/connectivity/acts/framework/tests/
Dacts_records_test.py33 def verify_record(self, record, result, details, extras): argument
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceUtilStatsMonitor.java161 DeviceUtilRecord record = getDeviceRecord(deviceDesc.getSerial()); in run() local
/tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
DBandwidthStats.java197 public void addRecord(ComparisonRecord record, float threshold) { in addRecord()
/tools/test/connectivity/acts/framework/acts/
Drecords.py289 def add_record(self, record): argument
/tools/apksig/src/main/java/com/android/apksig/internal/zip/
DCentralDirectoryRecord.java269 static String getName(ByteBuffer record, int position, int nameLengthBytes) { in getName()