HomeSort by relevance Sort by last modified time
    Searched refs:phone (Results 76 - 100 of 288) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaMmiCode.java 101 newFromDialString(String dialString, CDMAPhone phone) {
109 ret = new CdmaMmiCode(phone);
138 CdmaMmiCode (CDMAPhone phone) {
139 super(phone.getHandler().getLooper());
140 mPhone = phone;
141 mContext = phone.getContext();
  /packages/services/Telephony/src/com/android/phone/
DTMFTonePlayer.java 17 package com.android.phone;
31 import com.android.internal.telephony.Phone;
86 * Our own handler to take care of the messages from the phone state changes
230 Phone phone = mCallManager.getFgPhone(); local
239 mShortTone = useShortDtmfTones(phone, phone.getContext());
303 * Plays the local tone based the phone type, optionally forcing a short
324 * Stops the local tone based on the phone type.
366 private static boolean useShortDtmfTones(Phone phone, Context context)
    [all...]
CallLogger.java 17 package com.android.phone;
21 import com.android.internal.telephony.Phone;
24 import com.android.phone.common.CallLogAsync;
60 final Phone phone = c.getCall().getPhone(); local
77 final boolean isOtaspNumber = TelephonyCapabilities.supportsOtasp(phone)
78 && phone.isOtaSpNumber(number);
140 * @param conn The phone connection.
158 * Retrieve the phone number from the caller info or the connection.
164 * If CallerInfo is missing the phone number, get it from the connection
    [all...]
InCallScreenShowActivation.java 17 package com.android.phone;
30 import com.android.internal.telephony.Phone;
34 * Invisible activity that handles the com.android.phone.PERFORM_CDMA_PROVISIONING intent.
64 Phone phone = app.getPhone(); local
65 if (!TelephonyCapabilities.supportsOtasp(phone)) {
154 * On devices that provide a phone initialization wizard (such as Google Setup Wizard),
CdmaCallOptions.java 17 package com.android.phone;
19 import com.android.internal.telephony.Phone;
CdmaDisplayInfo.java 17 package com.android.phone;
EditPinPreference.java 17 package com.android.phone;
FakePhoneActivity.java 17 package com.android.phone;
31 * A simple activity that presents you with a UI for faking incoming phone operations.
67 Log.e("Phone", "SimulatedRadioControl not available, abort!");
  /external/chromium_org/chrome/browser/resources/ntp_android/
opentabs.css 177 .session-icon.phone {
178 background-image: url(../../../../ui/webui/resources/images/phone.png);
181 html[dir='rtl'] .session-icon.phone {
208 .session-icon.phone {
209 background-image: url(../../../../ui/webui/resources/images/1.5x/phone.png);
229 .session-icon.phone {
230 background-image: url(../../../../ui/webui/resources/images/2x/phone.png);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java 512 String phone = c.getString(c.getColumnIndex(Sms.ADDRESS)); local
513 name = getContactNameFromPhone(phone);
519 String phone = getAddressMms(mResolver, id, MMS_TO); local
520 name = getContactNameFromPhone(phone);
554 String phone = c.getString(c.getColumnIndex(Sms.ADDRESS)); local
555 name = getContactNameFromPhone(phone);
561 String phone = getAddressMms(mResolver, id, MMS_FROM); local
562 name = getContactNameFromPhone(phone);
679 private String getContactNameFromPhone(String phone) {
683 Uri.encode(phone));
720 String phone = getAddressMms(mResolver, id, MMS_TO); local
744 String phone = fi.phoneNum; local
757 String phone = c.getString(c.getColumnIndex(Sms.ADDRESS)); local
801 String phone = getAddressMms(mResolver, id, MMS_FROM); local
825 String phone = c.getString(c.getColumnIndex(Sms.ADDRESS)); local
844 String phone = fi.phoneNum; local
1425 String phone = c.getString(c.getColumnIndex(Sms.ADDRESS)); local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneSubInfo.java 34 private Phone mPhone;
44 public PhoneSubInfo(Phone phone) {
45 mPhone = phone;
46 mContext = phone.getContext();
108 * Retrieves the phone number string for line 1.
235 pw.println("Phone Subscriber Info:");
236 pw.println(" Phone Type = " + mPhone.getPhoneName());
  /packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkApp.java 32 import com.android.internal.telephony.Phone;
74 Log.d(TAG, "- state: " + intent.getBooleanExtra(Phone.STATE_KEY, false));
77 Log.d(TAG, "- apnName: " + intent.getStringExtra(Phone.DATA_APN_KEY));
78 Log.d(TAG, "- apnType: " + intent.getStringExtra(Phone.DATA_APN_TYPE_KEY));
79 Log.d(TAG, "- state: " + intent.getStringExtra(Phone.STATE_KEY));
80 Log.d(TAG, "- reason: " + intent.getStringExtra(Phone.STATE_CHANGE_REASON_KEY));
82 intent.getBooleanExtra(Phone.NETWORK_UNAVAILABLE_KEY, false));
87 Log.d(TAG, "- phoneName: " + intent.getStringExtra(Phone.PHONE_NAME_KEY));
90 Log.d(TAG, "- reason: " + intent.getStringExtra(Phone.STATE_CHANGE_REASON_KEY));
97 Log.d(TAG, "- phoneName: " + intent.getStringExtra(Phone.PHONE_NAME_KEY))
131 Phone phone = PhoneFactory.getDefaultPhone(); local
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactOperations.java 29 import android.provider.ContactsContract.CommonDataKinds.Phone;
172 * Adds a phone number
174 * @param phone new phone number for the contact
178 public ContactOperations addPhone(String phone, int phoneType) {
180 if (!TextUtils.isEmpty(phone)) {
181 mValues.put(Phone.NUMBER, phone);
182 mValues.put(Phone.TYPE, phoneType);
183 mValues.put(Phone.MIMETYPE, Phone.CONTENT_ITEM_TYPE)
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_ie_toolbar_import_win.cc 138 // data, writes the phone data into |phone|; otherwise, |phone| should be null.
144 PhoneNumber::PhoneCombineHelper* phone) {
164 // Phone numbers are stored piece-by-piece, and then reconstructed from
166 if (!phone || !phone->SetInfo(AutofillType(it->second), field_value)) {
183 PhoneNumber::PhoneCombineHelper phone; local
185 ImportSingleFormGroup(key, reg_to_field, app_locale, profile, &phone);
189 if (phone.ParseNumber(*profile, app_locale, &constructed_number))
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/
peerconnection.scons 17 'phone',
  /packages/apps/Contacts/
Android.mk 20 com.android.phone.shared \
  /packages/apps/Dialer/
Android.mk 22 com.android.phone.shared \
  /packages/apps/PhoneCommon/
Android.mk 21 LOCAL_MODULE := com.android.phone.shared
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 53 import com.android.internal.telephony.Phone;
69 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")
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
autofill_edit_overlay.css 70 :-webkit-any(#phone-list, #email-list) div[role='listitem'] > div > div,
71 :-webkit-any(#phone-list, #email-list) input {
  /external/protobuf/examples/
list_people.cc 21 const tutorial::Person::PhoneNumber& phone_number = person.phone(j);
25 cout << " Mobile phone #: ";
28 cout << " Home phone #: ";
31 cout << " Work phone #: ";
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
IconMerger.java 17 package com.android.systemui.statusbar.phone;
PanelHolder.java 17 package com.android.systemui.statusbar.phone;
QuickSettingsTileView.java 17 package com.android.systemui.statusbar.phone;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
CallUtil.java 24 import com.android.phone.common.PhoneConstants;
38 "com.android.phone", "com.android.phone.PrivilegedOutgoingCallBroadcaster");
41 * Return an Intent for making a phone call. Scheme (e.g. tel, sip) will be determined
49 * Return an Intent for making a phone call. A given Uri will be used as is (without any
58 * information about call origin, see comments in Phone package (PhoneApp).
66 * information about call origin, see comments in Phone package (PhoneApp).
75 // Set phone as an explicit component of CALL_PRIVILEGED intent.
84 * Return Uri with an appropriate scheme, accepting Voicemail, SIP, and usual phone call

Completed in 707 milliseconds

1 2 34 5 6 7 8 91011>>