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

12 3 4 5 6 7 8 91011>>

  /packages/services/Telephony/src/com/android/phone/
CarrierLogo.java 17 package com.android.phone;
SipUtil.java 17 package com.android.phone;
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;
25 import com.android.phone.ErrorDialogActivity;
26 import com.android.phone.OtaUtils.CdmaOtaScreenState;
42 * Phone app module in charge of "call control".
178 * (4) Here in CallController.placeCall() we read the phone number or SIP
234 Phone phone = mApp.mCM.getDefaultPhone() local
301 Phone phone = null; local
    [all...]
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;
TelephonyDebugService.java 17 package com.android.phone;
  /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/base/telephony/java/android/telephony/
CellLocation.java 43 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.getService("phone")); local
44 if (phone != null) {
45 phone.updateServiceLocation();
88 * location, or null for unknown/none phone radio types.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyTester.java 29 * Telephony tester receives the following intents where {name} is the phone name
59 TelephonyTester(PhoneBase phone) {
60 mPhone = phone;
71 phone.getContext().registerReceiver(mIntentReceiver, filter, null, mPhone.getHandler());
ImsSMSDispatcher.java 52 public ImsSMSDispatcher(PhoneBase phone, SmsStorageMonitor storageMonitor,
54 super(phone, usageMonitor);
59 mCdmaDispatcher = new CdmaSMSDispatcher(phone,
61 mGsmInboundSmsHandler = GsmInboundSmsHandler.makeInboundSmsHandler(phone.getContext(),
62 storageMonitor, phone);
63 mCdmaInboundSmsHandler = CdmaInboundSmsHandler.makeInboundSmsHandler(phone.getContext(),
64 storageMonitor, phone, (CdmaSMSDispatcher) mCdmaDispatcher);
65 mGsmDispatcher = new GsmSMSDispatcher(phone,
67 Thread broadcastThread = new Thread(new SmsBroadcastUndelivered(phone.getContext(),
75 /* Updates the phone object when there is a change *
    [all...]
PhoneFactory.java 45 static private Phone sProxyPhone = null;
64 synchronized(Phone.class) {
104 preferredNetworkMode = Phone.NT_MODE_GLOBAL;
155 public static Phone getDefaultPhone() {
167 public static Phone getCdmaPhone() {
168 Phone phone; local
172 phone = new CDMALTEPhone(sContext, sCommandsInterface, sPhoneNotifier);
178 phone = new CDMAPhone(sContext, sCommandsInterface, sPhoneNotifier);
183 return phone;
188 Phone phone = new GSMPhone(sContext, sCommandsInterface, sPhoneNotifier); local
    [all...]
  /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);
DcTesterFailBringUpAll.java 77 DcTesterFailBringUpAll(PhoneBase phone, Handler handler) {
78 mPhone = phone;
91 phone.getContext().registerReceiver(mIntentReceiver, filter, null, handler);
  /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...]
  /external/libppp/src/
cbcp.c 69 *cbcp->fsm.phone = '\0';
260 char list[sizeof cbcp->fsm.phone], *next;
269 strncpy(list, cbcp->fsm.phone, sizeof list - 1);
320 !auth_SetPhoneList(cbcp->p->dl->peer.authname, cbcp->fsm.phone,
321 sizeof cbcp->fsm.phone)) {
322 strncpy(cbcp->fsm.phone, cbcp->p->dl->cfg.cbcp.phone,
323 sizeof cbcp->fsm.phone - 1);
324 cbcp->fsm.phone[sizeof cbcp->fsm.phone - 1] = '\0'
    [all...]
datalink.c 126 dl->phone.chosen = "N/A";
129 log_Printf(LogPHASE, "Call peer back on %s\n", dl->cbcp.fsm.phone);
131 strncpy(dl->cfg.phone.list, dl->cbcp.fsm.phone,
132 sizeof dl->cfg.phone.list - 1);
133 dl->cfg.phone.list[sizeof dl->cfg.phone.list - 1] = '\0';
134 dl->phone.alt = dl->phone.next = NULL;
179 if (dl->phone.next == NULL
191 char *phone; local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
TickerView.java 17 package com.android.systemui.statusbar.phone;
  /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...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
RuimPhoneBookInterfaceManager.java 36 public RuimPhoneBookInterfaceManager(CDMAPhone phone) {
37 super(phone);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SimPhoneBookInterfaceManager.java 36 public SimPhoneBookInterfaceManager(GSMPhone phone) {
37 super(phone);
GsmCellBroadcastHandler.java 47 protected GsmCellBroadcastHandler(Context context, PhoneBase phone) {
49 mPhone = phone;
50 phone.mCi.setOnNewGsmBroadcastSms(getHandler(), EVENT_NEW_SMS_MESSAGE, null);
65 PhoneBase phone) {
66 GsmCellBroadcastHandler handler = new GsmCellBroadcastHandler(context, phone);
  /packages/services/Telephony/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 1054 milliseconds

12 3 4 5 6 7 8 91011>>