HomeSort by relevance Sort by last modified time
    Searched refs:phone (Results 76 - 100 of 579) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/services/Telephony/
Android.mk 3 # Build the Phone app which includes the emergency dialer. See Contacts
20 src/com/android/phone/EventLogTags.logtags \
21 src/com/android/phone/INetworkQueryService.aidl \
22 src/com/android/phone/INetworkQueryServiceCallback.aidl
27 --extra-packages com.android.phone.common \
  /packages/services/Telephony/src/com/android/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...]
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.
  /packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
ImapSimpleString.java 17 package com.android.phone.common.mail.store.imap;
19 import com.android.phone.vvm.omtp.VvmLog;
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/
VvmBootCompletedReceiver.java 17 package com.android.phone.vvm.omtp;
25 import com.android.phone.vvm.omtp.utils.PhoneAccountHandleConverter;
28 * Upon boot iterate through all callable phone account to activate visual voicemail. This happens
55 VvmLog.e(TAG, "phone account " + handle + " has invalid subId " + subId);
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/scheduling/
BlockerTask.java 17 package com.android.phone.vvm.omtp.scheduling;
22 import com.android.phone.vvm.omtp.VvmLog;
MinimalIntervalPolicy.java 17 package com.android.phone.vvm.omtp.scheduling;
21 import com.android.phone.vvm.omtp.scheduling.Task.TaskId;
PostponePolicy.java 17 package com.android.phone.vvm.omtp.scheduling;
21 import com.android.phone.vvm.omtp.VvmLog;
RetryPolicy.java 17 package com.android.phone.vvm.omtp.scheduling;
21 import com.android.phone.VoicemailStatus;
22 import com.android.phone.vvm.omtp.VvmLog;
23 import com.android.phone.vvm.omtp.utils.PhoneAccountHandleConverter;
75 VvmLog.e(TAG, "null phone account for subId " + task.getSubId());
  /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/
EmergencyCallStateListener.java 28 import com.android.internal.telephony.Phone;
33 * Helper class that listens to a Phone's radio state and sends a callback when the radio state of
34 * that Phone is either "in service" or "emergency calls only."
64 Phone phone = (Phone) args.arg1;
67 startSequenceInternal(phone, callback);
87 private Phone mPhone; // The phone that will attempt to place the call.
104 public void waitForRadioOn(Phone phone, Callback callback)
    [all...]
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));
  /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;
  /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,
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/
OmtpVvmSyncService.java 16 package com.android.phone.vvm.omtp.sync;
25 import com.android.phone.Assert;
26 import com.android.phone.PhoneUtils;
27 import com.android.phone.VoicemailStatus;
28 import com.android.phone.settings.VisualVoicemailSettingsUtil;
29 import com.android.phone.vvm.omtp.ActivationTask;
30 import com.android.phone.vvm.omtp.OmtpEvents;
31 import com.android.phone.vvm.omtp.OmtpVvmCarrierConfigHelper;
32 import com.android.phone.vvm.omtp.VvmLog;
33 import com.android.phone.vvm.omtp.fetch.VoicemailFetchedCallback
    [all...]
VvmNetworkRequest.java 17 package com.android.phone.vvm.omtp.sync;
22 import com.android.phone.VoicemailStatus;
23 import com.android.phone.vvm.omtp.OmtpVvmCarrierConfigHelper;
24 import com.android.phone.vvm.omtp.VvmLog;
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
LockScreenInfoTest.java 51 final String phone = new String(Character.toChars(0x1F4F1)); local
52 setLockInfo(smiley + phone + "\t" + phone + smiley);
  /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 27 import com.android.internal.telephony.Phone;
38 private Phone mPhone;
68 DcTesterDeactivateAll(Phone 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;

Completed in 621 milliseconds

1 2 34 5 6 7 8 91011>>