HomeSort by relevance Sort by last modified time
    Searched defs:phone (Results 176 - 200 of 223) sorted by null

1 2 3 4 5 6 78 9

  /external/chromium_org/components/test/data/web_database/
version_32.sql 17 CREATE TABLE autofill_profiles ( guid VARCHAR PRIMARY KEY, label VARCHAR, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR, email VARCHAR, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, phone VARCHAR, fax VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0);
version_27.sql 15 CREATE TABLE autofill_profiles ( label VARCHAR, unique_id INTEGER PRIMARY KEY, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR, email VARCHAR, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, phone VARCHAR, fax VARCHAR);
version_30.sql 17 CREATE TABLE autofill_profiles ( label VARCHAR, unique_id INTEGER PRIMARY KEY, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR, email VARCHAR, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, phone VARCHAR, fax VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0);
version_31.sql 17 CREATE TABLE autofill_profiles ( label VARCHAR, unique_id INTEGER PRIMARY KEY, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR, email VARCHAR, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, phone VARCHAR, fax VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0, guid VARCHAR NOT NULL DEFAULT "");
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardBottomAreaView.java 17 package com.android.systemui.statusbar.phone;
60 * Implementation for the bottom area of the Keyguard, including camera/phone affordance and status
NavigationBarView.java 17 package com.android.systemui.statusbar.phone;
PanelView.java 17 package com.android.systemui.statusbar.phone;
    [all...]
StatusBarHeaderView.java 17 package com.android.systemui.statusbar.phone;
NotificationPanelView.java 17 package com.android.systemui.statusbar.phone;
    [all...]
