HomeSort by relevance Sort by last modified time
    Searched full:phone (Results 101 - 125 of 801) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/Phone/src/com/android/phone/
OutgoingCallBroadcaster.java 17 package com.android.phone;
31 import com.android.internal.telephony.Phone;
54 public static final String EXTRA_ALREADY_CALLED = "android.phone.extra.ALREADY_CALLED";
55 public static final String EXTRA_ORIGINAL_URI = "android.phone.extra.ORIGINAL_URI";
60 * press/depress of the "hookswitch" of a landline phone. Aka "empty flash".
62 * TODO: Receiving an intent extra to tell the phone to send this flash is a
67 public static final String EXTRA_SEND_EMPTY_FLASH = "com.android.phone.extra.SEND_EMPTY_FLASH";
72 * a modified phone number and optional provider info (uri + package name + remote views.)
98 int phoneType = app.phone.getPhoneType();
99 if (phoneType == Phone.PHONE_TYPE_CDMA)
    [all...]
CallForwardEditPreference.java 1 package com.android.phone;
5 import com.android.internal.telephony.Phone;
19 import static com.android.phone.TimeConsumingPreferenceActivity.EXCEPTION_ERROR;
20 import static com.android.phone.TimeConsumingPreferenceActivity.RESPONSE_ERROR;
32 Phone phone; field in class:CallForwardEditPreference
39 phone = PhoneFactory.getDefaultPhone();
60 phone.getCallForwardingOption(reason,
107 // the interface of Phone.setCallForwardingOption has error:
109 phone.setCallForwardingOption(action
    [all...]
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java 30 import com.android.internal.telephony.Phone;
91 * {@link #EXTRA_INCOMING_NUMBER} provides the incoming phone number as
122 public static final String EXTRA_STATE = Phone.STATE_KEY;
128 public static final String EXTRA_STATE_IDLE = Phone.State.IDLE.toString();
134 public static final String EXTRA_STATE_RINGING = Phone.State.RINGING.toString();
140 public static final String EXTRA_STATE_OFFHOOK = Phone.State.OFFHOOK.toString();
144 * for a String containing the incoming phone number.
269 /** No phone radio. */
270 public static final int PHONE_TYPE_NONE = Phone.PHONE_TYPE_NONE;
271 /** Phone radio is GSM. *
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
ExchangeSource.java 29 import android.provider.ContactsContract.CommonDataKinds.Phone;
128 kind.typeColumn = Phone.TYPE;
130 kind.typeList.add(buildPhoneType(Phone.TYPE_HOME).setSpecificMax(2));
131 kind.typeList.add(buildPhoneType(Phone.TYPE_MOBILE).setSpecificMax(1));
132 kind.typeList.add(buildPhoneType(Phone.TYPE_WORK).setSpecificMax(2));
133 kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_WORK).setSecondary(true)
135 kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_HOME).setSecondary(true)
138 .add(buildPhoneType(Phone.TYPE_PAGER).setSecondary(true).setSpecificMax(1));
139 kind.typeList.add(buildPhoneType(Phone.TYPE_CAR).setSecondary(true).setSpecificMax(1));
140 kind.typeList.add(buildPhoneType(Phone.TYPE_COMPANY_MAIN).setSecondary(true
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
SplitAggregateView.java 31 import android.provider.ContactsContract.CommonDataKinds.Phone;
51 * and additional data such as a nickname, email address or phone number, whichever
61 StructuredName.DISPLAY_NAME, Nickname.NAME, Email.DATA, Phone.NUMBER
71 int PHONE = 7;
120 String phone; field in class:SplitAggregateView.RawContactInfo
137 if (phone != null) {
138 return phone;
173 } else if (Phone.CONTENT_ITEM_TYPE.equals(mimetype)) {
207 if (info.phone == null || cursor.getInt(SplitQuery.IS_PRIMARY) != 0) {
208 info.phone = cursor.getString(SplitQuery.PHONE)
    [all...]
  /development/apps/launchperf/src/com/android/launchperf/
PhoneLaunchPerformance.java 26 * Instrumentation class for Phone launch performance testing.
40 mIntent.setClassName(getTargetContext(), "com.android.phone.CallLogList");
  /development/simulator/app/
PhoneCollection.h 33 /* get phone data */
45 /* the phone data; make this a Vector someday */
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/
IPhoneSubInfo.aidl 20 * Interface used to retrieve various phone-related subscriber information.
47 * Retrieves the phone number string for line 1.
PhoneStateIntentReceiver.java 40 private static final String LOG_TAG = "PHONE";
49 Phone.State mPhoneState = Phone.State.IDLE;
81 public Phone.State getPhoneState() {
198 + intent.getStringExtra(Phone.STATE_KEY));
199 String phoneState = intent.getStringExtra(Phone.STATE_KEY);
200 mPhoneState = (Phone.State) Enum.valueOf(
201 Phone.State.class, phoneState);
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...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
RuimCard.java 28 RuimCard(CDMAPhone phone) {
29 super(phone, "CDMA", true);
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SimCard.java 28 SimCard(GSMPhone phone) {
29 super(phone, "GSM", true);
GsmConnection.java 169 // On mobile originated (MO) calls, the phone number may have changed
173 // and therefore don't need to compare the phone number anyway.
176 // ... but we can compare phone numbers on MT calls, and we have
308 if (Phone.DEBUG_PHONE) {
362 GSMPhone phone = owner.phone; local
363 int serviceState = phone.getServiceState().getState();
369 } else if (phone.getIccCard().getState() != SimCard.State.READY) {
372 if (phone.mSST.rs.isCsRestricted()) {
374 } 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...]
  /frameworks/policies/base/mid/com/android/internal/policy/impl/
PowerDialog.java 108 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone")); local
109 if (phone != null) {
110 text = phone.isRadioOn() ? context
128 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone")); local
129 if (phone != null) {
130 phone.toggleRadioOnOff();
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
PowerDialog.java 112 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone")); local
113 if (phone != null) {
114 text = phone.isRadioOn() ? context
132 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone")); local
133 if (phone != null) {
134 phone.toggleRadioOnOff();
  /packages/apps/Contacts/src/com/android/contacts/util/
Constants.java 20 import android.provider.ContactsContract.CommonDataKinds.Phone;
29 * Specific MIME-type for {@link Phone#CONTENT_ITEM_TYPE} entries that
  /packages/apps/Phone/res/xml/
cdma_options.xml 18 xmlns:settings="http://schemas.android.com/apk/res/com.android.phone">
20 <com.android.phone.CdmaRoamingListPreference
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List7.java 54 mPhone = (TextView) findViewById(R.id.phone);
81 ContactsContract.CommonDataKinds.Phone.CONTENT_URI,
82 new String[] { ContactsContract.CommonDataKinds.Phone.NUMBER },
83 ContactsContract.CommonDataKinds.Phone.CONTACT_ID + "=" + contactId, null,
84 ContactsContract.CommonDataKinds.Phone.IS_SUPER_PRIMARY + " DESC");
  /development/simulator/app/assets/htc-tornado/
layout.xml 17 <!-- (phone image is optional) -->
44 <button keyCode="phone-dial" src="phone-dial.png" x="51" y="547"/>
45 <button keyCode="phone-hangup" src="phone-hangup.png" x="221" y="547"/>
  /frameworks/base/core/tests/coretests/src/android/pim/vcard/
VCardImporterTests.java 25 import android.provider.ContactsContract.CommonDataKinds.Phone;
    [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). -->

Completed in 65 milliseconds

1 2 3 45 6 7 8 91011>>