HomeSort by relevance Sort by last modified time
    Searched refs:phone (Results 26 - 50 of 213) sorted by null

12 3 4 5 6 7 8 9

  /packages/apps/Phone/src/com/android/phone/
CallController.java 17 package com.android.phone;
20 import com.android.internal.telephony.Phone;
22 import com.android.phone.Constants.CallStatusCode;
23 import com.android.phone.InCallUiState.InCallScreenMode;
24 import com.android.phone.OtaUtils.CdmaOtaScreenState;
38 * Phone app module in charge of "call control".
169 * (4) Here in CallController.placeCall() we read the phone number or SIP
227 Phone phone = mApp.mCM.getDefaultPhone(); local
228 if (TelephonyCapabilities.supportsOtasp(phone)) {
333 Phone phone = null; local
    [all...]
InCallScreenShowActivation.java 17 package com.android.phone;
26 import com.android.internal.telephony.Phone;
30 * Invisible activity that handles the com.android.phone.PERFORM_CDMA_PROVISIONING intent.
60 Phone phone = app.getPhone(); local
61 if (!TelephonyCapabilities.supportsOtasp(phone)) {
CallerInfoCacheUpdateReceiver.java 17 package com.android.phone;
37 "com.android.phone.UPDATE_CALLER_INFO_CACHE";
DefaultRingtonePreference.java 17 package com.android.phone;
GsmUmtsCallOptions.java 17 package com.android.phone;
25 import com.android.internal.telephony.Phone;
37 if (PhoneApp.getPhone().getPhoneType() != Phone.PHONE_TYPE_GSM) {
TelephonyDebugService.java 17 package com.android.phone;
DataUsage.java 17 package com.android.phone;
19 import com.android.phone.R;
PhoneUtils.java 17 package com.android.phone;
61 import com.android.internal.telephony.Phone;
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*/
141 // (a racing condition based on which phone changes firstly)
189 if (cm.getState() != Phone.State.IDLE) {
214 * Register the ConnectionHandler with the phone, to receive connection events
252 final Phone phone = ringing.getPhone() local
811 Phone phone = PhoneApp.getInstance().mCM.getFgPhone(); local
2260 Phone phone = cm.getActiveFgCall().getPhone(); local
2571 Phone phone = getSipPhoneFromUri(cm, primarySipUri); local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmDataConnection.java 26 import com.android.internal.telephony.Phone;
44 private GsmDataConnection(PhoneBase phone, String name, int id, RetryManager rm,
46 super(phone, name, id, rm, dct);
52 * @param phone the Phone
57 static GsmDataConnection makeDataConnection(PhoneBase phone, int id, RetryManager rm,
62 GsmDataConnection gsmDc = new GsmDataConnection(phone, "GsmDC-" + mCount, id, rm, dct);
99 if (phone.getServiceState().getRoaming()) {
105 phone.mCM.setupDataCall(
132 && !phone.isDnsCheckDisabled())
    [all...]
GsmMmiCode.java 111 GSMPhone phone; field in class:GsmMmiCode
176 newFromDialString(String dialString, GSMPhone phone) {
184 ret = new GsmMmiCode(phone);
199 ret = new GsmMmiCode(phone);
201 } else if (isTwoDigitShortCode(phone.getContext(), dialString)) {
204 } else if (isShortCode(dialString, phone)) {
206 ret = new GsmMmiCode(phone);
215 boolean isUssdRequest, GSMPhone phone) {
218 ret = new GsmMmiCode(phone);
234 static GsmMmiCode newFromUssdUserInput(String ussdMessge, GSMPhone phone) {
    [all...]
GsmServiceStateTracker.java 26 import com.android.internal.telephony.Phone;
80 GSMPhone phone; field in class:GsmServiceStateTracker
195 public GsmServiceStateTracker(GSMPhone phone) {
198 this.phone = phone;
199 cm = phone.mCM;
207 (PowerManager)phone.getContext().getSystemService(Context.POWER_SERVICE);
217 phone.getIccCard().registerForReady(this, EVENT_SIM_READY, null);
221 phone.getContext().getContentResolver(),
225 cr = phone.getContext().getContentResolver()
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityDeltaTests.java 35 import android.provider.ContactsContract.CommonDataKinds.Phone;
73 final ContentValues phone = new ContentValues(); local
74 phone.put(Data._ID, phoneId);
75 phone.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
76 phone.put(Phone.NUMBER, TEST_PHONE_NUMBER_1);
77 phone.put(Phone.TYPE, Phone.TYPE_HOME)
106 final ContentValues phone = new ContentValues(); local
223 final ContentValues phone = new ContentValues(); local
263 final ContentValues phone = new ContentValues(); local
388 final ContentValues phone = new ContentValues(); local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneFactory.java 37 static final String LOG_TAG = "PHONE";
43 static private Phone sProxyPhone = null;
65 synchronized(Phone.class) {
104 if (BaseCommands.getLteOnCdmaModeStatic() == Phone.LTE_ON_CDMA_TRUE) {
105 preferredNetworkMode = Phone.NT_MODE_GLOBAL;
118 case Phone.LTE_ON_CDMA_FALSE:
122 case Phone.LTE_ON_CDMA_TRUE:
126 case Phone.LTE_ON_CDMA_UNKNOWN:
141 if (phoneType == Phone.PHONE_TYPE_GSM) {
145 } else if (phoneType == Phone.PHONE_TYPE_CDMA)
216 Phone phone; local
236 Phone phone = new GSMPhone(sContext, sCommandsInterface, sPhoneNotifier); local
    [all...]
IccPhoneBookInterfaceManager.java 36 protected PhoneBase phone; field in class:IccPhoneBookInterfaceManager
104 public IccPhoneBookInterfaceManager(PhoneBase phone) {
105 this.phone = phone;
146 if (phone.getContext().checkCallingOrSelfPermission(
177 * phone book or erase/format the whole phonebook. Currently the email field
194 if (phone.getContext().checkCallingOrSelfPermission(
238 if (phone.getContext().checkCallingOrSelfPermission(
282 if (phone.getIccCard().isApplicationOnIcc(IccCardApplication.AppType.APPTYPE_USIM)) {
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List7.java 26 import android.provider.ContactsContract.CommonDataKinds.Phone;
43 Phone._ID,
44 Phone.TYPE,
45 Phone.LABEL,
46 Phone.NUMBER,
47 Phone.DISPLAY_NAME
58 mPhone = (TextView) findViewById(R.id.phone);
62 // This query will only return contacts with phone numbers
63 Cursor c = getContentResolver().query(Phone.CONTENT_URI,
64 PHONE_PROJECTION, Phone.NUMBER + " NOT NULL", null, null)
84 String phone = c.getString(COLUMN_PHONE_NUMBER); local
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_common_test.cc 39 const char* phone, const char* fax) {
51 check_and_set(profile, PHONE_HOME_WHOLE_NUMBER, phone);
60 const char* phone, const char* fax) {
65 phone, fax);
autofill_ie_toolbar_import_win.cc 217 // Combine phones into whole phone #.
218 string16 phone; local
219 phone = profile.GetInfo(PHONE_HOME_COUNTRY_CODE);
220 phone.append(profile.GetInfo(PHONE_HOME_CITY_CODE));
221 phone.append(profile.GetInfo(PHONE_HOME_NUMBER));
222 profile.SetInfo(PHONE_HOME_WHOLE_NUMBER, phone);
223 phone = profile.GetInfo(PHONE_FAX_COUNTRY_CODE);
224 phone.append(profile.GetInfo(PHONE_FAX_CITY_CODE));
225 phone.append(profile.GetInfo(PHONE_FAX_NUMBER));
226 profile.SetInfo(PHONE_FAX_WHOLE_NUMBER, phone);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
CloseDragHandle.java 17 package com.android.systemui.statusbar.phone;
TickerView.java 17 package com.android.systemui.statusbar.phone;
  /packages/apps/Mms/src/com/android/mms/ui/
RecipientsAdapter.java 31 import android.provider.ContactsContract.CommonDataKinds.Phone;
55 Phone._ID, // 0
56 Phone.CONTACT_ID, // 1
57 Phone.TYPE, // 2
58 Phone.NUMBER, // 3
59 Phone.LABEL, // 4
60 Phone.DISPLAY_NAME, // 5
61 Phone.NORMALIZED_NUMBER, // 6
65 + Contacts.DISPLAY_NAME + "," + Phone.TYPE;
95 CharSequence displayLabel = Phone.getDisplayLabel(mContext, type, label)
162 String phone = ""; local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 26 import com.android.internal.telephony.Phone;
70 CDMAPhone phone; field in class:CdmaServiceStateTracker
164 public CdmaServiceStateTracker(CDMAPhone phone) {
167 this.phone = phone;
168 cr = phone.getContext().getContentResolver();
169 cm = phone.mCM;
176 mCdmaSSM = CdmaSubscriptionSourceManager.getInstance(phone.getContext(), cm, this,
182 (PowerManager)phone.getContext().getSystemService(Context.POWER_SERVICE);
192 phone.registerForEriFileLoaded(this, EVENT_ERI_FILE_LOADED, null)
    [all...]
CdmaCallTracker.java 34 import com.android.internal.telephony.Phone;
79 CDMAPhone phone; field in class:CdmaCallTracker
84 Phone.State state = Phone.State.IDLE;
95 CdmaCallTracker(CDMAPhone phone) {
96 this.phone = phone;
97 cm = phone.mCM;
140 if (state != Phone.State.IDLE) {
196 PhoneNumberUtils.isLocalEmergencyNumber(dialString, phone.getContext())
    [all...]
  /external/chromium/third_party/libjingle/source/talk/
libjingle.scons 61 "session/phone/libudevsymboltable.cc",
62 "session/phone/v4llookup.cc",
67 "session/phone/devicemanager_mac.mm",
164 "session/phone/audiomonitor.cc",
165 "session/phone/call.cc",
166 "session/phone/channel.cc",
167 "session/phone/channelmanager.cc",
168 "session/phone/codec.cc",
169 "session/phone/devicemanager.cc",
170 "session/phone/filemediaengine.cc"
    [all...]
  /packages/apps/Contacts/
Android.mk 9 com.android.phone.common \
  /packages/apps/Phone/tests/src/com/android/phone/unit/
CnapTest.java 18 package com.android.phone;
24 import com.android.phone.PhoneUtils;
36 // TODO: This string should be loaded from the phone package and

Completed in 385 milliseconds

12 3 4 5 6 7 8 9