PhoneStatusBar.java 17 package com.android.systemui.statusbar.phone;
25 import static com.android.systemui.statusbar.phone.BarTransitions.MODE_LIGHTS_OUT;
26 import static com.android.systemui.statusbar.phone.BarTransitions.MODE_OPAQUE;
27 import static com.android.systemui.statusbar.phone.BarTransitions.MODE_SEMI_TRANSPARENT;
28 import static com.android.systemui.statusbar.phone.BarTransitions.MODE_TRANSLUCENT;
29 import static com.android.systemui.statusbar.phone.BarTransitions.MODE_TRANSPARENT;
30 import static com.android.systemui.statusbar.phone.BarTransitions.MODE_WARNING;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaConnection.java 196 // On mobile originated (MO) calls, the phone number may have changed
200 // and therefore don't need to compare the phone number anyway.
203 // ... but we can compare phone numbers on MT calls, and we have
303 if (Phone.DEBUG_PHONE) {
372 CDMAPhone phone = mOwner.mPhone; local
373 int serviceState = phone.getServiceState().getState();
383 } else if (phone.mCdmaSubscriptionSource ==
449 if (Phone.DEBUG_PHONE) log("parent= " +mParent +", newParent= " + newParent);
454 if (Phone.DEBUG_PHONE) log("update: phone # changed!")
    [all...]
CdmaServiceStateTracker.java 53 import com.android.internal.telephony.Phone;
171 public CdmaServiceStateTracker(CDMAPhone phone) {
172 this(phone, new CellInfoCdma());
175 protected CdmaServiceStateTracker(CDMAPhone phone, CellInfo cellInfo) {
176 super(phone, phone.mCi, cellInfo);
178 mPhone = phone;
179 mCr = phone.getContext().getContentResolver();
183 mCdmaSSM = CdmaSubscriptionSourceManager.getInstance(phone.getContext(), mCi, this,
189 (PowerManager)phone.getContext().getSystemService(Context.POWER_SERVICE)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmConnection.java 168 // On mobile originated (MO) calls, the phone number may have changed
172 // and therefore don't need to compare the phone number anyway.
180 // ... but we can compare phone numbers on MT calls, and we have
274 if (Phone.DEBUG_PHONE) {
336 GSMPhone phone = mOwner.mPhone; local
337 int serviceState = phone.getServiceState().getState();
338 UiccCardApplication cardApp = phone.getUiccCardApplication();
349 if (phone.mSST.mRestrictedState.isCsRestricted()) {
351 } else if (phone.mSST.mRestrictedState.isCsEmergencyRestricted()) {
353 } else if (phone.mSST.mRestrictedState.isCsNormalRestricted())
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/provider/
ExchangeDirectoryProvider.java 31 import android.provider.ContactsContract.CommonDataKinds.Phone;
176 r.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
177 r.put(Phone.TYPE, type);
178 r.put(Phone.NUMBER, number);
315 // For phone filter queries we request more results from the server
317 // phone numbers, and the server lacks the ability to do this filtering
361 displayName, displayName, Phone.TYPE_HOME, ps.get(GalData.HOME_PHONE));
363 displayName, displayName, Phone.TYPE_WORK, ps.get(GalData.WORK_PHONE));
365 displayName, displayName, Phone.TYPE_MOBILE, ps.get(GalData.MOBILE_PHONE));
402 } else if (Phone.CONTACT_ID.equals(column))
589 final PhoneInfo phone = (PhoneInfo) phones.get(0); local
    [all...]
  /packages/services/Telephony/src/com/android/phone/
EmergencyDialer.java 17 package com.android.phone;
47 import com.android.phone.common.HapticFeedback;
48 import com.android.phone.common.dialpad.DialpadKeyButton;
49 import com.android.phone.common.util.ViewUtil;
76 public static final String ACTION_DIAL = "com.android.phone.EmergencyDialer.DIAL";
215 // Extract phone number from intent
310 // if we are adding a call from the InCallScreen and the phone
540 * The tone is played locally, using the audio stream for phone calls.
552 // Also do nothing if the phone is in silent mode.
MobileNetworkSettings.java 17 package com.android.phone;
21 import com.android.internal.telephony.Phone;
56 * tablets as well as regular phone devices.
58 * Note that this PreferenceActivity is part of the phone app, even though
61 * available from the Phone app (see CallFeaturesSetting for that.)
80 static final int preferredNetworkMode = Phone.PREFERRED_NT_MODE;
97 private Phone mPhone;
313 throw new IllegalStateException("Unexpected phone type: " + phoneType);
416 case Phone.NT_MODE_WCDMA_PREF:
417 case Phone.NT_MODE_GSM_ONLY
    [all...]
CellBroadcastSms.java 18 package com.android.phone;
26 import com.android.internal.telephony.Phone;
36 * List of Phone-specific settings screens.
170 private Phone mPhone;
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_unittest.cc 740 // Test for phone number validation.
746 ServerFieldType phone = i == 0 ? PHONE_HOME_WHOLE_NUMBER : local
766 EXPECT_FALSE(HasAnyError(messages, phone));
768 // Input an empty phone number.
769 outputs[phone] = base::string16();
771 EXPECT_TRUE(HasUnsureError(messages, phone));
773 // Input an invalid phone number.
774 outputs[phone] = ASCIIToUTF16("ABC");
776 EXPECT_TRUE(messages.HasSureError(phone));
778 // Input a local phone number
    [all...]
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 53 import com.android.internal.telephony.Phone;
69 private final String TAG = "phone";
129 private Phone phone = null; field in class:RadioInfo
217 phone.getPreferredNetworkType(
258 phone = PhoneFactory.getDefaultPhone();
335 phone.getPreferredNetworkType(
337 phone.getNeighboringCids(
368 log("onResume: register phone & data intents");
385 log("onPause: unregister phone & data intents")
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 43 import android.provider.ContactsContract.CommonDataKinds.Phone;
255 return insertPhoneNumber(rawContactId, phoneNumber, primary, Phone.TYPE_HOME);
262 values.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
263 values.put(Phone.NUMBER, phoneNumber);
264 values.put(Phone.TYPE, type);
1297 private final String phone; field in class:BaseContactsProvider2Test.GoldenContact
1416 private String phone; field in class:BaseContactsProvider2Test.GoldenContactBuilder
1480 public GoldenContactBuilder phone(String value) { method in class:BaseContactsProvider2Test.GoldenContactBuilder
    [all...]
  /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...]
BluetoothMapContentObserver.java 1111 String phone; field in class:BluetoothMapContentObserver.PushMsgInfo
1221 String phone = recipient.getFirstPhoneNumber(); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/location/
GpsLocationProvider.java 26 import com.android.internal.telephony.Phone;
500 TelephonyManager phone = (TelephonyManager)
502 String mccMnc = phone.getSimOperator();
1855 TelephonyManager phone = (TelephonyManager) local
1896 TelephonyManager phone = (TelephonyManager) local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java 67 import com.android.internal.telephony.Phone;
397 final ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone")); local
399 phone.setRadio(on);
782 notifyDataConnection(Phone.REASON_DATA_DETACHED);
793 notifyDataConnection(Phone.REASON_DATA_ATTACHED);
796 notifyOffApnsOfAvailability(Phone.REASON_DATA_ATTACHED);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 59 import android.provider.ContactsContract.CommonDataKinds.Phone;
257 Phone.CONTENT_ITEM_TYPE, SipAddress.CONTENT_ITEM_TYPE, Email.CONTENT_ITEM_TYPE,
421 // Only allow primary support for Phone and Email content types
422 if (Phone.CONTENT_ITEM_TYPE.equals(selectedMimeType)) {
1376 final PhoneDataItem phone = (PhoneDataItem) dataItem; local
    [all...]

Completed in 650 milliseconds

1 2 3 4 5 6 78 9