Home
last modified time | relevance | path

Searched full:phone_number (Results 1 – 25 of 483) sorted by relevance

12345678910>>...20

/packages/services/Telephony/ecc/input/
Deccdata.txt5 phone_number: "110"
9 phone_number: "116"
13 phone_number: "118"
21 phone_number: "999"
25 phone_number: "998"
29 phone_number: "997"
37 phone_number: "119"
42 phone_number: "020112"
50 phone_number: "911"
60 phone_number: "911"
[all …]
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
D_modem.py28 for phone_number in self.active_calls:
29 …self.socket.sendall(b'REM0\r\nAT+REMOTECALL=6,0,0,"' + str(phone_number).encode("utf-8") + b'",0\r…
32 def call(self, phone_number): argument
33 self.active_calls.append(phone_number)
34 …self.socket.sendall(b'REM0\r\nAT+REMOTECALL=4,0,0,"' + str(phone_number).encode("utf-8") + b'",129…
36 def answer_outgoing_call(self, phone_number): argument
37 self.active_calls.append(phone_number)
38 …self.socket.sendall(b'REM0\r\nAT+REMOTECALL=0,0,0,"' + str(phone_number).encode("utf-8") + b'",129…
/packages/providers/ContactsKeysProvider/tests/src/com/android/providers/contactkeys/
DE2eeContactKeysDatabaseHelperTest.java44 private static final String PHONE_NUMBER = "(555) 555-1234"; field in E2eeContactKeysDatabaseHelperTest
78 OWNER_PACKAGE_NAME, TIME_UPDATED, DISPLAY_NAME, PHONE_NUMBER, EMAIL_ADDRESS); in testInsertAndGetContactKey()
86 PHONE_NUMBER, EMAIL_ADDRESS); in testInsertAndGetContactKey()
107 OWNER_PACKAGE_NAME, TIME_UPDATED, DISPLAY_NAME, PHONE_NUMBER, EMAIL_ADDRESS); in testUpdateContactKey()
117 OWNER_PACKAGE_NAME, timeUpdated, DISPLAY_NAME, PHONE_NUMBER, EMAIL_ADDRESS); in testUpdateContactKey()
124 DISPLAY_NAME, PHONE_NUMBER, EMAIL_ADDRESS); in testUpdateContactKey()
131 OWNER_PACKAGE_NAME, TIME_UPDATED, DISPLAY_NAME, PHONE_NUMBER, EMAIL_ADDRESS); in testRemoveContactKey()
146 OWNER_PACKAGE_NAME, TIME_UPDATED, DISPLAY_NAME, PHONE_NUMBER, EMAIL_ADDRESS); in testUpdateLocalVerificationStateContactKey()
158 PHONE_NUMBER, EMAIL_ADDRESS); in testUpdateLocalVerificationStateContactKey()
165 OWNER_PACKAGE_NAME, TIME_UPDATED, DISPLAY_NAME, PHONE_NUMBER, EMAIL_ADDRESS); in testUpdateRemoteVerificationStateContactKey()
[all …]
/packages/services/Telephony/tests/src/com/android/phone/
DSimPhonebookProviderTest.java299 SimRecords.PHONE_NUMBER in query_adnRecords_returnsCursorWithMatchingProjection() argument
301 assertThat(cursor).hasColumnNames(SimRecords.PHONE_NUMBER); in query_adnRecords_returnsCursorWithMatchingProjection()
306 SimRecords.PHONE_NUMBER, SimRecords.PHONE_NUMBER in query_adnRecords_returnsCursorWithMatchingProjection() argument
308 assertThat(cursor).hasColumnNames(SimRecords.PHONE_NUMBER, SimRecords.PHONE_NUMBER); in query_adnRecords_returnsCursorWithMatchingProjection()
396 SimRecords.PHONE_NUMBER in query_simRecords_singleSim_returnsDataForCorrectEf()
437 SimRecords.PHONE_NUMBER in query_adnRecords_returnsAdnData()
477 SimRecords.PHONE_NUMBER in query_fdnRecords_returnsFdnData()
514 SimRecords.PHONE_NUMBER in query_sdnRecords_returnsSdnData()
550 values.put(SimRecords.PHONE_NUMBER, "123"); in insert_nonExistentSim_throwsCorrectException()
562 values.put(SimRecords.PHONE_NUMBER, "123"); in update_nonExistentSim_throwsCorrectException()
[all …]
/packages/modules/Bluetooth/floss/pandora/server/
Dmodem.py35 phone_number = request.phone_number
36 if phone_number is None or len(phone_number) == 0:
39 call_result = self.bluetooth.incoming_call(phone_number)
/packages/apps/Car/Launcher/app/tests/src/com/android/car/carlauncher/homescreen/audio/
DInCallModelTest.java55 private static final String PHONE_NUMBER = "01234567"; field in InCallModelTest
103 mInCallModel.updateModelWithPhoneNumber(PHONE_NUMBER, Call.STATE_ACTIVE); in updateModelWithPhoneNumber_active_setsPhoneNumberAndSubtitle()
109 ApplicationProvider.getApplicationContext(), PHONE_NUMBER); in updateModelWithPhoneNumber_active_setsPhoneNumberAndSubtitle()
116 mInCallModel.updateModelWithPhoneNumber(PHONE_NUMBER, Call.STATE_DIALING); in updateModelWithPhoneNumber_dialing_setsPhoneNumberAndSubtitle()
122 ApplicationProvider.getApplicationContext(), PHONE_NUMBER); in updateModelWithPhoneNumber_dialing_setsPhoneNumberAndSubtitle()
129 TelecomUtils.PhoneNumberInfo phoneInfo = new TelecomUtils.PhoneNumberInfo(PHONE_NUMBER, in updateModelWithContact_active_noAvatarUri_setsContactNameAndInitialsIcon()
145 TelecomUtils.PhoneNumberInfo phoneInfo = new TelecomUtils.PhoneNumberInfo(PHONE_NUMBER, in updateModelWithContact_active_invalidAvatarUri_setsContactNameAndInitialsIcon()
160 TelecomUtils.PhoneNumberInfo phoneInfo = new TelecomUtils.PhoneNumberInfo(PHONE_NUMBER, in updateModelWithContact_dialing_setsCardContent()
/packages/modules/Bluetooth/system/blueberry/tests/pbap/
Dbluetooth_pbap_test.py128 phone_number=None): argument
135 phone_number=phone_number)
336 # Checks if phone_number is provided in the support dimensions.
337 phone.phone_number = phone.dimensions.get('phone_number')
338 if not phone.phone_number:
339 raise signals.TestError(f'Please add "phone_number" to support '
353 phone_number=secondary_phone.phone_number)
367 secondary_phone.sl4a.telecomCallNumber(primary_phone.phone_number)
/packages/apps/EmergencyInfo/tests/robolectric/src/com/android/emergency/preferences/
DContactPreferenceTest.java44 private static final String PHONE_NUMBER = "123456"; field in ContactPreferenceTest
56 mPhoneUri = ContactTestUtils.createContact(contentResolver, NAME, PHONE_NUMBER); in setUp()
61 when(mContact.getPhoneNumber()).thenReturn(PHONE_NUMBER); in setUp()
72 assertThat(mPreference.getContact().getPhoneNumber()).isEqualTo(PHONE_NUMBER); in testContactPreference()
/packages/providers/ContactsKeysProvider/src/com/android/providers/contactkeys/
DE2eeContactKeysDatabaseHelper.java61 + E2eeContactKeys.PHONE_NUMBER + " TEXT, " in onCreate()
101 + E2eeContactKeys.PHONE_NUMBER + "," in getAllContactKeys() argument
119 String number = c.getString(c.getColumnIndexOrThrow(E2eeContactKeys.PHONE_NUMBER)); in getAllContactKeys()
146 + E2eeContactKeys.PHONE_NUMBER + "," in getContactKeysForOwnerPackageName() argument
163 String number = c.getString(c.getColumnIndexOrThrow(E2eeContactKeys.PHONE_NUMBER)); in getContactKeysForOwnerPackageName()
188 + E2eeContactKeys.PHONE_NUMBER + "," in getContactKey() argument
203 String number = c.getString(c.getColumnIndexOrThrow(E2eeContactKeys.PHONE_NUMBER)); in getContactKey()
285 + E2eeContactKeys.PHONE_NUMBER + ", " in updateOrInsertContactKey() argument
297 + E2eeContactKeys.PHONE_NUMBER + " = ?, " in updateOrInsertContactKey()
/packages/services/Telephony/src/com/android/phone/
DSimPhonebookProvider.java96 SimRecords.PHONE_NUMBER
104 SimRecords.NAME, SimRecords.PHONE_NUMBER
418 case SimRecords.PHONE_NUMBER: in querySimRecords()
449 .add(SimRecords.PHONE_NUMBER, record.getNumber()); in querySimRecordsItem()
500 String newPhoneNumber = Strings.nullToEmpty(values.getAsString(SimRecords.PHONE_NUMBER)); in insertSimRecord()
606 String newPhoneNumber = Strings.nullToEmpty(values.getAsString(SimRecords.PHONE_NUMBER)); in updateSimRecordsItem()
706 throw new IllegalArgumentException(SimRecords.PHONE_NUMBER + " is required."); in validatePhoneNumber()
714 throw new IllegalArgumentException(SimRecords.PHONE_NUMBER + " is too long."); in validatePhoneNumber()
720 SimRecords.PHONE_NUMBER + " contains unsupported characters."); in validatePhoneNumber()
733 String phoneNumber = values.getAsString(SimRecords.PHONE_NUMBER); in validateValues()
/packages/apps/EmergencyInfo/tests/unit/src/com/android/emergency/preferences/
DEmergencyContactsPreferenceTest.java56 private static final String PHONE_NUMBER = "456"; field in EmergencyContactsPreferenceTest
79 mTargetContext.getContentResolver(), NAME, PHONE_NUMBER); in setUp()
92 mTargetContext.getContentResolver(), NAME, PHONE_NUMBER)).isTrue(); in tearDown()
/packages/apps/EmergencyInfo/tests/robolectric/src/com/android/emergency/util/
DPreferenceUtilsTest.java50 private static final String PHONE_NUMBER = "5150"; field in PreferenceUtilsTest
103 RuntimeEnvironment.application.getContentResolver(), NAME, PHONE_NUMBER); in testHasAtLeastOneEmergencyContact_set()
126 RuntimeEnvironment.application.getContentResolver(), NAME, PHONE_NUMBER); in testUpdateSettingsSuggestionState_contactSet()
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_test_utils.py49 phone_number: Optional[int] = None) -> str:
57 phone_number: Phone number of the contacts.
73 vcard_phone_number = phone_number
74 if phone_number is None:
/packages/apps/Tag/res/values-zh-rTW/
Dstrings.xml25 …<string name="action_text" msgid="577417996159152923">"傳送簡訊至 <xliff:g id="PHONE_NUMBER">%s</xliff:…
26 …<string name="action_call" msgid="6226253647953184035">"撥打 <xliff:g id="PHONE_NUMBER">%s</xliff:g>…
/packages/apps/Tag/res/values-zh-rHK/
Dstrings.xml25 …<string name="action_text" msgid="577417996159152923">"發短訊至 <xliff:g id="PHONE_NUMBER">%s</xliff:g…
26 …<string name="action_call" msgid="6226253647953184035">"撥打 <xliff:g id="PHONE_NUMBER">%s</xliff:g>…
/packages/apps/Tag/res/values-zh-rCN/
Dstrings.xml25 …<string name="action_text" msgid="577417996159152923">"向 <xliff:g id="PHONE_NUMBER">%s</xliff:g> 发…
26 …<string name="action_call" msgid="6226253647953184035">"呼叫 <xliff:g id="PHONE_NUMBER">%s</xliff:g>…
/packages/apps/Tag/res/values-ja/
Dstrings.xml25 …<string name="action_text" msgid="577417996159152923">"<xliff:g id="PHONE_NUMBER">%s</xliff:g>にSMS…
26 …<string name="action_call" msgid="6226253647953184035">"<xliff:g id="PHONE_NUMBER">%s</xliff:g>に発信…
/packages/apps/Tag/res/values-sr/
Dstrings.xml25 …<string name="action_text" msgid="577417996159152923">"Teкст <xliff:g id="PHONE_NUMBER">%s</xliff:…
26 …<string name="action_call" msgid="6226253647953184035">"Позови <xliff:g id="PHONE_NUMBER">%s</xlif…
/packages/apps/Tag/res/values-hr/
Dstrings.xml25 …<string name="action_text" msgid="577417996159152923">"Tekst <xliff:g id="PHONE_NUMBER">%s</xliff:…
26 …<string name="action_call" msgid="6226253647953184035">"Poziv <xliff:g id="PHONE_NUMBER">%s</xliff…
/packages/apps/Tag/res/values-mn/
Dstrings.xml25 …<string name="action_text" msgid="577417996159152923">"<xliff:g id="PHONE_NUMBER">%s</xliff:g>-рүү…
26 …<string name="action_call" msgid="6226253647953184035">"<xliff:g id="PHONE_NUMBER">%s</xliff:g> ру…
/packages/apps/Tag/res/values-sk/
Dstrings.xml25 …text" msgid="577417996159152923">"Poslať správu kontaktu <xliff:g id="PHONE_NUMBER">%s</xliff:g>"<…
26 …<string name="action_call" msgid="6226253647953184035">"Volať kontakt <xliff:g id="PHONE_NUMBER">%…
/packages/apps/Tag/res/values-eu/
Dstrings.xml25 …ion_text" msgid="577417996159152923">"Bidali testu-mezua <xliff:g id="PHONE_NUMBER">%s</xliff:g> k…
26 …<string name="action_call" msgid="6226253647953184035">"Deitu <xliff:g id="PHONE_NUMBER">%s</xliff…
/packages/apps/Tag/res/values-am/
Dstrings.xml25 …<string name="action_text" msgid="577417996159152923">"ጽሁፍ <xliff:g id="PHONE_NUMBER">%s</xliff:g>…
26 …<string name="action_call" msgid="6226253647953184035">"ደውል <xliff:g id="PHONE_NUMBER">%s</xliff:g…
/packages/apps/Tag/res/values-sl/
Dstrings.xml25 …on_text" msgid="577417996159152923">"Pošlji sporočilo na <xliff:g id="PHONE_NUMBER">%s</xliff:g>"<…
26 …<string name="action_call" msgid="6226253647953184035">"Pokliči <xliff:g id="PHONE_NUMBER">%s</xli…
/packages/apps/Tag/res/values-tr/
Dstrings.xml25 …<string name="action_text" msgid="577417996159152923">"Kısa mesaj: <xliff:g id="PHONE_NUMBER">%s</…
26 …<string name="action_call" msgid="6226253647953184035">"Ara: <xliff:g id="PHONE_NUMBER">%s</xliff:…

12345678910>>...20