/frameworks/ex/common/java/com/android/common/contacts/ |
DataUsageStatUpdater.java | 27 import android.provider.ContactsContract.CommonDataKinds.Phone; 146 * Update usage statistics information using a list of phone numbers. 166 // Phone.NUMBER == Phone.DATA1. NUMBER can be available from API Level 11. 167 whereBuilder.append(Phone.DATA1 + " IN (") 170 final Cursor cursor = mResolver.query(Phone.CONTENT_URI, 171 new String[] {Phone.CONTACT_ID, Phone._ID}, whereBuilder.toString(), 175 Log.w(TAG, "Cursor for Phone.CONTENT_URI became null.");
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GsmCellBroadcastHandler.java | 29 import com.android.internal.telephony.Phone; 44 protected GsmCellBroadcastHandler(Context context, Phone phone) { 45 super("GsmCellBroadcastHandler", context, phone); 46 phone.mCi.setOnNewGsmBroadcastSms(getHandler(), EVENT_NEW_SMS_MESSAGE, null); 61 Phone phone) { 62 GsmCellBroadcastHandler handler = new GsmCellBroadcastHandler(context, phone);
|
/packages/apps/Dialer/src/com/android/dialer/filterednumber/ |
NumbersAdapter.java | 21 import android.provider.ContactsContract.CommonDataKinds.Phone; 66 quickContactBadge.setPrioritizedMimeType(Phone.CONTENT_ITEM_TYPE); 123 return ContactsContract.CommonDataKinds.Phone.getTypeLabel(
|
/packages/services/Telephony/src/com/android/phone/ |
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 Phone mPhone; 51 TimeConsumingPreferenceListener listener, boolean skipReading, Phone phone) { 52 mPhone = phone;
|
CdmaOptions.java | 17 package com.android.phone; 33 import com.android.internal.telephony.Phone; 38 * List of Phone-specific settings screens. 55 private Phone mPhone; 57 public CdmaOptions(PreferenceActivity prefActivity, PreferenceScreen prefScreen, Phone phone) { 60 mPhone = phone;
|
HfaLogic.java | 17 package com.android.phone; 31 import com.android.internal.telephony.Phone; 136 final Phone phone = PhoneGlobals.getInstance().getPhone(); local 137 phone.registerForServiceStateChanged(mHandler, SERVICE_STATE_CHANGED, null); 140 phone.setRadioPower(false); 141 onServiceStateChange(phone.getServiceState()); 146 final Phone phone = PhoneGlobals.getInstance().getPhone(); local 153 phone.setRadioPower(true) [all...] |
OtaStartupReceiver.java | 17 package com.android.phone; 33 import com.android.internal.telephony.Phone; 40 * Handles OTA Start procedure at phone power up. At phone power up, if phone is not OTA 41 * provisioned (check MIN value of the Phone) and 'device_provisioned' is not set, 42 * OTA Activation screen is shown that helps user activate the phone 88 // - STATE_EMERGENCY_ONLY // Phone is locked; only emergency numbers are allowed 95 Phone phone = PhoneGlobals.getPhone() 142 Phone phone = PhoneGlobals.getPhone(); local [all...] |
SpecialCharSequenceMgr.java | 17 package com.android.phone; 29 import com.android.internal.telephony.Phone; 39 * that are handled specially by the Phone app. 89 * which is still in the Phone App. 135 // your phone, and need to change the PIN! The only way to do 170 // if the phone is keyguard-restricted, then just ignore this 172 // exposed unless the phone is unlocked, and this code can be 184 intent.setClassName("com.android.phone", 185 "com.android.phone.SimContacts"); 204 Phone phone = PhoneGlobals.getPhone() local 233 Phone phone = PhoneGlobals.getPhone(); local [all...] |
CdmaVoicePrivacyCheckBoxPreference.java | 17 package com.android.phone; 19 import com.android.internal.telephony.Phone; 33 Phone phone; field in class:CdmaVoicePrivacyCheckBoxPreference 39 phone = PhoneGlobals.getPhone(); 40 phone.getEnhancedVoicePrivacy(mHandler.obtainMessage(MyHandler.MESSAGE_GET_VP)); 56 phone.enableEnhancedVoicePrivacy(isChecked(), 102 phone.getEnhancedVoicePrivacy(obtainMessage(MESSAGE_GET_VP));
|
GsmUmtsAdditionalCallOptions.java | 1 package com.android.phone; 11 import com.android.internal.telephony.Phone; 27 private Phone mPhone;
|
MMIDialogActivity.java | 17 package com.android.phone; 30 import com.android.internal.telephony.Phone; 46 private Phone mPhone = PhoneGlobals.getPhone(); 105 // if phone is a CDMA phone display feature code completed message 120 * @see PhoneUtils#cancelMmiCode(Phone)
|
/packages/services/Telephony/src/com/android/phone/settings/ |
AccessibilitySettingsFragment.java | 17 package com.android.phone.settings; 34 import com.android.internal.telephony.Phone; 36 import com.android.phone.PhoneGlobals; 37 import com.android.phone.R; 38 import com.android.phone.settings.TtyModeListPreference; 148 final Phone[] phones = PhoneFactory.getPhones(); 154 for (Phone phone : phones) { 155 if (phone.isVideoCallPresent()) {
|
VisualVoicemailSettingsUtil.java | 16 package com.android.phone.settings; 23 import com.android.internal.telephony.Phone; 24 import com.android.phone.PhoneUtils; 25 import com.android.phone.vvm.omtp.OmtpConstants; 26 import com.android.phone.vvm.omtp.sms.StatusMessage; 31 * Because a voicemail source is tied 1:1 to a phone account, the phone account handle is used in 53 public static void setVisualVoicemailEnabled(Phone phone, boolean isEnabled, 55 setVisualVoicemailEnabled(phone.getContext(), PhoneUtils.makePstnPhoneAccountHandle(phone) [all...] |
VoicemailProviderListPreference.java | 17 package com.android.phone.settings; 32 import com.android.internal.telephony.Phone; 33 import com.android.phone.PhoneGlobals; 34 import com.android.phone.R; 62 private Phone mPhone; 80 public void init(Phone phone, Intent intent) { 81 mPhone = phone;
|
/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
DataUtil.java | 52 values.put(ContactsContract.Data.MIMETYPE, CommonDataKinds.Phone.CONTENT_ITEM_TYPE); 53 values.put(CommonDataKinds.Phone.NUMBER, number);
|
/developers/build/prebuilts/gradle/BasicContactables/Application/src/main/java/com/example/android/basiccontactables/ |
ContactablesLoaderCallbacks.java | 50 // display name, email address and phone number. In this case, the query was extracted 62 // Easy way to limit the query to contacts with phone numbers. 100 int phoneColumnIndex = cursor.getColumnIndex(CommonDataKinds.Phone.NUMBER); 124 if (mimeType.equals(CommonDataKinds.Phone.CONTENT_ITEM_TYPE)) {
|
/developers/samples/android/content/contacts/BasicContactables/Application/src/main/java/com/example/android/basiccontactables/ |
ContactablesLoaderCallbacks.java | 50 // display name, email address and phone number. In this case, the query was extracted 62 // Easy way to limit the query to contacts with phone numbers. 100 int phoneColumnIndex = cursor.getColumnIndex(CommonDataKinds.Phone.NUMBER); 124 if (mimeType.equals(CommonDataKinds.Phone.CONTENT_ITEM_TYPE)) {
|
/development/samples/ContactManager/src/com/example/android/contactmanager/ |
ContactAdder.java | 89 // Also, be aware that type IDs differ between Phone and Email, and MUST be computed 92 mContactPhoneTypes.add(ContactsContract.CommonDataKinds.Phone.TYPE_HOME); 93 mContactPhoneTypes.add(ContactsContract.CommonDataKinds.Phone.TYPE_WORK); 94 mContactPhoneTypes.add(ContactsContract.CommonDataKinds.Phone.TYPE_MOBILE); 95 mContactPhoneTypes.add(ContactsContract.CommonDataKinds.Phone.TYPE_OTHER); 107 // Populate list of account types for phone 114 adapter.add(ContactsContract.CommonDataKinds.Phone.getTypeLabel( 173 String phone = mContactPhoneEditText.getText().toString(); local 199 ContactsContract.CommonDataKinds.Phone.CONTENT_ITEM_TYPE) 200 .withValue(ContactsContract.CommonDataKinds.Phone.NUMBER, phone [all...] |
/development/samples/browseable/BasicContactables/src/com.example.android.basiccontactables/ |
ContactablesLoaderCallbacks.java | 50 // display name, email address and phone number. In this case, the query was extracted 62 // Easy way to limit the query to contacts with phone numbers. 100 int phoneColumnIndex = cursor.getColumnIndex(CommonDataKinds.Phone.NUMBER); 124 if (mimeType.equals(CommonDataKinds.Phone.CONTENT_ITEM_TYPE)) {
|
/frameworks/base/core/java/android/provider/ |
CallLog.java | 33 import android.provider.ContactsContract.CommonDataKinds.Phone; 89 * The content:// style URL for filtering this table on phone numbers 224 * The phone number as the user entered it. 252 /** Number is a pay phone. */ 289 * The cached name associated with the phone number, if it exists. 298 * phone number, if it exists. 307 * phone number, if it exists. 344 * The cached URI to look up the contact associated with the phone number, if it exists. 352 * The cached phone number of the contact which matches this entry, if it exists. 360 * The cached normalized(E164) version of the phone number, if it exists [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
SmsStorageMonitor.java | 50 /** Context from phone object passed to constructor. */ 59 Phone mPhone; 72 * @param phone the Phone to use 74 public SmsStorageMonitor(Phone phone) { 75 mPhone = phone; 76 mContext = phone.getContext(); 77 mCi = phone.mCi; 99 * Handles events coming from the phone stack. Overridden from handler [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
ImsExternalConnection.java | 22 import com.android.internal.telephony.Phone; 73 protected ImsExternalConnection(Phone phone, int callId, String address, boolean isPullable) { 74 super(phone.getPhoneType()); 75 mCall = new ImsExternalCall(phone, this);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
SipConnectionBase.java | 21 import com.android.internal.telephony.Phone; 153 protected abstract Phone getPhone();
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
ShortcutIntentBuilder.java | 35 import android.provider.ContactsContract.CommonDataKinds.Phone; 67 Phone.DISPLAY_NAME, 68 Phone.PHOTO_ID, 69 Phone.NUMBER, 70 Phone.TYPE, 71 Phone.LABEL, 72 Phone.LOOKUP_KEY 369 * Generates a phone number shortcut icon. Adds an overlay describing the type of the phone 389 // Create an overlay for the phone number typ [all...] |
/packages/apps/Dialer/src/com/android/dialer/list/ |
PhoneFavoriteSquareTileView.java | 20 import android.provider.ContactsContract.CommonDataKinds.Phone; 69 getLookupUri(), null, Phone.CONTENT_ITEM_TYPE);
|