Searched defs:getPhoneNumber (Results 1 - 18 of 18) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
H A DNonPhoneActivity.java49 final String phoneNumber = getPhoneNumber();
62 private String getPhoneNumber() { method in class:NonPhoneActivity
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
H A DSimulatorConnectionService.java62 private static Uri getPhoneNumber(ConnectionRequest request) { method in class:SimulatorConnectionService
82 connection.setAddress(getPhoneNumber(request), TelecomManager.PRESENTATION_ALLOWED);
H A DSimulatorVoicemail.java111 abstract String getPhoneNumber(); method in class:SimulatorVoicemail.Voicemail
129 values.put(Voicemails.NUMBER, getPhoneNumber());
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DSmsMmsContacts.java69 public String getPhoneNumber(ContentResolver resolver, long id) { method in class:SmsMmsContacts
/packages/apps/Dialer/java/com/android/dialer/postcall/
H A DPostCall.java75 EnrichedCallCapabilities capabilities = manager.getCapabilities(getPhoneNumber(activity));
79 LogUtil.sanitizePhoneNumber(getPhoneNumber(activity)),
88 String number = Assert.isNotNull(getPhoneNumber(activity));
117 String number = Assert.isNotNull(getPhoneNumber(activity));
207 && getPhoneNumber(context) != null;
216 private static String getPhoneNumber(Context context) { method in class:PostCall
/packages/apps/EmergencyInfo/src/com/android/emergency/
H A DEmergencyContactManager.java174 public String getPhoneNumber() { method in class:EmergencyContactManager.Contact
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
H A DPhoneLoader.java198 public static String getPhoneNumber(Cursor cursor, ContentResolver cr) { method in class:PhoneLoader
/packages/services/Telecomm/src/com/android/server/telecom/
H A DMissedCallNotifier.java77 public String getPhoneNumber() { method in class:MissedCallNotifier.CallInfo
H A DCall.java978 public String getPhoneNumber() { method in class:Call
/packages/apps/Contacts/src/com/android/contacts/list/
H A DPhoneNumberPickerFragment.java159 final String number = getPhoneNumber(position);
175 protected String getPhoneNumber(int position) { method in class:PhoneNumberPickerFragment
177 return adapter.getPhoneNumber(position);
H A DPhoneNumberListAdapter.java327 public String getPhoneNumber(int position) { method in class:PhoneNumberListAdapter
/packages/apps/Settings/src/com/android/settings/sim/
H A DSimSettings.java301 if (TextUtils.isEmpty(getPhoneNumber(mSubInfoRecord))) {
305 PhoneNumberUtils.createTtsSpannable(getPhoneNumber(mSubInfoRecord)));
323 private String getPhoneNumber(SubscriptionInfo info) { method in class:SimSettings
/packages/apps/Contacts/src/com/android/contacts/database/
H A DSimContactDaoImpl.java208 final String number = DataQuery.getPhoneNumber(dataCursor);
457 public static String getPhoneNumber(Cursor cursor) { method in class:SimContactDaoImpl.DataQuery
/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DPhoneNumberListAdapter.java234 public String getPhoneNumber(int position) { method in class:PhoneNumberListAdapter
H A DPhoneNumberPickerFragment.java96 String phoneNumber = getPhoneNumber(position);
233 final String number = getPhoneNumber(position);
261 protected String getPhoneNumber(int position) { method in class:PhoneNumberPickerFragment
263 return adapter.getPhoneNumber(position);
354 || view.getPhoneNumber() == null
355 || manager.getCapabilities(view.getPhoneNumber()) == null
356 || !manager.getCapabilities(view.getPhoneNumber()).supportsCallComposer()) {
H A DContactListItemView.java1070 public String getPhoneNumber() { method in class:ContactListItemView
/packages/services/Telephony/src/com/android/phone/
H A DEditPhoneNumberPreference.java365 public String getPhoneNumber() { method in class:EditPhoneNumberPreference
491 return ((isToggled() ? VALUE_ON : VALUE_OFF) + VALUE_SEPARATOR + getPhoneNumber());
/packages/apps/Contacts/src/com/android/contacts/model/
H A DValuesDelta.java564 public String getPhoneNumber() { method in class:ValuesDelta

Completed in 432 milliseconds