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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyCapabilities.java 21 import com.android.internal.telephony.Phone;
24 * Utilities that check if the phone supports specified capabilities.
34 * Return true if the current phone supports ECM ("Emergency Callback
47 public static boolean supportsEcm(Phone phone) {
48 Rlog.d(LOG_TAG, "supportsEcm: Phone type = " + phone.getPhoneType() +
49 " Ims Phone = " + phone.getImsPhone());
50 return (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA |
    [all...]
PhoneSubInfoController.java 48 private final Phone[] mPhone;
52 public PhoneSubInfoController(Context context, Phone[] phone) {
53 mPhone = phone;
73 final Phone phone = mPhone[phoneId]; local
74 if (phone != null) {
75 return phone.getDeviceId();
77 loge("getDeviceIdForPhone phone " + phoneId + " is null");
83 Phone phone = getPhone(subId) local
96 Phone phone = getPhone(subId); local
110 Phone phone = getPhone(subId); local
124 Phone phone = getPhone(subId); local
142 Phone phone = getPhone(subId); local
159 Phone phone = getPhone(subId); local
179 Phone phone = getPhone(subId); local
196 Phone phone = getPhone(subId); local
214 Phone phone = getPhone(subId); local
231 Phone phone = getPhone(subId); local
248 Phone phone = getPhone(subId); local
268 Phone phone = getPhone(subId); local
285 Phone phone = getPhone(subId); local
336 Phone phone = getPhone(getDefaultSubscription()); local
348 Phone phone = getPhone(getDefaultSubscription()); local
360 Phone phone = getPhone(getDefaultSubscription()); local
372 Phone phone = getPhone(getDefaultSubscription()); local
384 Phone phone = getPhone(getDefaultSubscription()); local
396 Phone phone = getPhone(getDefaultSubscription()); local
409 Phone phone = getPhone(subId); local
441 Phone phone = getPhone(subId); local
    [all...]
TelephonyComponentFactory.java 48 public GsmCdmaCallTracker makeGsmCdmaCallTracker(GsmCdmaPhone phone) {
49 return new GsmCdmaCallTracker(phone);
52 public SmsStorageMonitor makeSmsStorageMonitor(Phone phone) {
53 return new SmsStorageMonitor(phone);
60 public ServiceStateTracker makeServiceStateTracker(GsmCdmaPhone phone, CommandsInterface ci) {
61 return new ServiceStateTracker(phone, ci);
64 public SimActivationTracker makeSimActivationTracker(Phone phone) {
65 return new SimActivationTracker(phone);
    [all...]
CallManager.java 45 * and control calls. It implements Phone interface.
92 // list of registered phones, which are Phone objs
93 private final ArrayList<Phone> mPhones;
108 private final HashMap<Phone, CallManagerHandler> mHandlerMap = new HashMap<>();
110 // default phone as the first phone registered, which is Phone obj
111 private Phone mDefaultPhone;
190 mPhones = new ArrayList<Phone>();
206 * Returns all the registered phone objects
338 Phone phone = null; local
351 Phone phone = null; local
1875 Phone phone = getPhone(subId); local
1952 Phone phone = getPhone(subId); local
1990 Phone phone = getPhone(subId); local
    [all...]
  /packages/apps/PhoneCommon/src/com/android/phone/common/
PhoneConstants.java 17 package com.android.phone.common;
20 * Constants related to phone operations.
24 /** Copied from PhoneApp. See comments in Phone app for more detail. */
25 // TODO: Change phone app to rely on this also.
26 public static final String EXTRA_CALL_ORIGIN = "com.android.phone.CALL_ORIGIN";
  /packages/services/Telephony/src/com/android/phone/
InCallScreen.java 17 package com.android.phone;
IccProvider.java 17 package com.android.phone;
INetworkQueryService.aidl 17 package com.android.phone;
19 import com.android.phone.INetworkQueryServiceCallback;
23 * Phone application lets this service interface handle carrier
24 * availability queries instead of making direct calls to the Phone layer.
INetworkQueryServiceCallback.aidl 17 package com.android.phone;
Constants.java 17 package com.android.phone;
20 * App-wide constants and enums for the phone app.
23 * the com.android.phone package should be defined here. (Constants that
33 * or "exceptional conditions" that can occur when making a phone
72 * The supplied CALL Intent didn't contain a valid phone number.
77 * Our initial phone number was actually an MMI sequence.
117 * where the phone disallows data connections over the cell
119 * call. If the phone is in ECM and you dial a non-emergency
NeededForTesting.java 17 package com.android.phone;
DumpsysHandler.java 2 package com.android.phone;
6 import com.android.phone.vvm.VvmDumpHandler;
12 * Handles "adb shell dumpsys phone" and bug report dump.
  /packages/services/Telephony/src/com/android/phone/vvm/
PhoneAccountHandleConverter.java 17 package com.android.phone.vvm;
22 import com.android.internal.telephony.Phone;
24 import com.android.phone.PhoneUtils;
25 import com.android.phone.vvm.VvmLog;
44 // phone object cannot be found, so the Phone object should be created and checked here.
45 Phone phone = PhoneFactory.getPhone(SubscriptionManager.getPhoneId(subId)); local
46 if (phone == null) {
47 VvmLog.e(TAG, "Unable to find Phone for subId " + subId)
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
PhoneFactoryTest.java 30 Phone phone = PhoneFactory.getDefaultPhone(); local
36 Phone phone = PhoneFactory.getPhone(0); local
42 Phone[] phone = PhoneFactory.getPhones(); local
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ManagedProfileController.java 15 package com.android.systemui.statusbar.phone;
17 import com.android.systemui.statusbar.phone.ManagedProfileController.Callback;
VelocityTrackerInterface.java 17 package com.android.systemui.statusbar.phone;
  /external/nanopb-c/tests/basic_buffer/
decode_buffer.c 34 Person_PhoneNumber *phone = &person.phone[i]; local
35 printf("phone {\n");
36 printf(" number: \"%s\"\n", phone->number);
38 if (phone->has_type)
40 switch (phone->type)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
PipTouchGesture.java 17 package com.android.systemui.pip.phone;
  /packages/services/Telephony/src/com/android/phone/settings/
SettingsConstants.java 17 package com.android.phone.settings;
23 // Dtmf tone type setting value for CDMA phone
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
FakeManagedProfileController.java 19 import com.android.systemui.statusbar.phone.ManagedProfileController;
20 import com.android.systemui.statusbar.phone.ManagedProfileController.Callback;
  /external/nanopb-c/tests/basic_stream/
decode_stream.c 30 Person_PhoneNumber *phone = &person.phone[i]; local
31 printf("phone {\n");
32 printf(" number: \"%s\"\n", phone->number);
34 if (phone->has_type)
36 switch (phone->type)
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestInCallServiceImpl.java 23 import android.telecom.Phone;
36 private Phone mPhone;
38 private Phone.Listener mPhoneListener = new Phone.Listener() {
40 public void onCallAdded(Phone phone, Call call) {
51 public void onCallRemoved(Phone phone, Call call) {
58 public void onPhoneCreated(Phone phone) {
    [all...]
  /frameworks/base/telephony/java/android/telephony/
CellLocation.java 40 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.getService("phone")); local
41 if (phone != null) {
42 phone.updateServiceLocation();
91 * location, or null for unknown/none phone radio types.
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/text/
BidiFormatterSupport.java 32 private static String phone = "+1 650 253 0000"; field in class:BidiFormatterSupport
40 String formattedText = String.format(text, phone);
46 String wrappedPhone = BidiFormatter.getInstance(true /* rtlContext */).unicodeWrap(phone);
  /external/guice/examples/src/example/xml/
Main.java 31 final URL xmlUrl = Main.class.getResource("phone.xml");
40 Phone phone = injector.getInstance(Phone.class); local
42 if (phone.getContacts() == null) {

Completed in 1490 milliseconds

1 2 3 4 5 6 7 8 91011>>