/packages/services/Telephony/src/com/android/phone/settings/ |
VoicemailChangePinActivity.java | 17 package com.android.phone.settings; 47 import com.android.phone.PhoneUtils; 48 import com.android.phone.R; 49 import com.android.phone.VoicemailStatus; 50 import com.android.phone.common.mail.MessagingException; 51 import com.android.phone.vvm.omtp.OmtpConstants; 52 import com.android.phone.vvm.omtp.OmtpConstants.ChangePinResult; 53 import com.android.phone.vvm.omtp.OmtpEvents; 54 import com.android.phone.vvm.omtp.OmtpVvmCarrierConfigHelper; 55 import com.android.phone.vvm.omtp.VisualVoicemailPreferences [all...] |
/packages/services/Telephony/src/com/android/services/telephony/ |
TelephonyConnection.java | 49 import com.android.internal.telephony.Phone; 52 import com.android.phone.ImsUtil; 53 import com.android.phone.PhoneGlobals; 54 import com.android.phone.PhoneUtils; 55 import com.android.phone.R; 366 * Handles the phone exiting ECM mode by updating the connection capabilities. During an 626 Phone phone = mOriginalConnection.getCall().getPhone(); local 627 Call ringingCall = phone.getRingingCall(); 640 phone.switchHoldingAndActive() 739 Phone phone = getPhone(); local 922 Phone phone = getPhone(); local 980 Phone phone = getPhone(); local 1077 Phone phone = getPhone(); local 1649 Phone phone = getPhone(); local [all...] |
ConferenceParticipantConnection.java | 19 import com.android.internal.telephony.Phone; 212 * Conference event package data contains SIP URIs, so we try to extract the phone number and 217 * participant phone number to E.164 format. 234 // For example: sip:1650555121;phone-context=blah.com@host.com 235 // In this case, the phone number is in the user field of the URI, and the parameters can be 238 // A SIP URI can also specify a phone number in a format similar to: 239 // sip:+1-212-555-1212@something.com;user=phone 240 // In this case, the phone number is again in user field and the parameters can be ignored. 269 * Given a {@link Phone} instance, determines the country ISO associated with the phone' [all...] |
TelephonyConference.java | 25 import com.android.internal.telephony.Phone; 96 Phone phone = ((TelephonyConnection) connection).getPhone(); local 97 if (phone != null) { 98 phone.conference();
|
/packages/services/Telephony/src/com/android/phone/ |
PhoneGlobals.java | 17 package com.android.phone; 52 import com.android.internal.telephony.Phone; 57 import com.android.phone.common.CallLogAsync; 58 import com.android.phone.settings.SettingsConstants; 64 * phone process. 70 * Phone app-wide debug level: 76 * Most individual classes in the phone app have a local DBG constant, 104 // the individual Activities of the Phone UI. 135 private Phone phoneInEcm; 244 // This should only run if the Phone process crashed and was restarted. We d 627 final Phone phone = PhoneFactory.getPhone(phoneId); local 733 Phone phone = SubscriptionManager.isValidPhoneId(phoneId) ? local 852 Phone phone = getPhone(subId); local [all...] |
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;
|
InCallScreenShowActivation.java | 17 package com.android.phone; 32 import com.android.internal.telephony.Phone; 36 * Invisible activity that handles the com.android.phone.PERFORM_CDMA_PROVISIONING intent. 84 Phone phone = app.getPhone(); local 85 if (!TelephonyCapabilities.supportsOtasp(phone)) { 184 * On devices that provide a phone initialization wizard (such as Google Setup Wizard),
|
ErrorDialogActivity.java | 17 package com.android.phone; 26 import com.android.phone.settings.VoicemailSettingsActivity;
|
VoicemailStatus.java | 17 package com.android.phone; 27 import com.android.phone.vvm.omtp.VvmLog; 45 VvmLog.w(TAG, "VoicemailStatus.Editor created with null phone account, status will"
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
GsmCdmaConnection.java | 122 public GsmCdmaConnection (GsmCdmaPhone phone, DriverCall dc, GsmCdmaCallTracker ct, int index) { 123 super(phone.getPhoneType()); 124 createWakeLock(phone.getContext()); 131 mIsEmergencyCall = PhoneNumberUtils.isLocalEmergencyNumber(phone.getContext(), mAddress); 144 fetchDtmfToneDelay(phone); 148 public GsmCdmaConnection (GsmCdmaPhone phone, String dialString, GsmCdmaCallTracker ct, 150 super(phone.getPhoneType()); 151 createWakeLock(phone.getContext()); 195 fetchDtmfToneDelay(phone); 292 // On mobile originated (MO) calls, the phone number may have change 495 GsmCdmaPhone phone = mOwner.getPhone(); local [all...] |
CarrierSignalAgent.java | 36 * each CarrierSignalAgent is associated with a phone object. 44 private final Phone mPhone; 66 public CarrierSignalAgent(Phone phone) { 67 mPhone = phone;
|
/packages/services/Telephony/src/com/android/phone/common/mail/ |
MailTransport.java | 16 package com.android.phone.common.mail; 22 import com.android.phone.common.mail.store.ImapStore; 23 import com.android.phone.common.mail.utils.LogUtils; 24 import com.android.phone.vvm.omtp.OmtpEvents; 25 import com.android.phone.vvm.omtp.imap.ImapHelper;
|
/packages/services/Telephony/src/com/android/phone/common/mail/store/imap/ |
DigestMd5Utils.java | 17 package com.android.phone.common.mail.store.imap; 24 import com.android.phone.common.mail.MailTransport; 25 import com.android.phone.common.mail.MessagingException; 26 import com.android.phone.common.mail.store.ImapStore; 27 import com.android.phone.vvm.omtp.VvmLog;
|
ImapResponseParser.java | 17 package com.android.phone.common.mail.store.imap; 22 import com.android.phone.common.mail.FixedLengthInputStream; 23 import com.android.phone.common.mail.MessagingException; 24 import com.android.phone.common.mail.PeekableInputStream; 25 import com.android.phone.vvm.omtp.VvmLog;
|
ImapConstants.java | 17 package com.android.phone.common.mail.store.imap; 19 import com.android.phone.common.mail.store.ImapStore;
|
/packages/services/Telephony/src/com/android/phone/vvm/omtp/scheduling/ |
TaskSchedulerService.java | 17 package com.android.phone.vvm.omtp.scheduling; 34 import com.android.phone.Assert; 35 import com.android.phone.NeededForTesting; 36 import com.android.phone.vvm.omtp.VvmLog; 37 import com.android.phone.vvm.omtp.scheduling.Task.TaskId;
|
/packages/services/Telephony/tests/src/com/android/phone/vvm/omtp/scheduling/ |
TaskSchedulerServiceTestBase.java | 17 package com.android.phone.vvm.omtp.scheduling; 32 import com.android.phone.Assert; 33 import com.android.phone.vvm.omtp.scheduling.Task.TaskId; 34 import com.android.phone.vvm.omtp.scheduling.TaskSchedulerService.MainThreadHandler; 35 import com.android.phone.vvm.omtp.scheduling.TaskSchedulerService.WorkerThreadHandler;
|
/packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/ |
ImsFrameworkApp.java | 32 import com.android.internal.telephony.Phone; 74 Log.d(TAG, "- state: " + intent.getBooleanExtra(Phone.STATE_KEY, false)); 77 Log.d(TAG, "- apnName: " + intent.getStringExtra(Phone.DATA_APN_KEY)); 78 Log.d(TAG, "- apnType: " + intent.getStringExtra(Phone.DATA_APN_TYPE_KEY)); 79 Log.d(TAG, "- state: " + intent.getStringExtra(Phone.STATE_KEY)); 80 Log.d(TAG, "- reason: " + intent.getStringExtra(Phone.STATE_CHANGE_REASON_KEY)); 82 intent.getBooleanExtra(Phone.NETWORK_UNAVAILABLE_KEY, false)); 87 Log.d(TAG, "- phoneName: " + intent.getStringExtra(Phone.PHONE_NAME_KEY)); 90 Log.d(TAG, "- reason: " + intent.getStringExtra(Phone.STATE_CHANGE_REASON_KEY)); 97 Log.d(TAG, "- phoneName: " + intent.getStringExtra(Phone.PHONE_NAME_KEY)) 131 Phone phone = PhoneFactory.getDefaultPhone(); local [all...] |
/packages/services/Telephony/src/com/android/phone/vvm/omtp/ |
DefaultOmtpEventHandler.java | 17 package com.android.phone.vvm.omtp; 22 import com.android.phone.VoicemailStatus; 23 import com.android.phone.vvm.omtp.OmtpEvents.Type;
|
TelephonyVvmConfigManager.java | 17 package com.android.phone.vvm.omtp; 25 import com.android.phone.R; 26 import com.android.phone.vvm.omtp.utils.XmlUtils;
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ |
ContactOperations.java | 29 import android.provider.ContactsContract.CommonDataKinds.Phone; 172 * Adds a phone number 174 * @param phone new phone number for the contact 178 public ContactOperations addPhone(String phone, int phoneType) { 180 if (!TextUtils.isEmpty(phone)) { 181 mValues.put(Phone.NUMBER, phone); 182 mValues.put(Phone.TYPE, phoneType); 183 mValues.put(Phone.MIMETYPE, Phone.CONTENT_ITEM_TYPE) [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaMmiCode.java | 26 import com.android.internal.telephony.Phone; 109 newFromDialString(String dialString, GsmCdmaPhone phone, UiccCardApplication app) { 117 ret = new CdmaMmiCode(phone,app); 146 CdmaMmiCode (GsmCdmaPhone phone, UiccCardApplication app) { 147 super(phone.getHandler().getLooper()); 148 mPhone = phone; 149 mContext = phone.getContext(); 167 public Phone 169 return ((Phone) mPhone);
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
RawContactReadOnlyEditorView.java | 24 import android.provider.ContactsContract.CommonDataKinds.Phone; 165 final ArrayList<ValuesDelta> phones = state.getMimeEntries(Phone.CONTENT_ITEM_TYPE); 170 for (ValuesDelta phone : phones) { 171 final String phoneNumber = phone.getPhoneNumber(); 176 phoneNumber, phone.getPhoneNormalizedNumber(), 179 if (phone.hasPhoneType()) { 180 phoneType = Phone.getTypeLabel( 181 res, phone.getPhoneType(), phone.getPhoneLabel());
|
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
SmsInteractionsLoader.java | 34 * Loads the most recent sms between the passed in phone numbers. 36 * This is a two part process. The first step is retrieving the threadIds for each of the phone 49 * Loads a list of SmsInteraction from the supplied phone numbers. 70 for (String phone : mPhoneNums) { 71 // TODO: the phone numbers added to the ContactInteraction result should retain their 75 TelephonyThreadsCompat.getOrCreateThreadId(getContext(), phone))); local
|
/packages/apps/EmergencyInfo/tests/src/com/android/emergency/ |
ContactTestUtils.java | 31 /** Deletes contacts that match the given name and phone number. */ 34 String phone) { 36 Uri.encode(phone)); 60 * Creates a new contact with the given name and phone number. Returns the 61 * ContactsContract.CommonDataKinds.Phone.CONTENT_URI corresponding to the new contact. 73 ContactsContract.CommonDataKinds.Phone.TYPE_MOBILE); 93 ContactsContract.CommonDataKinds.Phone.CONTENT_ITEM_TYPE); 94 values.put(ContactsContract.CommonDataKinds.Phone.NUMBER, phoneNumber); 95 values.put(ContactsContract.CommonDataKinds.Phone.TYPE, type); 96 values.put(ContactsContract.CommonDataKinds.Phone.LABEL, "Mobile") [all...] |