/packages/apps/Phone/src/com/android/phone/ |
InCallScreen.java | 17 package com.android.phone; 71 import com.android.internal.telephony.Phone; 72 import com.android.phone.OtaUtils.CdmaOtaInCallScreenUiState; 73 import com.android.phone.OtaUtils.CdmaOtaScreenState; 78 * Phone app "in call" screen. 95 static final String SHOW_DIALPAD_EXTRA = "com.android.phone.ShowDialpad"; 106 "com.android.phone.extra.GATEWAY_PROVIDER_PACKAGE"; 111 * (phone gateway URL should start with the 'tel:' scheme) that 118 "com.android.phone.extra.GATEWAY_URI"; 177 "com.android.phone.InCallScreen.SHOW_ACTIVATION" 2515 Phone phone = null; local 3593 Phone phone = mCM.getRingingPhone(); local [all...] |
InCallTouchUi.java | 17 package com.android.phone; 37 import com.android.internal.telephony.Phone; 61 // Phone app instance 187 if (PhoneApp.getPhone().getPhoneType() == Phone.PHONE_TYPE_CDMA) { 228 * the current state of the phone. 238 Phone.State state = cm.getState(); // IDLE, RINGING, or OFFHOOK 252 // A phone call is ringing *or* call waiting. 254 // Watch out: even if the phone state is RINGING, it's 267 // UI even if the phone is still in the RINGING state. 295 // TODO change the phone to CallManage [all...] |
EnableFdnScreen.java | 17 package com.android.phone; 33 import com.android.internal.telephony.Phone; 49 private Phone mPhone;
|
EnableIccPinScreen.java | 17 package com.android.phone; 33 import com.android.internal.telephony.Phone; 49 private Phone mPhone;
|
GsmUmtsCallForwardOptions.java | 1 package com.android.phone; 8 import android.provider.ContactsContract.CommonDataKinds.Phone; 21 private static final String NUM_PROJECTION[] = {Phone.NUMBER};
|
/external/srec/doc/logs/srec/ |
out_SHIP_bothtags5.txt | 331 C: phone delete VCE_Pete_Gonzalez 337 TRANSCRIPTION : 'phone delete VCE_Pete_Gonzalez' 338 LITERAL[ 0] : 'phone delete VCE_Pete_Gonzalez' 347 C: phone delete VCE_Peter_Wilson 353 TRANSCRIPTION : 'phone delete VCE_Peter_Wilson' 354 LITERAL[ 0] : 'phone delete VCE_Peter_Wilson' 363 C: phone delete VCE_Edgar_Young 369 TRANSCRIPTION : 'phone delete VCE_Edgar_Young' 370 LITERAL[ 0] : 'phone delete VCE_Edgar_Young' 379 C: phone delete VCE_Andrew_Evan [all...] |
out_SHIP_bothtags5_from_saved.txt | 332 C: phone delete VCE_Pete_Gonzalez 338 TRANSCRIPTION : 'phone delete VCE_Pete_Gonzalez' 339 LITERAL[ 0] : 'phone delete VCE_Pete_Gonzalez' 348 C: phone delete VCE_Peter_Wilson 354 TRANSCRIPTION : 'phone delete VCE_Peter_Wilson' 355 LITERAL[ 0] : 'phone delete VCE_Peter_Wilson' 364 C: phone delete VCE_Edgar_Young 370 TRANSCRIPTION : 'phone delete VCE_Edgar_Young' 371 LITERAL[ 0] : 'phone delete VCE_Edgar_Young' 380 C: phone delete VCE_Andrew_Evan [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
IccFileHandler.java | 93 protected PhoneBase phone; field in class:IccFileHandler 123 protected IccFileHandler(PhoneBase phone) { 125 this.phone = phone; 148 phone.mCM.iccIO(COMMAND_GET_RESPONSE, fileid, getEFPath(fileid), 167 phone.mCM.iccIO(COMMAND_GET_RESPONSE, IccConstants.EF_IMG, "img", 185 phone.mCM.iccIO(COMMAND_GET_RESPONSE, fileid, getEFPath(fileid), 202 phone.mCM.iccIO(COMMAND_GET_RESPONSE, fileid, getEFPath(fileid), 220 phone.mCM.iccIO(COMMAND_GET_RESPONSE, fileid, getEFPath(fileid), 239 phone.mCM.iccIO(COMMAND_READ_BINARY, fileid, "img", highOffset, lowOffset [all...] |
PhoneProxy.java | 42 public class PhoneProxy extends Handler implements Phone { 45 private Phone mActivePhone; 55 private static final String LOG_TAG = "PHONE"; 58 public PhoneProxy(Phone phone) { 59 mActivePhone = phone; 63 phone.getIccSmsInterfaceManager()); 65 phone.getIccPhoneBookInterfaceManager()); 66 mPhoneSubInfoProxy = new PhoneSubInfoProxy(phone.getPhoneSubInfo()); 76 //switch Phone from CDMA to GSM or vice vers [all...] |
PhoneBase.java | 47 * A base implementation for the com.android.internal.telephony.Phone interface. 49 * Note that implementations of Phone.java are expected to be used 57 public abstract class PhoneBase extends Handler implements Phone { 58 private static final String LOG_TAG = "PHONE"; 251 Phone.State state = getState(); 253 && ((state == Phone.State.RINGING) || (state == Phone.State.IDLE))) { 264 if (getState() == Phone.State.RINGING) { 312 * Subclasses of Phone probably want to replace this with a 467 * Subclasses of Phone probably want to replace this with [all...] |
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
GSMPhoneTest.java | 34 import com.android.internal.telephony.Phone; 97 // wait until we get phone in both voice and data service 147 assertEquals(Phone.State.IDLE, mGSMPhone.getState()); 166 assertEquals(Phone.State.OFFHOOK, mGSMPhone.getState()); 171 assertEquals(Phone.State.OFFHOOK, mGSMPhone.getState()); 208 assertEquals(Phone.State.OFFHOOK, mGSMPhone.getState()); 235 assertEquals(Phone.State.OFFHOOK, mGSMPhone.getState()); 260 assertEquals(Phone.State.IDLE, mGSMPhone.getState()); 284 assertEquals(Phone.State.IDLE, mGSMPhone.getState()); 300 // cn left over from before phone.clearDisconnected() [all...] |
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ |
ContactManager.java | 30 import android.provider.ContactsContract.CommonDataKinds.Phone; 153 user.getEmail()).addPhone(user.getCellPhone(), Phone.TYPE_MOBILE) 154 .addPhone(user.getHomePhone(), Phone.TYPE_OTHER).addProfileAction( 199 else if (mimeType.equals(Phone.CONTENT_ITEM_TYPE)) { 202 if (type == Phone.TYPE_MOBILE) { 206 } else if (type == Phone.TYPE_OTHER) { 223 // Add the cell phone, if present and not updated above 225 contactOp.addPhone(user.getCellPhone(), Phone.TYPE_MOBILE); 228 // Add the other phone, if present and not updated above 230 contactOp.addPhone(user.getHomePhone(), Phone.TYPE_OTHER) [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
RuimRecords.java | 79 adnCache = new AdnRecordCache(phone); 99 phone.mCM.unregisterForRUIMReady(this); 100 phone.mCM.unregisterForOffOrNotAvailable( this); 101 phone.mCM.unSetOnIccRefresh(this); 296 ((CDMAPhone) phone).mRuimCard.broadcastIccStateChangedIntent( 305 ((CDMAPhone) phone).mRuimCard.broadcastIccStateChangedIntent( 310 phone.mCM.getCDMASubscription(obtainMessage(EVENT_GET_CDMA_SUBSCRIPTION_DONE)); 320 phone.getIccFileHandler().loadEFTransparent(EF_ICCID, 350 ((CDMAPhone) phone).notifyMessageWaitingIndicator(); 372 phone.mCM.setRadioPower(false, null) [all...] |
/frameworks/base/core/java/android/provider/ |
CallLog.java | 52 * The content:// style URL for filtering this table on phone numbers 85 * The phone number as the user entered it. 109 * The cached name associated with the phone number, if it exists. 118 * phone number, if it exists. 127 * phone number, if it exists. 140 * @param number the phone number to be added to the calls db 194 * @return The last phone number dialed (outgoing) or an empty
|
/packages/apps/Contacts/res/values/ |
strings.xml | 25 <!-- Title for the activity that dials the phone. This is the name 27 <string name="launcherDialer">Phone</string> 105 <!-- Menu item used to send an SMS or MMS message to a specific phone number or a contacts default phone number --> 114 <!-- Menu item that makes a phone the default for a contact. The default number used when you 225 <!-- Header that expands to list all of the types of phone numbers when editing or creating a phone number for a contact --> 226 <string name="phoneLabelsGroup">Phone</string> 248 <string name="photoPickerNotFoundText">No pictures are available on the phone.</string> 253 <!-- Title of the dialog used to set a custom label for a contact detail, like a phone number or email address [all...] |
/packages/apps/Settings/res/values/ |
strings.xml | 28 <!-- Phone info --> 29 <!-- Phone Info screen. Button label to turn on the radio . Only shown in diagnostic screen, so precise translation is not needed. --> 31 <!-- Phone Info screen. Button label to turn off the radio . Only shown in diagnostic screen, so precise translation is not needed. --> 34 <!-- Phone Info screen. Menu item label. Used for diagnostic info screens, precise translation isn't needed --> 36 <!-- Phone Info screen. Menu item label. Used for diagnostic info screens, precise translation isn't needed --> 38 <!-- Phone Info screen. Menu item label. Used for diagnostic info screens, precise translation isn't needed --> 40 <!-- Phone Info screen. Menu item label. Used for diagnostic info screens, precise translation isn't needed --> 43 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed --> 45 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed --> 47 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -- [all...] |
/frameworks/base/services/java/com/android/server/ |
TelephonyRegistry.java | 43 import com.android.internal.telephony.Phone; 48 * Since phone process can be restarted, this class provides a centralized place 117 // Note that location can be null for non-phone builds like 537 intent.putExtra(Phone.STATE_KEY, DefaultPhoneNotifier.convertCallState(state).toString()); 552 intent.putExtra(Phone.STATE_KEY, DefaultPhoneNotifier.convertDataState(state).toString()); 554 intent.putExtra(Phone.NETWORK_UNAVAILABLE_KEY, true); 557 intent.putExtra(Phone.STATE_CHANGE_REASON_KEY, reason); 559 intent.putExtra(Phone.DATA_APN_KEY, apn); 567 intent.putExtra(Phone.DATA_APN_TYPES_KEY, types); 568 intent.putExtra(Phone.DATA_IFACE_NAME_KEY, interfaceName) [all...] |
/packages/apps/Contacts/src/com/android/contacts/ui/widget/ |
ReadOnlyContactEditorView.java | 35 import android.provider.ContactsContract.CommonDataKinds.Phone; 157 ArrayList<ValuesDelta> phones = state.getMimeEntries(Phone.CONTENT_ITEM_TYPE); 159 for (ValuesDelta phone : phones) { 166 v.setText(PhoneNumberUtils.formatNumber(phone.getAsString(Phone.NUMBER)));
|
/packages/apps/Settings/src/com/android/settings/ |
BandMode.java | 5 import com.android.internal.telephony.Phone; 34 private static final String LOG_TAG = "phone"; 54 private Phone mPhone = null; 101 private int mBandMode = Phone.BM_UNSPECIFIED; 158 for (int i=0; i<Phone.BM_BOUNDARY; i++) {
|
/frameworks/base/core/res/res/values/ |
strings.xml | 47 <!-- How to display the lack of a phone number --> 48 <string name="emptyPhoneNumber">(No phone number)</string> 67 <!-- Displayed when a phone feature such as call barring was activated. --> 72 <!-- Displayed when a phone feature such as call forwarding was deactivated. --> 74 <!-- Displayed when a phone property such as a SIM password was registered. --> 76 <!-- Displayed when a phone property such as a SIM password was erased. --> 80 <!-- Displayed when a phone feature triggered by an MMI code is complete. --> 191 cfTemplateRegistered and cfTemplateRegisteredTime mean that a phone number 206 <!-- Displayed when a feature code (non-phone number) is dialed and completes successfully. --> 208 <!-- Displayed when a feature code (non-phone number) is dialed and completes unsuccessfully. -- [all...] |
/development/samples/BusinessCard/src/com/example/android/businesscard/ |
BusinessCardActivity.java | 31 * and phone number. The user taps on the Pick Contact button to bring up 34 * contact's name and phone number. When the query completes, the activity displays 116 * Displays contact information: name and phone number.
|
/development/samples/ContactManager/src/com/example/android/contactmanager/ |
ContactAdder.java | 89 // Also, be aware that type IDs differ between Phone and Email, and MUST be computed 92 mContactPhoneTypes.add(ContactsContract.CommonDataKinds.Phone.TYPE_HOME); 93 mContactPhoneTypes.add(ContactsContract.CommonDataKinds.Phone.TYPE_WORK); 94 mContactPhoneTypes.add(ContactsContract.CommonDataKinds.Phone.TYPE_MOBILE); 95 mContactPhoneTypes.add(ContactsContract.CommonDataKinds.Phone.TYPE_OTHER); 107 // Populate list of account types for phone 114 adapter.add(ContactsContract.CommonDataKinds.Phone.getTypeLabel( 173 String phone = mContactPhoneEditText.getText().toString(); local 199 ContactsContract.CommonDataKinds.Phone.CONTENT_ITEM_TYPE) 200 .withValue(ContactsContract.CommonDataKinds.Phone.NUMBER, phone [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
ApnSetting.java | 108 if (t.equals(type) || t.equals(Phone.APN_TYPE_ALL) || 109 (t.equals(Phone.APN_TYPE_DEFAULT) && 110 type.equals(Phone.APN_TYPE_HIPRI))) {
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
TransactionSettings.java | 25 import com.android.internal.telephony.Phone; 79 if (isValidApnType(cursor.getString(COLUMN_TYPE), Phone.APN_TYPE_MMS)) { 144 if (t.equals(requestType) || t.equals(Phone.APN_TYPE_ALL)) {
|
/packages/apps/Phone/res/layout-long-finger/ |
dialpad.xml | 17 <!-- Dialpad in the Phone app. 21 <com.android.phone.ButtonGridLayout xmlns:android="http://schemas.android.com/apk/res/android" 115 </com.android.phone.ButtonGridLayout>
|