/packages/apps/Phone/src/com/android/phone/ |
CallNotifier.java | 17 package com.android.phone; 27 import com.android.internal.telephony.Phone; 54 * Phone app module that listens for phone state changes and various other 119 // Events from the Phone object: 178 public CallNotifier(PhoneApp app, Phone phone, Ringer ringer, 226 if ((pb.getState() == Phone.State.RINGING) 263 onMwiChanged(mApplication.phone.getMessageWaitingIndicator()); 365 Phone phone = ringing.getPhone() local 1046 final Phone phone = c.getCall().getPhone(); local [all...] |
SipCallOptionHandler.java | 17 package com.android.phone; 20 import com.android.internal.telephony.Phone; 22 import com.android.phone.sip.SipProfileDb; 23 import com.android.phone.sip.SipSettings; 24 import com.android.phone.sip.SipSharedPreferences; 51 * SipCallOptionHandler select the sip phone based on the call option. 92 // of whether the data is a SIP address or a regular phone 260 Log.v(TAG, "User pick phone " + selection); 302 // Create the phone since we can not find it in CallManager 305 Phone phone = PhoneFactory.makeSipPhone(p.getUriString()) local [all...] |
Ringer.java | 17 package com.android.phone; 35 import com.android.internal.telephony.Phone; 37 * Ringer manager for the Phone app. 73 * @parameter Phone, the new active phone for the appropriate radio 76 void updateRingerContextAfterRadioTechnologyChange(Phone phone) { 78 mContext = phone.getContext(); 266 * in makeLooper(). This uri is defaulted to the phone-wide
|
PhoneInterfaceManager.java | 17 package com.android.phone; 37 import com.android.internal.telephony.Phone; 59 Phone mPhone; 79 * A handler that processes messages on the main thread in the phone process. Since many 80 * of the Phone calls are not thread safe this is needed to shuttle the requests from the 81 * inbound binder threads to the main thread in the phone process. The Binder thread 142 if (phoneType == Phone.PHONE_TYPE_CDMA) { 146 } else if (phoneType == Phone.PHONE_TYPE_GSM) { 147 // GSM: End the call as per the Phone state 150 throw new IllegalStateException("Unexpected phone type: " + phoneType) [all...] |
Profiler.java | 17 package com.android.phone; 26 * Profiling utilities for the Phone app. 44 // panel" in the Phone UI any more; incoming calls just go straight to the
|
SimContacts.java | 17 package com.android.phone; 39 import android.provider.ContactsContract.CommonDataKinds.Phone; 57 * SIM Address Book UI for the Phone app. 79 phoneType = Phone.TYPE_WORK; 81 phoneType = Phone.TYPE_MOBILE; 83 phoneType = Phone.TYPE_HOME; 85 phoneType = Phone.TYPE_OTHER; 89 phoneType = Phone.TYPE_OTHER; 190 builder.withValueBackReference(Phone.RAW_CONTACT_ID, 0); 191 builder.withValue(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE) [all...] |
CallCard.java | 17 package com.android.phone; 42 import com.android.internal.telephony.Phone; 66 // Phone app instance 87 // including photo / name / phone number / etc. 182 // "Caller info" area, including photo / name / phone numbers / etc 203 * current state of the phone. 208 // Update some internal state based on the current state of the phone. 211 // the callcard based on the current phone state: set the overall 215 Phone.State state = cm.getState(); // IDLE, RINGING, or OFFHOOK 227 // A phone call is ringing, call waiting *or* being rejecte 287 Phone phone = fgCall.getPhone(); local [all...] |
InCallMenu.java | 17 package com.android.phone; 24 import com.android.internal.telephony.Phone; 33 * the Phone. 40 private static final String LOG_TAG = "PHONE/InCallMenu"; 220 int phoneType = app.phone.getPhoneType(); 221 if ((phoneType == Phone.PHONE_TYPE_GSM) 237 if (phoneType == Phone.PHONE_TYPE_CDMA) { 241 if ((phoneType == Phone.PHONE_TYPE_GSM) 256 * InCallMenuView based on the current state of the Phone. 269 // If the phone is totally idle (like in the "call ended" state [all...] |
OtaUtils.java | 17 package com.android.phone; 19 import com.android.internal.telephony.Phone; 20 import com.android.phone.OtaUtils.CdmaOtaInCallScreenUiState.State; 148 * Returns true if the phone needs activation. 150 * @param minString the phone's MIN configuration string 151 * @return true if phone needs activation 175 Phone phone = app.phone; local 178 if (DBG) Log.v("OtaUtils", "Can't run provisioning on a non-CDMA phone"); [all...] |
/frameworks/base/core/tests/coretests/src/android/pim/vcard/ |
VCardImporterTests.java | 31 import android.provider.ContactsContract.CommonDataKinds.Phone; [all...] |
VCardJapanizationTests.java | 26 import android.provider.ContactsContract.CommonDataKinds.Phone; 363 entry.addContentValues(Phone.CONTENT_ITEM_TYPE) 364 .put(Phone.NUMBER, "0312341234") 365 .put(Phone.TYPE, Phone.TYPE_HOME); 366 entry.addContentValues(Phone.CONTENT_ITEM_TYPE) 367 .put(Phone.NUMBER, "09012341234") 368 .put(Phone.TYPE, Phone.TYPE_MOBILE); 385 entry.addContentValues(Phone.CONTENT_ITEM_TYPE [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmConnection.java | 171 // On mobile originated (MO) calls, the phone number may have changed 175 // and therefore don't need to compare the phone number anyway. 178 // ... but we can compare phone numbers on MT calls, and we have 310 if (Phone.DEBUG_PHONE) { 367 GSMPhone phone = owner.phone; local 368 int serviceState = phone.getServiceState().getState(); 374 } else if (phone.getIccCard().getState() != SimCard.State.READY) { 377 if (phone.mSST.rs.isCsRestricted()) { 379 } else if (phone.mSST.rs.isCsEmergencyRestricted()) [all...] |
SIMRecords.java | 149 adnCache = new AdnRecordCache(phone); 173 phone.mCM.unregisterForSIMReady(this); 174 phone.mCM.unregisterForOffOrNotAvailable( this); 175 phone.mCM.unSetOnIccRefresh(this); 198 phone.setSystemProperty(PROPERTY_ICC_OPERATOR_NUMERIC, null); 199 phone.setSystemProperty(PROPERTY_ICC_OPERATOR_ALPHA, null); 200 phone.setSystemProperty(PROPERTY_ICC_OPERATOR_ISO_COUNTRY, null); 246 new AdnRecordLoader(phone).updateEF(adn, EF_MSISDN, EF_EXT1, 1, null, 298 new AdnRecordLoader(phone).updateEF(adn, EF_MBDN, EF_EXT6, 304 new AdnRecordLoader(phone).updateEF(adn, EF_MAILBOX_CPHS [all...] |
GsmServiceStateTracker.java | 73 GSMPhone phone; field in class:GsmServiceStateTracker 187 public GsmServiceStateTracker(GSMPhone phone) { 190 this.phone = phone; 191 cm = phone.mCM; 200 (PowerManager)phone.getContext().getSystemService(Context.POWER_SERVICE); 214 phone.getContext().getContentResolver(), 218 cr = phone.getContext().getContentResolver(); 228 phone.getContext().registerReceiver(mIntentReceiver, filter); 238 phone.mSIMRecords.unregisterForRecordsLoaded(this) [all...] |
/development/simulator/app/ |
PhoneCollection.cpp | 46 * might hold phone data. 57 fprintf(stderr, "ERROR: unable to scan directory '%s' for phone data\n", 111 fprintf(stderr, "ERROR: no phone data found in '%s'\n", directory); 122 * doesn't require messing up the phone's title string. 131 fprintf(stderr, "Sim: Abandoning phone '%s'\n", strArr.getEntry(i)); 147 * Return the Nth member of the phone data array. (Replace w/Vector.) 162 * Return the entry whose phone data name matches "name".
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
ITelephony.aidl | 24 * Interface used to interact with the phone. Mostly this is used by the 107 * @return true if the phone state is OFFHOOK. 112 * Check if an incoming phone call is ringing or call waiting. 113 * @return true if the phone state is RINGING. 118 * Check if the phone is idle. 119 * @return true if the phone state is IDLE. 218 * Returns the current active phone type as integer.
|
IccPhoneBookInterfaceManager.java | 35 protected PhoneBase phone; field in class:IccPhoneBookInterfaceManager 94 public IccPhoneBookInterfaceManager(PhoneBase phone) { 95 this.phone = phone; 136 if (phone.getContext().checkCallingOrSelfPermission( 167 * phone book or erase/format the whole phonebook. Currently the email field 184 if (phone.getContext().checkCallingOrSelfPermission( 231 if (phone.getContext().checkCallingOrSelfPermission( 268 if (phone.getIccCard().isApplicationOnIcc(IccCardApplication.AppType.APPTYPE_USIM)) {
|
TelephonyIntents.java | 29 * Broadcast Action: The phone service state has changed. The intent will have the following 37 * <li><em>roaming</em> - A boolean value indicating whether the phone is roaming.</li> 46 * phone.</li> 61 * <li><em>phoneName</em> - A string version of the new phone name.</li> 81 * <li><em>phoneinECMState</em> - A boolean value,true=phone in ECM, false=ECM off</li> 98 * Broadcast Action: The phone's signal strength has changed. The intent will have the 101 * <li><em>phoneName</em> - A string version of the phone name.</li> 126 * phone's mobile data connections (eg, default, MMS or GPS specific connection). 129 * <li><em>phoneName</em> - A string version of the phone name.</li> 153 * <li><em>phoneName</em> &mdash A string version of the phone name.</li [all...] |
/packages/apps/Phone/res/values/ |
config.xml | 17 <!-- Phone app resources that may need to be customized 20 <!-- Flag indicating whether the Phone app should ignore 26 <!-- Flag indicating whether the Phone app should provide 70 <!-- Flag indicating if the phone is a world phone --> 103 pull the phone out of your pocket.) So devices that *don't* want 116 the com.android.internal.telephony.Phone interface (false). -->
|
/external/protobuf/examples/ |
AddPerson.java | 32 stdout.print("Enter a phone number (or leave blank to finish): "); 41 stdout.print("Is this a mobile, home, or work phone? "); 50 stdout.println("Unknown phone type. Using default.");
|
add_person.cc | 28 cout << "Enter a phone number (or leave blank to finish): "; 38 cout << "Is this a mobile, home, or work phone? "; 48 cout << "Unknown phone type. Using default." << endl;
|
/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
|
/packages/apps/Contacts/src/com/android/contacts/ |
TwelveKeyDialer.java | 20 import com.android.phone.CallLogAsync; 21 import com.android.phone.HapticFeedback; 127 * press/depress of the "hookswitch" of a landline phone. Aka "empty flash". 129 * TODO: Using an intent extra to tell the phone to send this flash is a 132 * in Phone app until this is replaced with the ITelephony API. 135 = "com.android.phone.extra.SEND_EMPTY_FLASH"; 142 * Listen for phone state changes so that we can take down the 143 * "dialpad chooser" if the phone becomes idle while the 240 // In landscape we put the keyboard in phone mode. 316 // Query the phone numbe 1051 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone")); local 1075 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone")); local 1089 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone")); local 1105 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone")); local [all...] |
/frameworks/base/data/etc/ |
android.hardware.telephony.cdma.xml | 17 <!-- This is the standard set of telephony features for a CDMA phone. -->
|
android.hardware.telephony.gsm.xml | 17 <!-- This is the standard set of telephony features for a GSM phone. -->
|