HomeSort by relevance Sort by last modified time
    Searched refs:phone (Results 176 - 200 of 438) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/services/Telephony/src/com/android/phone/
Profiler.java 17 package com.android.phone;
26 * Profiling utilities for the Phone app.
44 // panel" in the Phone UI any more; incoming calls just go straight to the
CallFeaturesSetting.java 17 package com.android.phone;
51 import com.android.internal.telephony.Phone;
53 import com.android.phone.common.util.SettingsUtil;
54 import com.android.phone.settings.AccountSelectionPreference;
55 import com.android.phone.settings.PhoneAccountSettingsFragment;
56 import com.android.phone.settings.VoicemailSettingsActivity;
57 import com.android.phone.settings.fdn.FdnSetting;
67 * This preference screen is the root of the "Call settings" hierarchy available from the Phone
68 * app; the settings here let you control various features related to phone calls (including
70 * voice-capable phone devices
    [all...]
NetworkSetting.java 17 package com.android.phone;
42 import com.android.internal.telephony.Phone;
52 * "Networks" settings UI for the Phone app.
57 private static final String LOG_TAG = "phone";
205 Phone phone = PhoneFactory.getPhone(mPhoneId); local
206 if (phone != null) {
207 phone.selectNetworkManually(mNetworkMap.get(selectedCarrier), msg);
211 log("Error selecting network. phone is null.");
524 Phone phone = PhoneFactory.getPhone(mPhoneId) local
    [all...]
CallForwardEditPreference.java 1 package com.android.phone;
6 import com.android.internal.telephony.Phone;
22 import static com.android.phone.TimeConsumingPreferenceActivity.RESPONSE_ERROR;
23 import static com.android.phone.TimeConsumingPreferenceActivity.EXCEPTION_ERROR;
42 private Phone mPhone;
66 void init(TimeConsumingPreferenceListener listener, boolean skipReading, Phone phone) {
67 mPhone = phone;
127 // the interface of Phone.setCallForwardingOption has error:
CarrierConfigLoader.java 17 package com.android.phone;
56 import com.android.internal.telephony.Phone;
87 // The context for phone app, passed from PhoneGlobals.
359 * This is only done once, at startup, from {@link com.android.phone.PhoneApp#onCreate}.
383 log("Binding to " + pkgName + " for phone " + phoneId);
408 Phone phone = PhoneFactory.getPhone(phoneId); local
409 if (phone != null) {
410 imsi = phone.getSubscriberId();
411 gid1 = phone.getGroupIdLevel1()
434 Phone phone = PhoneFactory.getPhone(phoneId); local
    [all...]
OutgoingCallBroadcaster.java 17 package com.android.phone;
45 import com.android.internal.telephony.Phone;
52 * contains the phone number being dialed. Applications can use this intent to (1) see which numbers
76 public static final String ACTION_SIP_SELECT_PHONE = "com.android.phone.SIP_SELECT_PHONE";
77 public static final String EXTRA_ALREADY_CALLED = "android.phone.extra.ALREADY_CALLED";
78 public static final String EXTRA_ORIGINAL_URI = "android.phone.extra.ORIGINAL_URI";
79 public static final String EXTRA_NEW_CALL_INTENT = "android.phone.extra.NEW_CALL_INTENT";
80 public static final String EXTRA_SIP_PHONE_URI = "android.phone.extra.SIP_PHONE_URI";
82 "android.phone.extra.ACTUAL_NUMBER_TO_DIAL";
84 "android.phone.extra.THIRD_PARTY_CALL_COMPONENT"
191 final Phone phone = PhoneGlobals.getPhone(); local
    [all...]
OtaUtils.java 17 package com.android.phone;
19 import com.android.internal.telephony.Phone;
23 import com.android.phone.OtaUtils.CdmaOtaInCallScreenUiState.State;
87 "com.android.phone.PERFORM_CDMA_PROVISIONING";
91 "com.android.phone.PERFORM_VOICELESS_CDMA_PROVISIONING";
95 "com.android.phone.DISPLAY_ACTIVATION_SCREEN";
100 "com.android.phone.VOICELESS_PROVISIONING_OFFER_DONTSHOW";
120 // PendingIntent which the phone app can use to send a result code
207 * true IFF the current device is a voice-capable phone.
231 Phone phone = PhoneGlobals.getPhone() local
396 Phone phone = PhoneGlobals.getPhone(); local
439 Phone phone = app.mCM.getDefaultPhone(); local
    [all...]
  /packages/services/Telephony/src/com/android/phone/common/mail/
MessagingException.java 17 package com.android.phone.common.mail;
  /packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
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;
  /packages/services/Telephony/src/com/android/phone/common/mail/utils/
Utility.java 16 package com.android.phone.common.mail.utils;
  /packages/services/Telephony/src/com/android/services/telephony/activation/
SimActivationActivity.java 26 import com.android.phone.PhoneGlobals;
  /packages/services/Telephony/src/org/apache/james/mime4j/field/
DateTimeField.java 24 import com.android.phone.common.mail.utils.LogUtils;
  /packages/services/Telephony/tests/src/com/android/phone/tests/
SendInstantTextTestService.java 17 package com.android.phone.tests;
52 // Phone app uses Toast to show confirmation, which overlaps with this message.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcController.java 82 //mExecutingCarrierChange tracks whether the phone is currently executing
90 * @param phone the phone associated with Dcc and Dct
94 private DcController(String name, PhoneBase phone, DcTrackerBase dct,
99 mPhone = phone;
112 mTelephonyManager = (TelephonyManager) phone.getContext().getSystemService(Context.TELEPHONY_SERVICE);
119 static DcController makeDcc(PhoneBase phone, DcTrackerBase dct, Handler handler) {
120 DcController dcc = new DcController("Dcc", phone, dct, handler);
DcRetryAlarmController.java 78 DcRetryAlarmController(PhoneBase phone, DataConnection dc) {
80 mPhone = phone;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmMmiCode.java 188 newFromDialString(String dialString, GSMPhone phone, UiccCardApplication app) {
196 ret = new GsmMmiCode(phone, app);
213 ret = new GsmMmiCode(phone, app);
221 ret = new GsmMmiCode(phone, app);
223 } else if (isTwoDigitShortCode(phone.getContext(), dialString)) {
226 } else if (isShortCode(dialString, phone)) {
228 ret = new GsmMmiCode(phone, app);
237 boolean isUssdRequest, GSMPhone phone, UiccCardApplication app) {
240 ret = new GsmMmiCode(phone, app);
257 GSMPhone phone,
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneMmiCode.java 52 import com.android.internal.telephony.Phone;
232 newFromDialString(String dialString, ImsPhone phone) {
240 ret = new ImsPhoneMmiCode(phone);
257 ret = new ImsPhoneMmiCode(phone);
265 ret = new ImsPhoneMmiCode(phone);
267 } else if (isTwoDigitShortCode(phone.getContext(), dialString)) {
270 } else if (isShortCode(dialString, phone)) {
272 ret = new ImsPhoneMmiCode(phone);
281 boolean isUssdRequest, ImsPhone phone) {
284 ret = new ImsPhoneMmiCode(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;
177 } else if (Phone.CONTENT_ITEM_TYPE.equals(mimetype)) {
211 if (info.phone == null || cursor.getInt(SplitQuery.IS_PRIMARY) != 0) {
212 info.phone = cursor.getString(SplitQuery.PHONE)
    [all...]
  /packages/services/Telephony/src/com/android/phone/common/mail/internet/
MimeMessage.java 16 package com.android.phone.common.mail.internet;
18 import com.android.phone.common.mail.Address;
19 import com.android.phone.common.mail.Body;
20 import com.android.phone.common.mail.BodyPart;
21 import com.android.phone.common.mail.Message;
22 import com.android.phone.common.mail.MessagingException;
23 import com.android.phone.common.mail.Multipart;
24 import com.android.phone.common.mail.Part;
25 import com.android.phone.common.mail.utils.LogUtils;
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactDeltaListTests.java 31 import android.provider.ContactsContract.CommonDataKinds.Phone;
153 values.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
154 values.put(Phone.NUMBER, value);
155 values.put(Phone.TYPE, Phone.TYPE_HOME);
378 final ValuesDelta phone = getPhone(first, CONTACT_BOB, PHONE_RED); local
379 phone.put(Phone.NUMBER, TEST_PHONE);
384 buildOper(Data.CONTENT_URI, TYPE_UPDATE, phone.getAfter()),
392 buildOper(Data.CONTENT_URI, TYPE_UPDATE, phone.getAfter())
403 final ValuesDelta phone = getPhone(first, CONTACT_BOB, PHONE_RED); local
429 final ValuesDelta phone = getPhone(first, CONTACT_BOB, PHONE_RED); local
529 final ValuesDelta phone = getPhone(first, CONTACT_MARY, PHONE_RED); local
    [all...]
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/
OmtpVvmSyncService.java 16 package com.android.phone.vvm.omtp.sync;
34 import com.android.phone.PhoneUtils;
35 import com.android.phone.settings.VisualVoicemailSettingsUtil;
36 import com.android.phone.vvm.omtp.LocalLogHelper;
37 import com.android.phone.vvm.omtp.OmtpVvmCarrierConfigHelper;
38 import com.android.phone.vvm.omtp.imap.ImapHelper;
105 * @param phoneAccount The phone account for which to cancel syncs.
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java 970 String phone = c.getString(fi.mSmsColAddress); local
978 String phone; local
1088 String phone = c.getString(fi.mSmsColAddress); local
1096 String phone; local
1415 String phone = getAddressMms(mResolver, id, MMS_TO); local
1439 String phone = fi.mPhoneNum; local
1451 String phone = c.getString(c.getColumnIndex(Sms.ADDRESS)); local
1495 String phone = getAddressMms(mResolver, id, MMS_FROM); local
1519 String phone = c.getString(c.getColumnIndex(Sms.ADDRESS)); local
1537 String phone = fi.mPhoneNum; local
3420 String phone = c.getString(c.getColumnIndex(Sms.ADDRESS)); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
DataConnectionStats.java 54 TelephonyManager phone = local
56 phone.listen(mPhoneStateListener,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
UiccPhoneBookController.java 27 import com.android.internal.telephony.Phone;
36 private Phone[] mPhone;
39 public UiccPhoneBookController(Phone[] phone) {
43 mPhone = phone;
134 * get phone book interface manager proxy object based on subscription.
  /packages/apps/Contacts/
Android.mk 19 --extra-packages com.android.phone.common \

Completed in 1494 milliseconds

1 2 3 4 5 6 78 91011>>