Home
last modified time | relevance | path

Searched refs:email (Results 1 – 19 of 19) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_contacts_utils.py80 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/
DBulkEmailer.java77 Email email = new Email(); in sendEmails() local
82 email.send(msg); in sendEmails()
87 email.send(msg); in sendEmails()
/tools/netsim/testing/netsim-grpc/
Dpyproject.toml13 { name = "Erwin Jansen", email = "jansene@google.com" }, qkey
14 { name = "Shuo Wang Hsu", email = "shuohsu@google.com" } qkey
/tools/asuite/atest/metrics/
Dmetrics_base.py80 email = get_user_email()
81 if email.endswith(constants.INTERNAL_EMAIL):
/tools/metalava/
DDOWNLOADING.md15 2. Configure Git with your real name and email address.
19 git config --global user.email "you@example.com"
/tools/acloud/internal/lib/
Dauth.py66 def _CreateOauthServiceAccountCreds(email, private_key_path, scopes): argument
83 email, private_key_path, scopes=scopes)
/tools/acloud/setup/pre_setup_sh/
Dgoogle_setup_warn.sh21 USER=$(git config --get user.email)
/tools/tradefederation/core/
DREADME.md19 …2. Add the reviewer named "Tradefed Codereview" (email: tradefed-codereview@tradefederation.google…
/tools/repohooks/tools/
Dcheckpatch.pl1439 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/
Dconfig.py279 if parsed_args.email:
280 self.service_account_name = parsed_args.email
/tools/test/openhst/
Dstress_test.py27 from email import encoders
28 from email.mime import text
29 import email.mime.base as base
30 import email.mime.multipart as multipart
Dstress_test.proto145 // an email, remove the device from the test or stops stress testing
/tools/asuite/aidegen/
DREADME.md114 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/
DBtCarPbapTest.py302 current_contact.email = "{}@gmail.com".format(
/tools/external_updater/
DREADME.md150 libraries every hour, send email and change. Currently this is done by
/tools/acloud/
DREADME.md221 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/
Drfc2460.txt2005 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/
D1.12.0-beta01.txt297 field public static final String CATEGORY_EMAIL = "email";
/tools/dexter/testdata/expected/
Dmedium.compact_cfg31168 .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 …]