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

1 2 3 4 5 6 78 9

  /packages/apps/Phone/src/com/android/phone/
ChangeIccPinScreen.java 17 package com.android.phone;
39 import com.android.internal.telephony.Phone;
42 * "Change ICC PIN" UI for the Phone app.
64 private Phone mPhone;
EditFdnContactScreen.java 17 package com.android.phone;
83 /** projection for phone number query */
86 /** static intent to invoke phone number picker */
EditPhoneNumberPreference.java 17 package com.android.phone;
26 import android.provider.ContactsContract.CommonDataKinds.Phone;
125 mContactListIntent.setType(Phone.CONTENT_ITEM_TYPE);
127 //get the edit phone number default settings
321 // phone numbers and calling the close action listener.
360 * Phone number handling code
363 // return the phone number, after it has been stripped of all
368 /** The phone number including any formatting characters */
373 //set the phone number value.
FdnSetting.java 17 package com.android.phone;
20 import com.android.internal.telephony.Phone;
37 * FDN settings UI for the Phone app.
43 private Phone mPhone;
NetworkSetting.java 17 package com.android.phone;
39 import com.android.internal.telephony.Phone;
46 * "Networks" settings UI for the Phone app.
51 private static final String LOG_TAG = "phone";
71 Phone mPhone;
RespondViaSmsManager.java 17 package com.android.phone;
136 // stash away the call's phone number, since we can't necessarily
190 // Phone number to send the SMS to.
522 // not a regular PSTN phone number, and we can't send SMSes to
542 // tell whether a given number is a mobile phone or not. So in that
NotificationMgr.java 17 package com.android.phone;
49 import com.android.internal.telephony.Phone;
54 * NotificationManager-related utility code for the Phone app.
89 private Phone mPhone;
135 mPhone = app.phone; // TODO: better style to use mCM.getDefaultPhone() everywhere instead
171 * while a phone call is active
222 * pulling the phone out of your pocket.)
256 * Makes sure phone-related notifications are up to date on a
281 // case even if the phone app crashes.
364 if (DBG) log("contact :" + n.name + " found for phone: " + n.number)
    [all...]
