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

1 2 3 45 6 7 8 9

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaConnection.java 211 // On mobile originated (MO) calls, the phone number may have changed
215 // and therefore don't need to compare the phone number anyway.
218 // ... but we can compare phone numbers on MT calls, and we have
349 if (Phone.DEBUG_PHONE) {
413 CDMAPhone phone = mOwner.mPhone; local
414 int serviceState = phone.getServiceState().getState();
424 } else if (phone.mCdmaSubscriptionSource ==
483 if (Phone.DEBUG_PHONE) log("parent= " +mParent +", newParent= " + newParent);
486 if (Phone.DEBUG_PHONE) log("update: phone # changed!")
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java 45 import android.provider.ContactsContract.CommonDataKinds.Phone;
78 CommonDataKinds.Phone.TYPE, // 1
79 CommonDataKinds.Phone.LABEL, // 2
80 CommonDataKinds.Phone.NUMBER, // 3
86 static final String SORT_ORDER_PHONE_NUMBER = CommonDataKinds.Phone.NUMBER + " ASC";
144 String vcard = composer.composeVCardForPhoneOwnNumber(Phone.TYPE_MOBILE, name, number,
505 // so use those when exporting phone numbers via vCard.
610 if (V) Log.v(TAG, "phone own number vcard:");
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTrackerBase.java 52 import com.android.internal.telephony.Phone;
247 /** Phone.APN_TYPE_* ===> ApnContext */
481 protected DcTrackerBase(PhoneBase phone) {
484 mPhone = 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;
174 } else if (Phone.CONTENT_ITEM_TYPE.equals(mimetype)) {
208 if (info.phone == null || cursor.getInt(SplitQuery.IS_PRIMARY) != 0) {
209 info.phone = cursor.getString(SplitQuery.PHONE)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
SuggestedMemberListAdapter.java 24 import android.provider.ContactsContract.CommonDataKinds.Phone;
178 // to add supplementary data to the contact (photo, phone, email) to the members based
249 // (as well as the photo, email, and phone mimetypes)
253 selectionArgs.add(Phone.CONTENT_ITEM_TYPE);
258 // Perform a second query to retrieve a photo and possibly a phone number or email
280 Phone.CONTENT_ITEM_TYPE.equals(mimetype)) {
281 // Set at most 1 extra piece of contact info that can be a phone number or
360 * Set a phone number or email to distinguish this contact
  /development/samples/ApiDemos/src/com/example/android/apis/content/
PickContact.java 80 new ResultDisplayer("Selected phone",
81 ContactsContract.CommonDataKinds.Phone.CONTENT_ITEM_TYPE));
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
CallLogProviderTest.java 34 import android.provider.ContactsContract.CommonDataKinds.Phone;
137 values.put(Calls.CACHED_NUMBER_TYPE, Phone.TYPE_CUSTOM);
180 ci.numberType = Phone.TYPE_CUSTOM;
191 values.put(Calls.CACHED_NUMBER_TYPE, Phone.TYPE_CUSTOM);
ContactsActor.java 50 import android.provider.ContactsContract.CommonDataKinds.Phone;
406 values.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
407 values.put(ContactsContract.CommonDataKinds.Phone.TYPE,
408 ContactsContract.CommonDataKinds.Phone.TYPE_HOME);
409 values.put(ContactsContract.CommonDataKinds.Phone.NUMBER, phoneNumber);
  /packages/apps/Phone/src/com/android/phone/
CallFeaturesSetting.java 17 package com.android.phone;
65 import com.android.internal.telephony.Phone;
68 import com.android.phone.sip.SipSharedPreferences;
81 * available from the Phone app; the settings here let you control various
82 * features related to phone calls (including voicemail settings, SIP
84 * on voice-capable phone devices.
86 * Note that this activity is part of the package com.android.phone, even
87 * though you reach it from the "Phone" app (i.e. DialtactsActivity) which
93 * @see com.android.phone.MobileNetworkSettings
109 "com.android.phone.CallFeaturesSetting.ADD_VOICEMAIL"
    [all...]
CallForwardEditPreference.java 1 package com.android.phone;
6 import com.android.internal.telephony.Phone;
20 import static com.android.phone.TimeConsumingPreferenceActivity.RESPONSE_ERROR;
39 Phone phone; field in class:CallForwardEditPreference
46 phone = PhoneGlobals.getPhone();
67 phone.getCallForwardingOption(reason,
123 // the interface of Phone.setCallForwardingOption has error:
125 phone.setCallForwardingOption(action,
261 phone.getCallForwardingOption(reason
    [all...]
CallLogger.java 17 package com.android.phone;
21 import com.android.internal.telephony.Phone;
24 import com.android.phone.common.CallLogAsync;
59 final Phone phone = c.getCall().getPhone(); local
76 final boolean isOtaspNumber = TelephonyCapabilities.supportsOtasp(phone)
77 && phone.isOtaSpNumber(number);
139 * @param conn The phone connection.
155 * Retrieve the phone number from the caller info or the connection.
161 * If CallerInfo is missing the phone number, get it from the connection
    [all...]
CallerInfoCache.java 17 package com.android.phone;
29 import android.provider.ContactsContract.CommonDataKinds.Phone;
61 // Assuming DATA.DATA1 corresponds to Phone.NUMBER and SipAddress.ADDRESS, we just use
63 // SIP cases, Phone.NORMALIZED_NUMBER is used as is instead of using Data.
66 Phone.NORMALIZED_NUMBER, // 1
145 * - last 7 digits of each "normalized phone number when it is for PSTN phone call, or
EmergencyCallHelper.java 17 package com.android.phone;
21 import com.android.internal.telephony.Phone;
23 import com.android.phone.Constants.CallStatusCode;
24 import com.android.phone.InCallUiState.ProgressIndicationType;
71 private Phone mPhone;
157 // Reset mPhone to whatever the current default phone is right now.
208 // - STATE_EMERGENCY_ONLY // Phone is locked; only emergency numbers are allowed
285 if (DBG) log("onRetryTimeout(): phone state " + phoneState
511 // twice. (We need this because Phone.registerForServiceStateChanged()
EmergencyCallbackModeExitDialog.java 17 package com.android.phone;
42 import com.android.internal.telephony.Phone;
55 "com.android.phone.action.ACTION_SHOW_ECM_EXIT_DIALOG";
73 private Phone mPhone = null;
79 // Check if phone is in Emergency Callback Mode. If not, exit.
GsmUmtsCallForwardOptions.java 1 package com.android.phone;
12 import android.provider.ContactsContract.CommonDataKinds.Phone;
23 private static final String NUM_PROJECTION[] = {Phone.NUMBER};
IccNetworkDepersonalizationPanel.java 17 package com.android.phone;
37 import com.android.internal.telephony.Phone;
45 * phone app (see bug 1804111).
55 private Phone mPhone;
Ringer.java 17 package com.android.phone;
37 import com.android.internal.telephony.Phone;
39 * Ringer manager for the Phone app.
97 * @parameter Phone, the new active phone for the appropriate radio
100 void updateRingerContextAfterRadioTechnologyChange(Phone phone) {
102 mContext = phone.getContext();
295 * in makeLooper(). This uri is defaulted to the phone-wide
PhoneUtils.java 17 package com.android.phone;
57 import com.android.internal.telephony.Phone;
71 * Misc utilities for the Phone app.
91 // State of the Phone's audio modes
94 static final int AUDIO_IDLE = 0; /** audio behaviour at phone idle */
108 /** Phone state changed event*/
134 // (a racing condition based on which phone changes firstly)
194 * Register the ConnectionHandler with the phone, to receive connection events
228 final Phone phone = ringingCall.getPhone() local
789 Phone phone = PhoneGlobals.getInstance().mCM.getFgPhone(); local
2178 Phone phone = cm.getActiveFgCall().getPhone(); local
2490 Phone phone = getSipPhoneFromUri(cm, primarySipUri); local
    [all...]
  /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/Contacts/src/com/android/contacts/quickcontact/
QuickContactListFragment.java 22 import android.provider.ContactsContract.CommonDataKinds.Phone;
134 if (mimeType.equals(Phone.CONTENT_ITEM_TYPE)) {
135 // Force LTR text direction for phone numbers
138 // Special case for phone numbers in accessibility mode
170 /** A data item (e.g. phone number) was clicked */
  /packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetailsHelper.java 21 import android.provider.ContactsContract.CommonDataKinds.Phone;
100 numberFormattedLabel = Phone.getTypeLabel(mResources, details.numberType,
118 // We have a real phone number as "nameView" so make it always LTR
124 // We have a real phone number as "numberView" so make it always LTR
134 /** Sets the text of the header view for the details page of a phone call. */
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
CommandRecognizerEngine.java 26 import android.provider.ContactsContract.CommonDataKinds.Phone;
43 * This is a RecognizerEngine that processes commands to make phone calls and
184 * Number of phone ids appended to a grammer in {@link #addNameEntriesToGrammar(List)}.
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java 230 loge("updateSignalStrength() Phone already destroyed: " + ex
423 protected abstract Phone getPhone();
538 dcTracker.cleanUpAllConnections(Phone.REASON_RADIO_TURNED_OFF);
542 dcTracker.cleanUpAllConnections(Phone.REASON_RADIO_TURNED_OFF);
  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionEngine.java 30 import android.provider.ContactsContract.CommonDataKinds.Phone;
84 + " phone: " + phoneNumber + " email: " + emailAddress + " nickname: "
262 + Phone.CONTENT_ITEM_TYPE + "','"
402 if (Phone.CONTENT_ITEM_TYPE.equals(mimetype)) {
RawContactReadOnlyEditorView.java 24 import android.provider.ContactsContract.CommonDataKinds.Phone;
200 ArrayList<ValuesDelta> phones = state.getMimeEntries(Phone.CONTENT_ITEM_TYPE);
203 ValuesDelta phone = phones.get(i); local
205 phone.getPhoneNumber(),
206 phone.getPhoneNormalizedNumber(),
209 if (phone.phoneHasType()) {
210 phoneType = Phone.getTypeLabel(
211 res, phone.getPhoneType(), phone.getPhoneLabel());

Completed in 1294 milliseconds

1 2 3 45 6 7 8 9