HomeSort by relevance Sort by last modified time
    Searched refs:phone (Results 151 - 175 of 362) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/services/Telephony/src/com/android/phone/
CallStateMonitor.java 17 package com.android.phone;
39 * TODO: Add manual phone state checks (getState(), etc.).
46 // Events from the Phone object:
125 // Unregister all events from the old obsolete phone
ErrorDialogActivity.java 17 package com.android.phone;
GetPin2Screen.java 17 package com.android.phone;
HfaActivity.java 17 package com.android.phone;
PhoneSearchIndexablesProvider.java 17 package com.android.phone;
61 ref[COLUMN_INDEX_XML_RES_INTENT_TARGET_PACKAGE] = "com.android.phone";
OutgoingCallBroadcaster.java 17 package com.android.phone;
50 * contains the phone number being dialed. Applications can use this intent to (1) see which numbers
77 public static final String ACTION_SIP_SELECT_PHONE = "com.android.phone.SIP_SELECT_PHONE";
78 public static final String EXTRA_ALREADY_CALLED = "android.phone.extra.ALREADY_CALLED";
79 public static final String EXTRA_ORIGINAL_URI = "android.phone.extra.ORIGINAL_URI";
80 public static final String EXTRA_NEW_CALL_INTENT = "android.phone.extra.NEW_CALL_INTENT";
81 public static final String EXTRA_SIP_PHONE_URI = "android.phone.extra.SIP_PHONE_URI";
83 "android.phone.extra.ACTUAL_NUMBER_TO_DIAL";
85 "android.phone.extra.THIRD_PARTY_CALL_COMPONENT";
90 * press/depress of the "hookswitch" of a landline phone. Aka "empty flash"
    [all...]
PhoneInterfaceManager.java 17 package com.android.phone;
59 import com.android.internal.telephony.Phone;
128 Phone mPhone;
187 * A handler that processes messages on the main thread in the phone process. Since many
188 * of the Phone calls are not thread safe this is needed to shuttle the requests from the
189 * inbound binder threads to the main thread in the phone process. The Binder thread
252 // GSM: End the call as per the Phone state
255 throw new IllegalStateException("Unexpected phone type: " + phoneType);
679 /* package */ static PhoneInterfaceManager init(PhoneGlobals app, Phone phone) {
1066 Phone phone = PhoneFactory.getPhone(i); local
1082 Phone phone = PhoneFactory.getPhone(phoneId); local
1138 Phone phone = getPhone(SubscriptionManager.getDefaultDataSubId()); local
1143 Phone phone = getPhone(SubscriptionManager.getDefaultDataSubId()); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
isdn.h 103 char phone[ISDN_MSNLEN]; member in struct:__anon45991
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
isdn.h 103 char phone[ISDN_MSNLEN]; member in struct:__anon47727
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
isdn.h 107 char phone[ISDN_MSNLEN]; member in struct:__anon74366
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
isdn.h 107 char phone[ISDN_MSNLEN]; member in struct:__anon75675
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
isdn.h 107 char phone[ISDN_MSNLEN]; member in struct:__anon76983
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccPhoneBookInterfaceManager.java 114 public IccPhoneBookInterfaceManager(PhoneBase phone) {
115 this.mPhone = phone;
116 IccRecords r = phone.mIccRecords.get();
198 * phone book or erase/format the whole phonebook. Currently the email field
PhoneSubInfo.java 37 private Phone mPhone;
47 public PhoneSubInfo(Phone phone) {
48 mPhone = phone;
49 mContext = phone.getContext();
115 * Retrieves the phone number string for line 1.
327 pw.println("Phone Subscriber Info:");
328 pw.println(" Phone Type = " + mPhone.getPhoneName());
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastReceiver.java 197 * @return true if the phone is a CDMA phone type
202 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone")); local
203 if (phone != null) {
204 isCdma = (phone.getActivePhoneType() == TelephonyManager.PHONE_TYPE_CDMA);
207 Log.w(TAG, "phone.getActivePhoneType() failed", e);
  /packages/services/Telephony/src/com/android/phone/settings/
PhoneAccountSettingsFragment.java 1 package com.android.phone.settings;
15 import com.android.phone.R;
72 addPreferencesFromResource(com.android.phone.R.xml.phone_account_settings);
174 * Handles a phone account selection, namely when a call assistant has been selected.
  /frameworks/base/services/core/java/com/android/server/power/
ShutdownThread.java 403 final ITelephony phone =
404 ITelephony.Stub.asInterface(ServiceManager.checkService("phone"));
433 radioOff = phone == null || !phone.needMobileRadioShutdown();
436 phone.shutdownMobileRadios();
459 radioOff = !phone.needMobileRadioShutdown();
  /cts/tests/tests/location/src/android/location/cts/
AddressTest.java 151 String phone = "+86-13512345678"; local
152 address.setPhone(phone);
153 assertEquals(phone, address.getPhone());
211 "longitude=0.0,phone=null,url=www.google.com,extras=null]";
  /build/core/
pathmap.mk 90 phone \
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
MultiUserSwitch.java 17 package com.android.systemui.statusbar.phone;
NoisyVelocityTracker.java 17 package com.android.systemui.statusbar.phone;
ObservableScrollView.java 17 package com.android.systemui.statusbar.phone;
PhoneStatusBarTransitions.java 17 package com.android.systemui.statusbar.phone;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DctController.java 32 import com.android.internal.telephony.Phone;
73 private Phone mActivePhone;
192 logd("DataStateReceiver: Current Phone is none and default phoneId="
279 * Enable PDP interface by apn type and phone id
294 logw("enableApnType(): with PHONE_NONE or Invalid PHONE ID");
303 // check peer Phone has non default APN activated as receiving non default APN request.
314 logd("enableApnType:Peer Phone still have non-default active APN type:"+
329 logd("enableApnType(): mRequestedDataPhone equals request PHONE ID.");
337 logd("enableApnType(): current PHONE is NONE or IDLE, mCurrentDataPhone=" +
341 logd("enableApnType(): current PHONE:" + mCurrentDataPhone + " is active.")
444 Phone phone = mPhones[prefPhoneId].getActivePhone(); local
475 Phone phone = mPhones[phoneId].getActivePhone(); local
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
CallUtil.java 28 import com.android.phone.common.PhoneConstants;
36 * Return an Intent for making a phone call. Scheme (e.g. tel, sip) will be determined
44 * Return an Intent for making a phone call. A given Uri will be used as is (without any
53 * For more information about call origin, see comments in Phone package (PhoneApp).
84 * For more information about call origin, see comments in Phone package (PhoneApp).
121 * For more information about call origin, see comments in Phone package (PhoneApp).
138 * Return Uri with an appropriate scheme, accepting both SIP and usual phone call

Completed in 693 milliseconds

1 2 3 4 5 67 8 91011>>