Searched refs:email (Results 1 – 19 of 19) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | bt_contacts_utils.py | 80 email = email_regex.search(current_vcard[0]) 81 if email is not None: 82 new_contact.email = email.group(1) 159 self.email = None 167 result = hash(self.name) ^ hash(self.email) ^ hash(self.photo == None) 193 if self.email: 194 vcard_strings.append("EMAIL;PREF:{}\n".format(self.email)) 249 current_contact.email = "{}{}@{}.{}".format(
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | BulkEmailer.java | 77 Email email = new Email(); in sendEmails() local 82 email.send(msg); in sendEmails() 87 email.send(msg); in sendEmails()
|
/tools/netsim/testing/netsim-grpc/ |
D | pyproject.toml | 13 { name = "Erwin Jansen", email = "jansene@google.com" }, qkey 14 { name = "Shuo Wang Hsu", email = "shuohsu@google.com" } qkey
|
/tools/asuite/atest/metrics/ |
D | metrics_base.py | 80 email = get_user_email() 81 if email.endswith(constants.INTERNAL_EMAIL):
|
/tools/metalava/ |
D | DOWNLOADING.md | 15 2. Configure Git with your real name and email address. 19 git config --global user.email "you@example.com"
|
/tools/acloud/internal/lib/ |
D | auth.py | 66 def _CreateOauthServiceAccountCreds(email, private_key_path, scopes): argument 83 email, private_key_path, scopes=scopes)
|
/tools/acloud/setup/pre_setup_sh/ |
D | google_setup_warn.sh | 21 USER=$(git config --get user.email)
|
/tools/tradefederation/core/ |
D | README.md | 19 …2. Add the reviewer named "Tradefed Codereview" (email: tradefed-codereview@tradefederation.google…
|
/tools/repohooks/tools/ |
D | checkpatch.pl | 1439 my ($email) = @_; 1441 my ($email_name, $name_comment, $email_address, $comment) = parse_email($email); 2985 my $email = $4; 3006 "$ucfirst_sign_off $email"; 3014 "$ucfirst_sign_off $email"; 3023 "$ucfirst_sign_off $email"; 3027 my ($email_name, $name_comment, $email_address, $comment) = parse_email($email); 3031 "Unrecognized email address: '$email'\n" . $herecurr); 3038 if (!same_email_addresses($email, $suggested_email)) { 3040 "email address '$email' might be better as '$suggested_email'\n" . $herecurr) && [all …]
|
/tools/acloud/public/ |
D | config.py | 279 if parsed_args.email: 280 self.service_account_name = parsed_args.email
|
/tools/test/openhst/ |
D | stress_test.py | 27 from email import encoders 28 from email.mime import text 29 import email.mime.base as base 30 import email.mime.multipart as multipart
|
D | stress_test.proto | 145 // an email, remove the device from the test or stops stress testing
|
/tools/asuite/aidegen/ |
D | README.md | 114 If you have any bugs or feature requests email them to buganizer-system+429701@google.com.
|
/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/ |
D | BtCarPbapTest.py | 302 current_contact.email = "{}@gmail.com".format(
|
/tools/external_updater/ |
D | README.md | 150 libraries every hour, send email and change. Currently this is done by
|
/tools/acloud/ |
D | README.md | 221 If you have any bugs or feature requests email them to [buganizer-system+419709@google.com](mailto:…
|
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 2005 02) Updated R. Hinden's email address and company affiliation.
|
/tools/metalava/metalava-model-text/src/test/resources/com/android/tools/metalava/model/text/core/api/ |
D | 1.12.0-beta01.txt | 297 field public static final String CATEGORY_EMAIL = "email";
|
/tools/dexter/testdata/expected/ |
D | medium.compact_cfg | 31168 .params "name", "email" 31188 .params "name", "email", "status", "identity", "idNamespace" 31867 .local v4, "email", java.lang.String 33039 .local v3, "email", java.lang.String 33050 47| const-string/jumbo v6, " email:" 64211 .local v24, "email", java.lang.String 66293 .local v2, "email", java.lang.String 73980 .local v5, "email", java.lang.String 80413 .local v4, "email$iterator", java.util.Iterator 80423 .local v3, "email", java.lang.String [all …]
|