Searched defs:phone (Results 76 - 100 of 103) sorted by relevance

12345

/packages/apps/Phone/src/com/android/phone/
H A DManageConferenceUtils.java17 package com.android.phone;
350 // get the phone state change event triggered by the call to
H A DMobileNetworkSettings.java17 package com.android.phone;
50 * tablets as well as regular phone devices.
52 * Note that this PreferenceActivity is part of the phone app, even though
253 throw new IllegalStateException("Unexpected phone type: " + phoneType);
550 // If the phone exits from ECM mode, show the CDMA Options
H A DNetworkSetting.java17 package com.android.phone;
52 private static final String LOG_TAG = "phone";
H A DSimContacts.java17 package com.android.phone;
H A DSipCallOptionHandler.java17 package com.android.phone;
22 import com.android.phone.sip.SipProfileDb;
23 import com.android.phone.sip.SipSettings;
24 import com.android.phone.sip.SipSharedPreferences;
53 * Activity that selects the proper phone type for an outgoing call.
56 * for an outgoing phone call, depending on the outgoing "number" (which
124 // of whether the data is a SIP address or a regular phone
315 if (DBG) Log.v(TAG, "User pick phone " + selection);
357 // Create the phone since we can not find it in CallManager
360 Phone phone
[all...]
H A DCallNotifier.java17 package com.android.phone;
58 * Phone app module that listens for phone state changes and various other
189 /* package */ static CallNotifier init(PhoneGlobals app, Phone phone, Ringer ringer, argument
193 sInstance = new CallNotifier(app, phone, ringer, callLogger);
202 private CallNotifier(PhoneGlobals app, Phone phone, Ringer ringer, CallLogger callLogger) { argument
291 onMwiChanged(mApplication.phone.getMessageWaitingIndicator());
397 Phone phone = ringing.getPhone();
400 if (ignoreAllIncomingCalls(phone)) {
501 private boolean ignoreAllIncomingCalls(Phone phone) { argument
514 if (PhoneUtils.isPhoneInEcm(phone)) {
[all...]
H A DPhoneUtils.java17 package com.android.phone;
94 static final int AUDIO_IDLE = 0; /** audio behaviour at phone idle */
134 // (a racing condition based on which phone changes firstly)
194 * Register the ConnectionHandler with the phone, to receive connection events
228 final Phone phone = ringingCall.getPhone();
229 final boolean phoneIsCdma = (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA);
285 // Check is phone in any dock, and turn on speaker accordingly
286 final boolean speakerActivated = activateSpeakerIfDocked(phone);
288 // When answering a phone call, the user will move the phone nea
418 hangupRingingAndActive(Phone phone) argument
579 placeCall(Context context, Phone phone, String number, Uri contactRef, boolean isEmergencyCall, Uri gatewayUri) argument
753 sendEmptyFlash(Phone phone) argument
947 displayMMIComplete(final Phone phone, Context context, final MmiCode mmiCode, Message dismissCallbackMessage, AlertDialog previousAlert) argument
1142 cancelMmiCode(Phone phone) argument
1924 setMuteInternal(Phone phone, boolean muted) argument
2005 handleHeadsetHook(Phone phone, KeyEvent event) argument
2095 hasDisconnectedConnections(Phone phone) argument
2436 activateSpeakerIfDocked(Phone phone) argument
2456 isPhoneInEcm(Phone phone) argument
2556 dumpCallState(Phone phone) argument
[all...]
H A DEditFdnContactScreen.java17 package com.android.phone;
84 /** projection for phone number query */
87 /** static intent to invoke phone number picker */
374 // an inappropriate phone number.
H A DEditPhoneNumberPreference.java17 package com.android.phone;
127 //get the edit phone number default settings
321 // phone numbers and calling the close action listener.
363 // return the phone number, after it has been stripped of all
368 /** The phone number including any formatting characters */
373 //set the phone number value.
H A DEmergencyDialer.java17 package com.android.phone;
46 import com.android.phone.common.HapticFeedback;
72 public static final String ACTION_DIAL = "com.android.phone.EmergencyDialer.DIAL";
210 // Extract phone number from intent
306 // if we are adding a call from the InCallScreen and the phone
561 * The tone is played locally, using the audio stream for phone calls.
573 // Also do nothing if the phone is in silent mode.
H A DInCallTouchUi.java17 package com.android.phone;
53 import com.android.phone.InCallUiState.InCallScreenMode;
220 * the current state of the phone.
247 // A phone call is ringing *or* call waiting.
249 // Watch out: even if the phone state is RINGING, it's
262 // UI even if the phone is still in the RINGING state.
337 // accidentally touch the system bar while pulling the phone
352 // in-call audio, namely when the phone is OFFHOOK (not RINGING), *and*
495 throw new IllegalStateException("Unexpected phone type: " + phoneType);
524 throw new IllegalStateException("Unexpected phone typ
[all...]
H A DRespondViaSmsManager.java17 package com.android.phone;
183 // stash away the call's phone number, since we can't necessarily
597 // There's no other phone call to interact. Exit the entire in-call screen.
600 // The user is still in the middle of other phone calls, so we should keep the
825 // not a regular PSTN phone number, and we can't send SMSes to
851 // tell whether a given number is a mobile phone or not. So in that
H A DBluetoothPhoneService.java17 package com.android.phone;
129 // Use the service state of default phone as BT service state to
211 //Unregister all events from the old obsolete phone
216 //Register all events new to the new active phone
280 // to the phone when the 2nd MO call goes through the
301 // the phone when a user merges a 3way call or swaps
348 Phone phone = mCM.getDefaultPhone();
349 int phoneType = phone.getPhoneType();
358 Log.e(TAG, "Unexpected phone type: " + phoneType);
416 // find phone numbe
[all...]
H A DCellBroadcastSms.java18 package com.android.phone;
H A DNotificationMgr.java17 package com.android.phone;
144 mPhone = app.phone; // TODO: better style to use mCM.getDefaultPhone() everywhere instead
180 * while a phone call is active
231 * pulling the phone out of your pocket.)
265 * Makes sure phone-related notifications are up to date on a
290 // case even if the phone app crashes.
385 log("contact :" + n.name + " found for phone: " + n.number
467 * @param number the phone number. Note that this may be a non-callable String like "Unknown",
707 * Updates the phone app's status bar notification based on the
708 * current telephony state, or cancels the notification if the phone
[all...]
H A DInCallScreen.java17 package com.android.phone;
73 import com.android.phone.Constants.CallStatusCode;
74 import com.android.phone.InCallUiState.InCallScreenMode;
75 import com.android.phone.OtaUtils.CdmaOtaScreenState;
98 static final String SHOW_DIALPAD_EXTRA = "com.android.phone.ShowDialpad";
109 "com.android.phone.extra.GATEWAY_PROVIDER_PACKAGE";
114 * (phone gateway URL should start with the 'tel:' scheme) that
121 "com.android.phone.extra.GATEWAY_URI";
170 public static final String ACTION_UNDEFINED = "com.android.phone.InCallScreen.UNDEFINED";
180 * There was no phone stat
544 setPhone(Phone phone) argument
[all...]
H A DPhoneGlobals.java17 package com.android.phone;
71 import com.android.phone.common.CallLogAsync;
72 import com.android.phone.OtaUtils.CdmaOtaScreenState;
77 * phone process.
90 * Most individual classes in the phone app have a local DBG constant,
144 "com.android.phone.ACTION_HANG_UP_ONGOING_CALL";
147 * Intent Action used for making a phone call from Notification bar.
151 "com.android.phone.ACTION_CALL_BACK_FROM_NOTIFICATION";
158 "com.android.phone.ACTION_SEND_SMS_FROM_NOTIFICATION";
164 Phone phone; field in class:PhoneGlobals
[all...]
H A DOtaUtils.java17 package com.android.phone;
23 import com.android.phone.OtaUtils.CdmaOtaInCallScreenUiState.State;
88 "com.android.phone.PERFORM_CDMA_PROVISIONING";
92 "com.android.phone.PERFORM_VOICELESS_CDMA_PROVISIONING";
96 "com.android.phone.DISPLAY_ACTIVATION_SCREEN";
101 "com.android.phone.VOICELESS_PROVISIONING_OFFER_DONTSHOW";
121 // PendingIntent which the phone app can use to send a result code
212 * true IFF the current device is a voice-capable phone.
288 Phone phone = app.phone;
[all...]
H A DCallFeaturesSetting.java17 package com.android.phone;
68 import com.android.phone.sip.SipSharedPreferences;
82 * features related to phone calls (including voicemail settings, SIP
84 * on voice-capable phone devices.
86 * Note that this activity is part of the package com.android.phone, even
93 * @see com.android.phone.MobileNetworkSettings
109 "com.android.phone.CallFeaturesSetting.ADD_VOICEMAIL";
113 "com.android.phone.CallFeaturesSetting.CONFIGURE_VOICEMAIL";
115 public static final String VM_NUMBER_EXTRA = "com.android.phone.VoicemailNumber";
117 public static final String FWD_NUMBER_EXTRA = "com.android.phone
[all...]
/packages/apps/Phone/src/com/android/phone/sip/
H A DSipSettings.java17 package com.android.phone.sip;
22 import com.android.phone.CallFeaturesSetting;
23 import com.android.phone.R;
24 import com.android.phone.SipUtil;
H A DSipEditor.java17 package com.android.phone.sip;
22 import com.android.phone.R;
23 import com.android.phone.SipUtil;
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DLegacyContactsProviderTest.java213 // Remove the primary phone number
221 // Remove the remaining phone number
408 // Access the phone through People
760 boolean phone, boolean email, String query, boolean expectIcon1Uri, String expectedIcon2,
813 if (phone) {
759 assertSearchSuggestion(boolean name, boolean photo, boolean organization, boolean phone, boolean email, String query, boolean expectIcon1Uri, String expectedIcon2, String expectedText1, String expectedText2) argument
H A DBaseContactsProvider2Test.java1269 private final String phone; field in class:BaseContactsProvider2Test.GoldenContact
1283 phone = builder.phone;
1356 * Returns the contact's phone number
1359 return phone;
1388 private String phone; field in class:BaseContactsProvider2Test.GoldenContactBuilder
1450 * The contact's phone number.
1452 public GoldenContactBuilder phone(String value) { method in class:BaseContactsProvider2Test.GoldenContactBuilder
1453 phone = value;
1491 if (phone !
[all...]
/packages/apps/Settings/src/com/android/settings/
H A DRadioInfo.java69 private final String TAG = "phone";
128 private Phone phone = null; field in class:RadioInfo
210 phone.getPreferredNetworkType(
251 phone = PhoneFactory.getDefaultPhone();
327 phone.getPreferredNetworkType(
329 phone.getNeighboringCids(
360 log("onResume: register phone & data intents");
376 log("onPause: unregister phone & data intents");
424 return phone.getServiceState().getState() != ServiceState.STATE_POWER_OFF;
440 dnsCheckState.setText(phone
[all...]
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
H A DContactsSyncAdapter.java397 String phone; field in class:ContactsSyncAdapter.PhoneRow
401 phone = _phone;
407 builder.withValue(Im.DATA, phone);
413 return type == _type && phone.equalsIgnoreCase(value);
1348 public void addPhone(Entity entity, int type, String phone) { argument
1351 if (cv != null && cvCompareString(cv, Phone.NUMBER, phone)) {
1355 builder.withValue(Phone.NUMBER, phone);

Completed in 303 milliseconds

12345