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

1 2 3 4 5 67 8 91011>>

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaMmiCode.java 26 import com.android.internal.telephony.Phone;
110 newFromDialString(String dialString, GsmCdmaPhone phone, UiccCardApplication app) {
118 ret = new CdmaMmiCode(phone,app);
147 CdmaMmiCode (GsmCdmaPhone phone, UiccCardApplication app) {
148 super(phone.getHandler().getLooper());
149 mPhone = phone;
150 mContext = phone.getContext();
168 public Phone
170 return ((Phone) mPhone);
  /packages/services/Telephony/src/com/android/services/telephony/
PstnIncomingCallNotifier.java 34 import com.android.internal.telephony.Phone;
39 import com.android.phone.PhoneUtils;
46 * Listens to incoming-call events from the associated phone object and notifies Telecom upon each
55 /** The phone object to listen to. */
56 private final Phone mPhone;
81 * Persists the specified parameters and starts listening to phone events.
83 * @param phone The phone object for listening to incoming calls.
85 PstnIncomingCallNotifier(Phone phone) {
347 GsmCdmaPhone phone = (GsmCdmaPhone) original.getCall().getPhone(); local
    [all...]
  /external/walt/docs/
Development.md 3 In general WALT Android app has no special requirements but since WALT usually takes up the only available USB connector on the phone, the typical development using ADB via USB becomes difficult. Below are some options to overcome this problem.
10 1. With the phone connected you computer via USB, run `adb tcpip 5555` (you can replace 5555 with any port)
11 1. Disconnect the phone from USB
12 1. Connect a USB hub (preferably powered) to the phone using a [USB-C to USB-A-female adapter](https://store.google.com/product/usb_type_c_to_usb_standard_a_adapter)
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DozeParametersTest.java 17 package com.android.systemui.statusbar.phone;
23 import com.android.systemui.statusbar.phone.DozeParameters.IntInOutMatcher;
KeyguardBouncerTest.java 17 package com.android.systemui.statusbar.phone;
SystemUIDialogTest.java 15 package com.android.systemui.statusbar.phone;
  /packages/apps/Contacts/src/com/android/contacts/interactions/
SmsInteractionsLoader.java 34 * Loads the most recent sms between the passed in phone numbers.
36 * This is a two part process. The first step is retrieving the threadIds for each of the phone
49 * Loads a list of SmsInteraction from the supplied phone numbers.
74 for (String phone : mPhoneNums) {
75 // TODO: the phone numbers added to the ContactInteraction result should retain their
79 TelephonyThreadsCompat.getOrCreateThreadId(getContext(), phone))); local
  /packages/apps/EmergencyInfo/tests/common/src/com/android/emergency/
ContactTestUtils.java 31 /** Deletes contacts that match the given name and phone number. */
34 String phone) {
36 Uri.encode(phone));
60 * Creates a new contact with the given name and phone number. Returns the
61 * ContactsContract.CommonDataKinds.Phone.CONTENT_URI corresponding to the new contact.
73 ContactsContract.CommonDataKinds.Phone.TYPE_MOBILE);
93 ContactsContract.CommonDataKinds.Phone.CONTENT_ITEM_TYPE);
94 values.put(ContactsContract.CommonDataKinds.Phone.NUMBER, phoneNumber);
95 values.put(ContactsContract.CommonDataKinds.Phone.TYPE, type);
96 values.put(ContactsContract.CommonDataKinds.Phone.LABEL, "Mobile")
    [all...]
  /packages/services/Telephony/src/com/android/phone/
ErrorDialogActivity.java 17 package com.android.phone;
26 import com.android.phone.settings.VoicemailSettingsActivity;
  /packages/services/Telephony/src/com/android/phone/settings/
VoicemailDialogUtil.java 17 package com.android.phone.settings;
24 import com.android.phone.R;
  /packages/services/Telephony/src/com/android/phone/vvm/
VisualVoicemailPreferences.java 16 package com.android.phone.vvm;
24 import com.android.phone.NeededForTesting;
30 * source is tied 1:1 to a phone account, the phone account handle is used in the key for each
  /packages/services/Telephony/tests/src/com/android/services/telephony/
TelephonyConnectionServiceTest.java 26 import com.android.internal.telephony.Phone;
80 Phone slot0Phone = makeTestPhone(SLOT_0_PHONE_ID, ServiceState.STATE_IN_SERVICE,
82 Phone slot1Phone = makeTestPhone(SLOT_1_PHONE_ID, ServiceState.STATE_OUT_OF_SERVICE,
87 Phone resultPhone = mTestConnectionService.getFirstPhoneForEmergencyCall();
97 * Result: getFirstPhoneForEmergencyCall returns the slot 1 phone
102 Phone slot0Phone = makeTestPhone(SLOT_0_PHONE_ID, ServiceState.STATE_OUT_OF_SERVICE,
104 Phone slot1Phone = makeTestPhone(SLOT_1_PHONE_ID, ServiceState.STATE_OUT_OF_SERVICE,
109 Phone resultPhone = mTestConnectionService.getFirstPhoneForEmergencyCall();
119 * Result: getFirstPhoneForEmergencyCall returns the slot 1 phone
124 Phone slot0Phone = makeTestPhone(SLOT_0_PHONE_ID, ServiceState.STATE_OUT_OF_SERVICE
495 Phone phone = mock(Phone.class); local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
SensorLoggerSession.java 25 import static com.android.systemui.statusbar.phone.nano.TouchAnalyticsProto.Session;
26 import static com.android.systemui.statusbar.phone.nano.TouchAnalyticsProto.Session.PhoneEvent;
27 import static com.android.systemui.statusbar.phone.nano.TouchAnalyticsProto.Session.SensorEvent;
28 import static com.android.systemui.statusbar.phone.nano.TouchAnalyticsProto.Session.TouchEvent;
31 * Collects touch, sensor and phone events and converts the data to
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/
PipUI.java 57 : com.android.systemui.pip.phone.PipManager.getInstance();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
PipUtils.java 17 package com.android.systemui.pip.phone;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
UserUtil.java 19 import com.android.systemui.statusbar.phone.SystemUIDialog;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ExpandableIndicator.java 15 package com.android.systemui.statusbar.phone;
KeyguardPreviewContainer.java 17 package com.android.systemui.statusbar.phone;
29 * A view group which contains the preview of phone/camera and draws a black bar at the bottom as
LockscreenGestureLogger.java 17 package com.android.systemui.statusbar.phone;
NavigationBarFrame.java 15 package com.android.systemui.statusbar.phone;
StatusBarIconList.java 17 package com.android.systemui.statusbar.phone;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DarkIconDispatcher.java 22 import com.android.systemui.statusbar.phone.LightBarTransitionsController;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
PreviewNavInflater.java 22 import com.android.systemui.statusbar.phone.NavigationBarInflaterView;
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DozeConfigurationUtil.java 25 import com.android.systemui.statusbar.phone.DozeParameters;
  /packages/apps/PhoneCommon/src/com/android/phone/common/
CallLogAsync.java 17 package com.android.phone.common;

Completed in 452 milliseconds

1 2 3 4 5 67 8 91011>>