HomeSort by relevance Sort by last modified time
    Searched refs:phone (Results 101 - 125 of 362) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java 625 String phone = c.getString(fi.mSmsColAddress); local
626 if (phone != null && !phone.isEmpty())
627 name = getContactNameFromPhone(phone);
633 String phone; local
635 phone = getAddressMms(mResolver, id, MMS_TO);
637 phone = e.getRecipientAddressing();
639 if (phone != null && !phone.isEmpty())
640 name = getContactNameFromPhone(phone);
703 String phone = c.getString(fi.mSmsColAddress); local
711 String phone; local
883 String phone = getAddressMms(mResolver, id, MMS_TO); local
907 String phone = fi.mPhoneNum; local
919 String phone = c.getString(c.getColumnIndex(Sms.ADDRESS)); local
963 String phone = getAddressMms(mResolver, id, MMS_FROM); local
987 String phone = c.getString(c.getColumnIndex(Sms.ADDRESS)); local
1005 String phone = fi.mPhoneNum; local
1790 String phone = c.getString(c.getColumnIndex(Sms.ADDRESS)); local
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_test_utils.cc 79 test::CreateTestFormField("Phone Number", "phonenumber", "", "tel", &field);
168 const char* phone) {
180 check_and_set(profile, PHONE_HOME_WHOLE_NUMBER, phone);
188 const char* phone) {
193 phone);
  /external/protobuf/examples/
list_people.cc 21 const tutorial::Person::PhoneNumber& phone_number = person.phone(j);
25 cout << " Mobile phone #: ";
28 cout << " Home phone #: ";
31 cout << " Work phone #: ";
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
IconMerger.java 17 package com.android.systemui.statusbar.phone;
KeyguardPreviewContainer.java 17 package com.android.systemui.statusbar.phone;
30 * A view group which contains the preview of phone/camera and draws a black bar at the bottom as
PanelHolder.java 17 package com.android.systemui.statusbar.phone;
SystemUIDialog.java 17 package com.android.systemui.statusbar.phone;
  /packages/apps/PhoneCommon/src/com/android/phone/common/
CallLogAsync.java 17 package com.android.phone.common;
HapticFeedback.java 17 package com.android.phone.common;
119 * request it. If the phone is already in a middle of an haptic
  /packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DialpadTextView.java 17 package com.android.phone.common.dialpad;
  /packages/services/Telephony/src/com/android/phone/
CdmaCallOptions.java 17 package com.android.phone;
19 import com.android.internal.telephony.Phone;
CdmaDisplayInfo.java 17 package com.android.phone;
EditPinPreference.java 17 package com.android.phone;
FakePhoneActivity.java 17 package com.android.phone;
31 * A simple activity that presents you with a UI for faking incoming phone operations.
67 Log.e("Phone", "SimulatedRadioControl not available, abort!");
IccPanel.java 17 package com.android.phone;
29 * Base class for ICC-related panels in the Phone UI.
63 // from the phone app to the framework; see bug 1804111).
ProcessOutgoingCallTest.java 17 package com.android.phone;
51 /* Example of how to modify the phone number in flight. */
Profiler.java 17 package com.android.phone;
26 * Profiling utilities for the Phone app.
44 // panel" in the Phone UI any more; incoming calls just go straight to the
Ringer.java 17 package com.android.phone;
38 import com.android.internal.telephony.Phone;
39 import com.android.phone.common.util.SettingsUtil;
42 * Ringer manager for the Phone app.
108 * @parameter Phone, the new active phone for the appropriate radio
111 void updateRingerContextAfterRadioTechnologyChange(Phone phone) {
113 mContext = phone.getContext();
306 * in makeLooper(). This uri is defaulted to the phone-wid
    [all...]
SmallerHitTargetTouchListener.java 17 package com.android.phone;
  /packages/services/Telephony/tests/src/com/android/phone/tests/
SendInstantTextTestService.java 17 package com.android.phone.tests;
52 // Phone app uses Toast to show confirmation, which overlaps with this message.
  /external/chromium_org/chrome/browser/ui/autofill/
data_model_wrapper.cc 53 base::string16 phone = local
55 if (phone.empty())
66 // Email and phone number aren't part of address formatting.
72 non_address_info += base::ASCIIToUTF16("\n") + phone;
131 // We display the "raw" phone number which contains user-defined formatting.
143 i18n::PhoneObject phone(phone_number, region);
144 base::string16 formatted_number = phone.GetFormattedNumber();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmMmiCode.java 185 newFromDialString(String dialString, GSMPhone phone, UiccCardApplication app) {
193 ret = new GsmMmiCode(phone, app);
210 ret = new GsmMmiCode(phone, app);
218 ret = new GsmMmiCode(phone, app);
220 } else if (isTwoDigitShortCode(phone.getContext(), dialString)) {
223 } else if (isShortCode(dialString, phone)) {
225 ret = new GsmMmiCode(phone, app);
234 boolean isUssdRequest, GSMPhone phone, UiccCardApplication app) {
237 ret = new GsmMmiCode(phone, app);
254 GSMPhone phone,
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneMmiCode.java 52 import com.android.internal.telephony.Phone;
232 newFromDialString(String dialString, ImsPhone phone) {
240 ret = new ImsPhoneMmiCode(phone);
257 ret = new ImsPhoneMmiCode(phone);
265 ret = new ImsPhoneMmiCode(phone);
267 } else if (isTwoDigitShortCode(phone.getContext(), dialString)) {
270 } else if (isShortCode(dialString, phone)) {
272 ret = new ImsPhoneMmiCode(phone);
281 boolean isUssdRequest, ImsPhone phone) {
284 ret = new ImsPhoneMmiCode(phone);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
SplitAggregateView.java 25 import android.provider.ContactsContract.CommonDataKinds.Phone;
48 * and additional data such as a nickname, email address or phone number, whichever
59 Phone.NUMBER
70 int PHONE = 8;
120 String phone; field in class:SplitAggregateView.RawContactInfo
137 if (phone != null) {
138 return phone;
177 } else if (Phone.CONTENT_ITEM_TYPE.equals(mimetype)) {
211 if (info.phone == null || cursor.getInt(SplitQuery.IS_PRIMARY) != 0) {
212 info.phone = cursor.getString(SplitQuery.PHONE)
    [all...]
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactDeltaListTests.java 31 import android.provider.ContactsContract.CommonDataKinds.Phone;
153 values.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
154 values.put(Phone.NUMBER, value);
155 values.put(Phone.TYPE, Phone.TYPE_HOME);
378 final ValuesDelta phone = getPhone(first, CONTACT_BOB, PHONE_RED); local
379 phone.put(Phone.NUMBER, TEST_PHONE);
384 buildOper(Data.CONTENT_URI, TYPE_UPDATE, phone.getAfter()),
392 buildOper(Data.CONTENT_URI, TYPE_UPDATE, phone.getAfter())
403 final ValuesDelta phone = getPhone(first, CONTACT_BOB, PHONE_RED); local
429 final ValuesDelta phone = getPhone(first, CONTACT_BOB, PHONE_RED); local
529 final ValuesDelta phone = getPhone(first, CONTACT_MARY, PHONE_RED); local
    [all...]

Completed in 986 milliseconds

1 2 3 45 6 7 8 91011>>