BluetoothAtPhonebook.java 17 package com.android.phone;
31 import android.provider.ContactsContract.CommonDataKinds.Phone;
47 * to AT+CPBR for the MC, RC, and DC phone books (missed, received, and
55 * to AT+CPBR for the ME phonebook (saved phone numbers).
58 Phone._ID, Phone.DISPLAY_NAME, Phone.NUMBER, Phone.TYPE
68 private static final String VISIBLE_PHONEBOOK_WHERE = Phone.IN_VISIBLE_GROUP + "=1";
86 // package and class name to which we send intent to check phone book access permissio
    [all...]
EmergencyDialer.java 17 package com.android.phone;
72 public static final String ACTION_DIAL = "com.android.phone.EmergencyDialer.DIAL";
193 // Extract phone number from intent
300 // if we are adding a call from the InCallScreen and the phone
517 * The tone is played locally, using the audio stream for phone calls.
529 // Also do nothing if the phone is in silent mode.
SimContacts.java 17 package com.android.phone;
37 import android.provider.ContactsContract.CommonDataKinds.Phone;
57 * SIM Address Book UI for the Phone app.
83 phoneType = Phone.TYPE_WORK;
85 phoneType = Phone.TYPE_MOBILE;
87 phoneType = Phone.TYPE_HOME;
89 phoneType = Phone.TYPE_OTHER;
93 phoneType = Phone.TYPE_OTHER;
172 builder.withValueBackReference(Phone.RAW_CONTACT_ID, 0);
173 builder.withValue(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE)
    [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;
InCallTouchUi.java 17 package com.android.phone;
42 import com.android.internal.telephony.Phone;
73 // Phone app instance
186 // if (PhoneApp.getPhone().getPhoneType() == Phone.PHONE_TYPE_CDMA) {
232 * the current state of the phone.
240 Phone.State state = cm.getState(); // IDLE, RINGING, or OFFHOOK
256 // A phone call is ringing *or* call waiting.
258 // Watch out: even if the phone state is RINGING, it's
271 // UI even if the phone is still in the RINGING state.
312 // accidentally touch the system bar while pulling the phone
    [all...]
Settings.java 17 package com.android.phone;
19 import com.android.internal.telephony.Phone;
50 * tablets as well as regular phone devices.
52 * Note that this PreferenceActivity is part of the phone app, even though
55 * available from the Phone app (see CallFeaturesSetting for that.)
76 static final int preferredNetworkMode = Phone.PREFERRED_NT_MODE;
93 private Phone mPhone;
227 boolean isLteOnCdma = mPhone.getLteOnCdmaMode() == Phone.LTE_ON_CDMA_TRUE;
245 if (phoneType == Phone.PHONE_TYPE_CDMA) {
261 } else if (phoneType == Phone.PHONE_TYPE_GSM)
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
GlobalSearchSupportTest.java 114 loadTestPhoto()).phone("1-800-4664-411").build();
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java 1076 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone")); local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
DialtactsActivity.java 76 * The dialer tab's title is 'phone', a more common name (see strings.xml).
84 private static final String PHONE_PACKAGE = "com.android.phone";
86 "com.android.phone.CallFeaturesSetting";
89 * Copied from PhoneApp. See comments in Phone app for more detail.
91 public static final String EXTRA_CALL_ORIGIN = "com.android.phone.CALL_ORIGIN";
98 private static final String ACTION_TOUCH_DIALER = "com.android.phone.action.TOUCH_DIALER";
323 * Fragment for searching phone numbers. Unlike the other Fragments, this doesn't correspond
376 * Listener used when one of phone numbers in search UI is selected. This will initiate a
377 * phone call using the phone number
687 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone")); local
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 46 import android.provider.ContactsContract.CommonDataKinds.Phone;
111 private static final String COMMON_TYPE_ROW = Phone.TYPE; // Could have been any typed row
324 String phone; field in class:ContactsSyncAdapter.PhoneRow
328 phone = _phone;
333 builder.withValue(Im.DATA, phone);
334 builder.withValue(Phone.TYPE, type);
338 return type == _type && phone.equalsIgnoreCase(value);
412 workPhones.add(new PhoneRow(getValue(), Phone.TYPE_WORK));
415 ops.addPhone(entity, Phone.TYPE_MMS, getValue());
418 ops.addPhone(entity, Phone.TYPE_FAX_WORK, getValue())
    [all...]
  /device/samsung/tuna/
device.mk 190 $(call inherit-product, frameworks/base/build/phone-xhdpi-1024-dalvik-heap.mk)
  /external/chromium/third_party/libjingle/source/talk/
main.scons 26 # Ex: The directory session/phone contains a file called phone.scons
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarView.java 17 package com.android.systemui.statusbar.phone;
  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnectionTracker.java 179 protected String mRequestedApnType = Phone.APN_TYPE_DEFAULT;
299 /** Phone.APN_TYPE_* ===> ApnContext */
494 protected DataConnectionTracker(PhoneBase phone) {
496 mPhone = phone;
509 // TODO: Why is this registering the phone as the receiver of the intent
552 if (Phone.APN_TYPE_DUN.equals(type)) {
578 result[0] = Phone.APN_TYPE_DEFAULT;
793 if (TextUtils.equals(type, Phone.APN_TYPE_DEFAULT)) {
795 } else if (TextUtils.equals(type, Phone.APN_TYPE_MMS)) {
797 } else if (TextUtils.equals(type, Phone.APN_TYPE_SUPL))
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhone.java 38 import com.android.internal.telephony.Phone;
90 public boolean equals(SipPhone phone) {
91 return getSipUri().equals(phone.getSipUri());
141 throw new CallStateException("phone not ringing");
152 throw new CallStateException("phone not ringing");
375 public Phone getPhone() {
413 + ": " + this + " on phone " + getPhone());
426 + ": " + this + " on phone " + getPhone());
561 + " --> " + newState + ": " + this + ": on phone "
631 + "cause: " + getDisconnectCause() + ", on phone "
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsPanelView.java 56 import com.android.systemui.statusbar.phone.PhoneStatusBar;
  /device/samsung/crespo/
device_base.mk 205 include frameworks/base/build/phone-hdpi-512-dalvik-heap.mk
  /frameworks/base/media/java/android/media/
AudioService.java 262 // Used to alter media button redirection when the phone is ringing.
392 // Register for phone state monitoring
1747 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone")); local
    [all...]

Completed in 404 milliseconds

1 2 3 4 5 6 78 9