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

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsScrollView.java17 package com.android.systemui.statusbar.phone;
H A DTickerView.java17 package com.android.systemui.statusbar.phone;
H A DDemoStatusIcons.java17 package com.android.systemui.statusbar.phone;
H A DIconMerger.java17 package com.android.systemui.statusbar.phone;
H A DKeyguardTouchDelegate.java17 package com.android.systemui.statusbar.phone;
H A DPanelHolder.java17 package com.android.systemui.statusbar.phone;
H A DQuickSettingsBasicTile.java17 package com.android.systemui.statusbar.phone;
H A DQuickSettingsContainerView.java17 package com.android.systemui.statusbar.phone;
H A DStatusBarWindowView.java17 package com.android.systemui.statusbar.phone;
H A DNavigationBarTransitions.java17 package com.android.systemui.statusbar.phone;
H A DNotificationPanelView.java17 package com.android.systemui.statusbar.phone;
H A DPhoneStatusBarPolicy.java17 package com.android.systemui.statusbar.phone;
H A DPhoneStatusBarTransitions.java17 package com.android.systemui.statusbar.phone;
H A DQuickSettingsTileView.java17 package com.android.systemui.statusbar.phone;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCellBroadcastHandler.java38 protected CellBroadcastHandler(String debugTag, Context context, PhoneBase phone) { argument
39 super(debugTag, context, phone);
H A DTelephonyTester.java29 * Telephony tester receives the following intents where {name} is the phone name
59 TelephonyTester(PhoneBase phone) { argument
60 mPhone = phone;
71 phone.getContext().registerReceiver(mIntentReceiver, filter, null, mPhone.getHandler());
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 return (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA);
52 * Return true if the current phone supports Over The Air Service
66 * "if (CDMA)" checks sprinkled throughout the phone app.
68 public static boolean supportsOtasp(Phone phone) { argument
69 return (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA);
73 * Return true if the current phone can retrieve the voice message count.
77 public static boolean supportsVoiceMessageCount(Phone phone) { argument
89 supportsNetworkSelection(Phone phone) argument
101 getDeviceIdLabel(Phone phone) argument
123 supportsConferenceCallManagement(Phone phone) argument
137 supportsHoldAndUnhold(Phone phone) argument
156 supportsAnswerAndHold(Phone phone) argument
[all...]
H A DSmsStorageMonitor.java49 /** Context from phone object passed to constructor. */
68 * @param phone the Phone to use
70 public SmsStorageMonitor(PhoneBase phone) { argument
71 mContext = phone.getContext();
72 mCi = phone.mCi;
94 * 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);
H A DGsmCellBroadcastHandler.java45 protected GsmCellBroadcastHandler(Context context, PhoneBase phone) { argument
46 super("GsmCellBroadcastHandler", context, phone);
47 phone.mCi.setOnNewGsmBroadcastSms(getHandler(), EVENT_NEW_SMS_MESSAGE, null);
62 PhoneBase phone) {
63 GsmCellBroadcastHandler handler = new GsmCellBroadcastHandler(context, phone);
61 makeGsmCellBroadcastHandler(Context context, PhoneBase phone) argument
H A DGsmInboundSmsHandler.java45 PhoneBase phone) {
46 super("GsmInboundSmsHandler", context, storageMonitor, phone,
47 GsmCellBroadcastHandler.makeGsmCellBroadcastHandler(context, phone));
48 phone.mCi.setOnNewGsmSms(getHandler(), EVENT_NEW_SMS, null);
49 mDataDownloadHandler = new UsimDataDownloadHandler(phone.mCi);
68 SmsStorageMonitor storageMonitor, PhoneBase phone) {
69 GsmInboundSmsHandler handler = new GsmInboundSmsHandler(context, storageMonitor, phone);
144 * Called when the phone changes the default method updates mPhone
148 * @param phone
151 protected void onUpdatePhoneObject(PhoneBase phone) { argument
44 GsmInboundSmsHandler(Context context, SmsStorageMonitor storageMonitor, PhoneBase phone) argument
67 makeInboundSmsHandler(Context context, SmsStorageMonitor storageMonitor, PhoneBase phone) argument
[all...]
/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);
H A DDcRetryAlarmController.java78 DcRetryAlarmController(PhoneBase phone, DataConnection dc) { argument
80 mPhone = phone;

Completed in 217 milliseconds

123