Home
last modified time | relevance | path

Searched defs:extras (Results 1 – 8 of 8) sorted by relevance

/tools/loganalysis/src/com/android/loganalysis/util/
DLogPatternUtil.java48 public PatternInfo(Pattern pattern, Object extras, String category) { in PatternInfo()
75 public void addPattern(Pattern pattern, Object extras, String category) { in addPattern()
96 public String checkMessage(String message, Object extras) { in checkMessage()
/tools/test/connectivity/acts/framework/acts/
Dasserts.py37 extras=None): argument
/tools/test/connectivity/acts/framework/tests/
Dacts_records_test.py35 def verify_record(self, record, result, details, extras): argument
/tools/test/connectivity/acts_tests/tests/google/bt/performance/
DBtCodecSweepTest.py160 def raise_pass_fail(self, extras=None): argument
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveProjectFiTest.py172 def start_service(self, ad, package, service_id, extras, action_type): argument
189 def start_activity(self, ad, package, activity_id, extras=None): argument
/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabProjectFiTest.py268 def start_service(self, ad, package, service_id, extras, action_type): argument
285 def start_activity(self, ad, package, activity_id, extras=None): argument
/tools/tradefederation/contrib/src/com/android/monkey/
DMonkeyBase.java317 String extras = ""; in getAppCmdWithExtras() local
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/aware/
Daware_test_utils.py232 def assert_equal_strings(first, second, msg=None, extras=None): argument