Searched defs:phone (Results 26 - 50 of 103) sorted by relevance

12345

/packages/apps/Phone/src/com/android/phone/
H A DGsmUmtsOptions.java17 package com.android.phone;
58 log("Not a GSM phone");
63 log("Not a CDMA phone");
H A DOtaStartupReceiver.java17 package com.android.phone;
39 * Handles OTA Start procedure at phone power up. At phone power up, if phone is not OTA
41 * OTA Activation screen is shown that helps user activate the phone
89 Phone phone = PhoneGlobals.getPhone();
90 phone.unregisterForServiceStateChanged(this);
136 Phone phone = PhoneGlobals.getPhone();
139 phone.registerForServiceStateChanged(mHandler, SERVICE_STATE_CHANGED, null);
143 // The following depends on the phone proces
[all...]
H A DSipBroadcastReceiver.java17 package com.android.phone;
24 import com.android.phone.sip.SipProfileDb;
25 import com.android.phone.sip.SipSharedPreferences;
59 SipPhone phone = PhoneFactory.makeSipPhone(localSipUri);
60 if (phone != null) {
61 CallManager.getInstance().registerPhone(phone);
63 if (DBG) log("onReceive: add phone" + localSipUri + " #phones="
68 if (DBG) log("onReceive: remove phone: " + localSipUri + " #phones="
80 for (Phone phone : CallManager.getInstance().getAllPhones()) {
81 if (phone
[all...]
H A DUse2GOnlyCheckBoxPreference.java17 package com.android.phone;
H A DBitmapUtils.java17 package com.android.phone;
H A DCLIRListPreference.java1 package com.android.phone;
3 import static com.android.phone.TimeConsumingPreferenceActivity.RESPONSE_ERROR;
H A DCallController.java17 package com.android.phone;
23 import com.android.phone.Constants.CallStatusCode;
24 import com.android.phone.InCallUiState.InCallScreenMode;
25 import com.android.phone.OtaUtils.CdmaOtaScreenState;
173 * (4) Here in CallController.placeCall() we read the phone number or SIP
231 Phone phone = mApp.mCM.getDefaultPhone();
232 if (TelephonyCapabilities.supportsOtasp(phone)) {
240 // phone app that we're dealing with a new connection
243 // by the PhoneUtils phone state change handler.)
274 // Notify the phone ap
[all...]
H A DCallLogger.java17 package com.android.phone;
24 import com.android.phone.common.CallLogAsync;
59 final Phone phone = c.getCall().getPhone();
76 final boolean isOtaspNumber = TelephonyCapabilities.supportsOtasp(phone)
77 && phone.isOtaSpNumber(number);
139 * @param conn The phone connection.
155 * Retrieve the phone number from the caller info or the connection.
161 * If CallerInfo is missing the phone number, get it from the connection.
164 * @param conn The phone connection.
166 * @return the phone numbe
[all...]
H A DCallWaitingCheckBoxPreference.java1 package com.android.phone;
6 import static com.android.phone.TimeConsumingPreferenceActivity.RESPONSE_ERROR;
H A DCdmaPhoneCallState.java17 package com.android.phone;
28 * call or phone state of OFFHOOK, but in more complex conditions e.g. when phone is already
H A DCdmaSubscriptionListPreference.java17 package com.android.phone;
H A DCdmaSystemSelectListPreference.java17 package com.android.phone;
H A DConstants.java17 package com.android.phone;
20 * App-wide constants and enums for the phone app.
23 * the com.android.phone package should be defined here. (Constants that
33 * or "exceptional conditions" that can occur when making a phone
72 * The supplied CALL Intent didn't contain a valid phone number.
77 * Our initial phone number was actually an MMI sequence.
117 * where the phone disallows data connections over the cell
119 * call. If the phone is in ECM and you dial a non-emergency
143 // Dtmf tone type setting value for CDMA phone
H A DEditPinPreference.java17 package com.android.phone;
H A DEmergencyCallbackModeService.java17 package com.android.phone;
76 // Check if it is CDMA phone
116 // Stop the service when phone exits Emergency Callback Mode
H A DEnableFdnScreen.java17 package com.android.phone;
H A DEnableIccPinScreen.java17 package com.android.phone;
H A DFdnList.java17 package com.android.phone;
H A DGsmUmtsAdditionalCallOptions.java1 package com.android.phone;
H A DNetworkQueryService.java17 package com.android.phone;
58 /** local handle to the phone object */
H A DProfiler.java17 package com.android.phone;
H A DSpecialCharSequenceMgr.java17 package com.android.phone;
132 // your phone, and need to change the PIN! The only way to do
167 // if the phone is keyguard-restricted, then just ignore this
169 // exposed unless the phone is unlocked, and this code can be
181 intent.setClassName("com.android.phone",
182 "com.android.phone.SimContacts");
201 boolean isMMIHandled = app.phone.handlePinMmi(input);
204 // phone app that an attempt to unPUK the device was
229 Phone phone = PhoneGlobals.getPhone();
230 int labelId = TelephonyCapabilities.getDeviceIdLabel(phone);
[all...]
/packages/apps/Phone/tests/src/com/android/phone/tests/
H A DCallDialTest.java17 package com.android.phone.tests;
36 import com.android.phone.Constants;
113 // Get a phone number or SIP address from the EditText widget
153 // Get a phone number from the EditText widget
158 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone"));
159 log("- phone: " + phone);
161 phone.call(getPackageName(), number);
171 // Get a phone numbe
[all...]
/packages/apps/Phone/src/com/android/phone/sip/
H A DSipProfileDb.java17 package com.android.phone.sip;
H A DSipSharedPreferences.java17 package com.android.phone.sip;
19 import com.android.phone.R;

Completed in 169 milliseconds

12345