/packages/services/Telephony/src/com/android/phone/ |
ImsUtil.java | 17 package com.android.phone; 24 import com.android.phone.PhoneGlobals;
|
CarrierLogo.java | 17 package com.android.phone;
|
PhoneApp.java | 17 package com.android.phone; 26 * Top-level Application class for the Phone app. 39 // global phone state.
|
PhoneInterfaceManager.java | 17 package com.android.phone; 67 import com.android.internal.telephony.Phone; 146 private Phone mPhone; 214 * A handler that processes messages on the main thread in the phone process. Since many 215 * of the Phone calls are not thread safe this is needed to shuttle the requests from the 216 * inbound binder threads to the main thread in the phone process. The Binder thread 237 final Phone phone = getPhoneFromRequest(request); local 238 request.result = phone != null ? 280 Phone phone = getPhone(end_subId) local 1016 final Phone phone = getPhone(subId); local 1035 final Phone phone = getPhone(subId); local 1054 final Phone phone = getPhone(subId); local 1220 final Phone phone = getPhone(subId); local 1240 final Phone phone = getPhone(subId); local 1255 final Phone phone = getPhone(subId); local 1267 final Phone phone = getPhone(subId); local 1284 Phone phone = PhoneFactory.getPhone(i); local 1300 Phone phone = PhoneFactory.getPhone(phoneId); local 1312 final Phone phone = getPhone(subId); local 1326 final Phone phone = getPhone(subId); local 1340 final Phone phone = getPhone(subId); local 1353 final Phone phone = getPhone(subId); local 1383 Phone phone = getPhone(mSubscriptionController.getDefaultDataSubId()); local 1393 Phone phone = getPhone(mSubscriptionController.getDefaultDataSubId()); local 1415 Phone phone = getPhone(mSubscriptionController.getDefaultDataSubId()); local 1450 final Phone phone = getPhone(subId); local 1465 final Phone phone = getPhone(subId); local 1653 final Phone phone = getPhone(subId); local 1674 final Phone phone = getPhone(subId); local 1697 final Phone phone = getPhone(subId); local 1718 final Phone phone = getPhone(subId); local 1732 final Phone phone = getPhone(subId); local 1746 final Phone phone = getPhone(subId); local 1784 final Phone phone = getPhone(subId); local 1800 final Phone phone = getPhone(getDefaultSubscription()); local 1817 final Phone phone = getPhone(subId); local 1842 final Phone phone = getPhone(subId); local 1859 final Phone phone = getPhone(subId); local 1881 final Phone phone = getPhone(subId[0]); local 1909 final Phone phone = getPhone(subId); local 2284 Phone phone = PhoneFactory.getPhone(phoneId); local 2313 Phone phone = PhoneFactory.getPhone(phoneId); local 2381 final Phone phone = getPhone(subId); local 2401 final Phone phone = getPhone(subId); local 2667 final Phone phone = PhoneFactory.getPhone(0); local [all...] |
PhoneUtils.java | 17 package com.android.phone; 60 import com.android.internal.telephony.Phone; 66 import com.android.phone.CallGatewayManager.RawGatewayInfo; 73 * Misc utilities for the Phone app. 93 // State of the Phone's audio modes 96 static final int AUDIO_IDLE = 0; /** audio behaviour at phone idle */ 110 /** Phone state changed event*/ 116 /** poll phone DISCONNECTING status interval */ 119 /** poll phone DISCONNECTING status times limit */ 184 * Register the ConnectionHandler with the phone, to receive connection event 214 final Phone phone = ringingCall.getPhone(); local 2047 Phone phone = cm.getActiveFgCall().getPhone(); local 2266 Phone phone = getSipPhoneFromUri(cm, primarySipUri); local 2492 Phone phone = getPhoneFromIccId(handle.getId()); local [all...] |
CallController.java | 17 package com.android.phone; 20 import com.android.internal.telephony.Phone; 23 import com.android.phone.CallGatewayManager.RawGatewayInfo; 24 import com.android.phone.Constants.CallStatusCode; 39 * Phone app module in charge of "call control". 176 * (4) Here in CallController.placeCall() we read the phone number or SIP 232 Phone phone = mApp.mCM.getDefaultPhone(); local 233 if (TelephonyCapabilities.supportsOtasp(phone)) { 241 // phone app that we're dealing with a new connectio 299 Phone phone = null; 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...] |
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sms/ |
OmtpCvvmMessageSender.java | 16 package com.android.phone.vvm.omtp.sms; 22 import com.android.phone.vvm.omtp.OmtpConstants;
|
/packages/services/Telephony/src/com/android/services/telephony/ |
TelephonyGlobals.java | 21 import com.android.internal.telephony.Phone; 32 * app - running as the default user. {@link com.android.phone.PhoneApp} determines whether or not 42 // For supporting MSIM phone, change Phone and TtyManager as 1 to 1 63 Phone[] phones = PhoneFactory.getPhones(); 64 for (Phone phone : phones) { 65 mTtyManagers.add(new TtyManager(mContext, phone));
|
EmergencyCallHelper.java | 30 import com.android.internal.telephony.Phone; 65 Phone phone = (Phone) args.arg1; 70 startSequenceInternal(phone, callback); 87 private Phone mPhone; // The phone that will attempt to place the call. 110 public void startTurnOnRadioSequence(Phone phone, Callback callback) { 114 args.arg1 = phone; [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
VelocityTrackerFactory.java | 17 package com.android.systemui.statusbar.phone;
|
/packages/services/Telephony/src/com/android/phone/common/mail/internet/ |
BinaryTempFileBody.java | 16 package com.android.phone.common.mail.internet; 18 import com.android.phone.common.mail.Body; 19 import com.android.phone.common.mail.MessagingException; 20 import com.android.phone.common.mail.TempDirectory;
|
MimeBodyPart.java | 16 package com.android.phone.common.mail.internet; 18 import com.android.phone.common.mail.Body; 19 import com.android.phone.common.mail.BodyPart; 20 import com.android.phone.common.mail.MessagingException; 90 if (body instanceof com.android.phone.common.mail.Multipart) { 91 com.android.phone.common.mail.Multipart multipart = 92 ((com.android.phone.common.mail.Multipart)body);
|
/packages/services/Telephony/src/com/android/phone/common/mail/utility/ |
EOLConvertingOutputStream.java | 16 package com.android.phone.common.mail.utility;
|
/packages/services/Telephony/src/com/android/phone/settings/ |
CallForwardInfoUtil.java | 17 package com.android.phone.settings; 24 import com.android.internal.telephony.Phone; 25 import com.android.phone.PhoneGlobals; 74 * Sets the call forwarding option on the phone, with the command interface action set to the 77 public static void setCallForwardingOption(Phone phone, CallForwardInfo info, Message message) { 82 phone.setCallForwardingOption(commandInterfaceCfAction,
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
URLParser.java | 371 * Parser for the base phone number. 404 * Parser for the local phone #. 536 // JvB: Need to handle 'phone-context' specially 542 // Handle 'phone-context' specially, it may start with '+' 543 if ( pname.equalsIgnoreCase("phone-context")) { 566 * Parses the 'phone-context' parameter in tel: URLs 581 throw new ParseException( "Invalid phone-context:" + la , -1 ); 583 return new NameValue( "phone-context", value, false );
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
DcTesterDeactivateAll.java | 68 DcTesterDeactivateAll(PhoneBase phone, DcController dcc, Handler handler) { 69 mPhone = phone; 81 phone.getContext().registerReceiver(sIntentReceiver, filter, null, handler);
|
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/ |
DigitsEditText.java | 17 package com.android.phone.common.dialpad; 30 import com.android.phone.common.R; 31 import com.android.phone.common.widget.ResizingTextEditText;
|
/packages/apps/PhoneCommon/src/com/android/phone/common/widget/ |
ResizingTextEditText.java | 17 package com.android.phone.common.widget; 24 import com.android.phone.common.R; 25 import com.android.phone.common.util.ViewUtil;
|
ResizingTextTextView.java | 17 package com.android.phone.common.widget; 24 import com.android.phone.common.R; 25 import com.android.phone.common.util.ViewUtil;
|
/packages/services/Telephony/src/com/android/phone/vvm/omtp/imap/ |
ImapHelper.java | 16 package com.android.phone.vvm.omtp.imap; 25 import com.android.phone.PhoneUtils; 26 import com.android.phone.common.mail.Address; 27 import com.android.phone.common.mail.Body; 28 import com.android.phone.common.mail.BodyPart; 29 import com.android.phone.common.mail.FetchProfile; 30 import com.android.phone.common.mail.Flag; 31 import com.android.phone.common.mail.Message; 32 import com.android.phone.common.mail.MessagingException; 33 import com.android.phone.common.mail.Multipart [all...] |
/packages/services/Telephony/src/com/android/phone/common/mail/store/ |
ImapConnection.java | 16 package com.android.phone.common.mail.store; 20 import com.android.phone.common.mail.AuthenticationFailedException; 21 import com.android.phone.common.mail.CertificateValidationException; 22 import com.android.phone.common.mail.MailTransport; 23 import com.android.phone.common.mail.MessagingException; 24 import com.android.phone.common.mail.store.imap.ImapConstants; 25 import com.android.phone.common.mail.store.imap.ImapResponse; 26 import com.android.phone.common.mail.store.imap.ImapResponseParser; 27 import com.android.phone.common.mail.store.imap.ImapUtility; 28 import com.android.phone.common.mail.utils.LogUtils [all...] |
ImapStore.java | 17 package com.android.phone.common.mail.store; 22 import com.android.phone.common.mail.internet.MimeMessage; 23 import com.android.phone.common.mail.MailTransport; 24 import com.android.phone.common.mail.Message; 25 import com.android.phone.common.mail.MessagingException; 26 import com.android.phone.common.mail.store.ImapFolder;
|
/packages/services/Telephony/tests/src/com/android/phone/tests/ |
CallDialTest.java | 17 package com.android.phone.tests; 113 // Get a phone number or SIP address from the EditText widget 153 // Get a phone number from the EditText widget 158 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone")); local 159 log("- phone: " + phone); 161 phone.call(getPackageName(), number); 171 // Get a phone number from the EditText widget 176 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone")) local [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaInboundSmsHandler.java | 59 PhoneBase phone, CdmaSMSDispatcher smsDispatcher) { 60 super("CdmaInboundSmsHandler", context, storageMonitor, phone, 61 CellBroadcastHandler.makeCellBroadcastHandler(context, phone)); 64 phone.mCi); 65 phone.mCi.setOnNewCdmaSms(getHandler(), EVENT_NEW_SMS, null); 84 SmsStorageMonitor storageMonitor, PhoneBase phone, CdmaSMSDispatcher smsDispatcher) { 86 phone, smsDispatcher); 212 * Called when the phone changes the default method updates mPhone 216 * @param phone 219 protected void onUpdatePhoneObject(PhoneBase phone) { [all...] |