Searched defs:phone (Results 1 - 25 of 93) sorted by relevance

1234

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DActivityStarter.java17 package com.android.systemui.statusbar.phone;
H A DBounceInterpolator.java17 package com.android.systemui.statusbar.phone;
H A DVelocityTrackerFactory.java17 package com.android.systemui.statusbar.phone;
H A DKeyguardIndicationTextView.java17 package com.android.systemui.statusbar.phone;
H A DKeyguardPreviewContainer.java17 package com.android.systemui.statusbar.phone;
30 * A view group which contains the preview of phone/camera and draws a black bar at the bottom as
H A DSystemUIDialog.java17 package com.android.systemui.statusbar.phone;
H A DTickerView.java17 package com.android.systemui.statusbar.phone;
H A DVelocityTrackerInterface.java17 package com.android.systemui.statusbar.phone;
H A DDemoStatusIcons.java17 package com.android.systemui.statusbar.phone;
H A DPlatformVelocityTracker.java17 package com.android.systemui.statusbar.phone;
H A DIconMerger.java17 package com.android.systemui.statusbar.phone;
H A DMultiUserSwitch.java17 package com.android.systemui.statusbar.phone;
H A DNavigationBarViewTaskSwitchHelper.java17 package com.android.systemui.statusbar.phone;
H A DNoisyVelocityTracker.java17 package com.android.systemui.statusbar.phone;
H A DNotificationsQuickSettingsContainer.java17 package com.android.systemui.statusbar.phone;
H A DPanelHolder.java17 package com.android.systemui.statusbar.phone;
H A DStatusBarWindowView.java17 package com.android.systemui.statusbar.phone;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCellBroadcastHandler.java36 private CellBroadcastHandler(Context context, PhoneBase phone) { argument
37 this("CellBroadcastHandler", context, phone);
40 protected CellBroadcastHandler(String debugTag, Context context, PhoneBase phone) { argument
41 super(debugTag, context, phone);
49 public static CellBroadcastHandler makeCellBroadcastHandler(Context context, PhoneBase phone) { argument
50 CellBroadcastHandler handler = new CellBroadcastHandler(context, phone);
H A DTelephonyCapabilities.java24 * 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) { argument
48 Rlog.d(LOG_TAG, "supportsEcm: Phone type = " + phone.getPhoneType() +
49 " Ims Phone = " + phone.getImsPhone());
50 return (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA ||
51 phone.getImsPhone() != null);
55 * Return true if the current phone supports Over The Air Service
69 * "if (CDMA)" checks sprinkled throughout the phone app.
71 public static boolean supportsOtasp(Phone phone) { argument
80 supportsVoiceMessageCount(Phone phone) argument
92 supportsNetworkSelection(Phone phone) argument
104 getDeviceIdLabel(Phone phone) argument
126 supportsConferenceCallManagement(Phone phone) argument
140 supportsHoldAndUnhold(Phone phone) argument
160 supportsAnswerAndHold(Phone phone) argument
[all...]
H A DTelephonyTester.java37 * Telephony tester receives the following intents where {name} is the phone name
79 TelephonyTester(PhoneBase phone) { argument
80 mPhone = phone;
96 phone.getContext().registerReceiver(mIntentReceiver, filter, null, mPhone.getHandler());
H A DSmsStorageMonitor.java50 /** Context from phone object passed to constructor. */
72 * @param phone the Phone to use
74 public SmsStorageMonitor(PhoneBase phone) { argument
75 mPhone = phone;
76 mContext = phone.getContext();
77 mCi = phone.mCi;
99 * Handles events coming from the phone stack. Overridden from handler.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DRuimPhoneBookInterfaceManager.java36 public RuimPhoneBookInterfaceManager(CDMAPhone phone) { argument
37 super(phone);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSimPhoneBookInterfaceManager.java36 public SimPhoneBookInterfaceManager(GSMPhone phone) { argument
37 super(phone);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTesterDeactivateAll.java68 DcTesterDeactivateAll(PhoneBase phone, DcController dcc, Handler handler) { argument
69 mPhone = phone;
81 phone.getContext().registerReceiver(sIntentReceiver, filter, null, handler);
H A DDcTesterFailBringUpAll.java77 DcTesterFailBringUpAll(PhoneBase phone, Handler handler) { argument
78 mPhone = phone;
91 phone.getContext().registerReceiver(mIntentReceiver, filter, null, handler);

Completed in 115 milliseconds

1234