HomeSort by relevance Sort by last modified time
    Searched refs:phone (Results 76 - 100 of 213) sorted by null

1 2 34 5 6 7 8 9

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
TrackingPatternView.java 17 package com.android.systemui.statusbar.phone;
IconMerger.java 17 package com.android.systemui.statusbar.phone;
StatusBarWindowView.java 17 package com.android.systemui.statusbar.phone;
  /packages/apps/Browser/src/com/android/browser/
AutofillHandler.java 121 String phone = c.getString(c.getColumnIndex( local
125 state, zip, country, phone);
152 String phone = getContactField(profileUri, local
153 ContactsContract.CommonDataKinds.Phone.NUMBER,
154 ContactsContract.CommonDataKinds.Phone.CONTENT_ITEM_TYPE);
169 null, null, null, null, null, null, phone), null);
  /packages/apps/Phone/src/com/android/phone/
CdmaCallOptions.java 17 package com.android.phone;
19 import com.android.internal.telephony.Phone;
46 if (PhoneApp.getPhone().getPhoneType() != Phone.PHONE_TYPE_CDMA
CdmaDisplayInfo.java 17 package com.android.phone;
DTMFTwelveKeyDialerView.java 17 package com.android.phone;
44 private static final String LOG_TAG = "PHONE/DTMFTwelveKeyDialerView";
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!");
GsmUmtsOptions.java 17 package com.android.phone;
24 import com.android.internal.telephony.Phone;
55 if (PhoneFactory.getDefaultPhone().getPhoneType() != Phone.PHONE_TYPE_GSM) {
56 log("Not a GSM phone");
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
SipCallOptionHandler.java 17 package com.android.phone;
20 import com.android.internal.telephony.Phone;
22 import com.android.phone.sip.SipProfileDb;
23 import com.android.phone.sip.SipSettings;
24 import com.android.phone.sip.SipSharedPreferences;
53 * Activity that selects the proper phone type for an outgoing call.
55 * This activity determines which Phone type (SIP or PSTN) should be used
56 * for an outgoing phone call, depending on the outgoing "number" (which
124 // of whether the data is a SIP address or a regular phone
315 if (DBG) Log.v(TAG, "User pick phone " + selection)
360 Phone phone = PhoneFactory.makeSipPhone(p.getUriString()); local
    [all...]
CLIRListPreference.java 1 package com.android.phone;
3 import static com.android.phone.TimeConsumingPreferenceActivity.RESPONSE_ERROR;
6 import com.android.internal.telephony.Phone;
26 private final Phone mPhone;
CallWaitingCheckBoxPreference.java 1 package com.android.phone;
4 import com.android.internal.telephony.Phone;
6 import static com.android.phone.TimeConsumingPreferenceActivity.RESPONSE_ERROR;
16 import com.android.internal.telephony.Phone;
23 private final Phone mPhone;
GetPin2Screen.java 17 package com.android.phone;
HapticFeedback.java 17 package com.android.phone;
126 * request it. If the phone is already in a middle of an haptic
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 57 import com.android.internal.telephony.Phone;
77 private final String TAG = "phone";
134 private Phone phone = null; field in class:RadioInfo
204 phone.getPreferredNetworkType(
245 phone = PhoneFactory.getDefaultPhone();
317 phone.getPreferredNetworkType(
319 phone.getNeighboringCids(
345 Log.i(TAG, "[RadioInfo] onResume: register phone & data intents");
360 Log.i(TAG, "[RadioInfo] onPause: unregister phone & data intents")
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
SplitAggregateView.java 31 import android.provider.ContactsContract.CommonDataKinds.Phone;
51 * and additional data such as a nickname, email address or phone number, whichever
62 Phone.NUMBER
73 int PHONE = 8;
123 String phone; field in class:SplitAggregateView.RawContactInfo
140 if (phone != null) {
141 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/Contacts/tests/src/com/android/contacts/
EntityDeltaListTests.java 41 import android.provider.ContactsContract.CommonDataKinds.Phone;
152 values.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
153 values.put(Phone.NUMBER, value);
154 values.put(Phone.TYPE, Phone.TYPE_HOME);
377 final ValuesDelta phone = getPhone(first, CONTACT_BOB, PHONE_RED); local
378 phone.put(Phone.NUMBER, TEST_PHONE);
383 buildOper(Data.CONTENT_URI, TYPE_UPDATE, phone.getAfter()),
391 buildOper(Data.CONTENT_URI, TYPE_UPDATE, phone.getAfter())
402 final ValuesDelta phone = getPhone(first, CONTACT_BOB, PHONE_RED); local
428 final ValuesDelta phone = getPhone(first, CONTACT_BOB, PHONE_RED); local
528 final ValuesDelta phone = getPhone(first, CONTACT_MARY, PHONE_RED); local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactReadOnlyEditorView.java 33 import android.provider.ContactsContract.CommonDataKinds.Phone;
201 ArrayList<ValuesDelta> phones = state.getMimeEntries(Phone.CONTENT_ITEM_TYPE);
204 ValuesDelta phone = phones.get(i); local
206 phone.getAsString(Phone.NUMBER),
207 phone.getAsString(Phone.NORMALIZED_NUMBER),
210 if (phone.containsKey(Phone.TYPE)) {
211 phoneType = Phone.getTypeLabel
    [all...]
  /external/chromium/chrome/browser/autofill/
phone_number_unittest.cc 10 // Tests the phone number parser.
30 // Test for string with exactly 7 digits. Should give back only phone number.
38 // only phone number.
47 // Should give back only phone number.
56 // Should give back only phone number.
64 // Should give back phone number and city code.
72 // Should give back phone number and city code.
81 // Should give back phone number, city code, and country code.
89 // Should give back phone number, city code, and country code.
98 // Set phone number so country_code == 12, city_code = 123, number = 1234567
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
RuimSmsInterfaceManager.java 84 public RuimSmsInterfaceManager(CDMAPhone phone, SMSDispatcher dispatcher) {
85 super(phone);
  /packages/apps/Phone/tests/src/com/android/phone/tests/
OtaspTestActivity.java 17 package com.android.phone.tests;
30 import com.android.phone.OtaUtils;
82 // allows the phone app to send us back a result code.

Completed in 833 milliseconds

1 2 34 5 6 7 8 9