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

1234

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java17 package com.android.systemui.statusbar.phone;
H A DStatusBarHeaderView.java17 package com.android.systemui.statusbar.phone;
H A DNotificationPanelView.java17 package com.android.systemui.statusbar.phone;
H A DPhoneStatusBar.java17 package com.android.systemui.statusbar.phone;
25 import static com.android.systemui.statusbar.phone.BarTransitions.MODE_LIGHTS_OUT;
26 import static com.android.systemui.statusbar.phone.BarTransitions.MODE_LIGHTS_OUT_TRANSPARENT;
27 import static com.android.systemui.statusbar.phone.BarTransitions.MODE_OPAQUE;
28 import static com.android.systemui.statusbar.phone.BarTransitions.MODE_SEMI_TRANSPARENT;
29 import static com.android.systemui.statusbar.phone.BarTransitions.MODE_TRANSLUCENT;
30 import static com.android.systemui.statusbar.phone.BarTransitions.MODE_TRANSPARENT;
31 import static com.android.systemui.statusbar.phone.BarTransitions.MODE_WARNING;
151 import com.android.systemui.statusbar.phone.UnlockMethodCache.OnUnlockMethodChangedListener;
1333 // (like an incoming phone cal
[all...]
/frameworks/base/telecomm/java/android/telecom/
H A DCall.java32 * Represents an ongoing phone call that the in-call app should present to the user.
92 * extras. Used to pass the phone accounts to display on the front end to the user in order to
93 * select phone accounts to (for example) place a call.
272 * @return The handle (e.g., phone number) to which the {@code Call} is currently
623 * A post-dial DTMF string is a string of digits entered after a phone number, when dialed,
793 Call(Phone phone, String telecomCallId, InCallAdapter inCallAdapter) { argument
794 mPhone = phone;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DInboundSmsHandler.java143 /** Update phone object */
193 * @param context the context of the phone app
197 PhoneBase phone, CellBroadcastHandler cellBroadcastHandler) {
202 mPhone = phone;
235 * Update the phone object when it changes.
237 public void updatePhoneObject(PhoneBase phone) { argument
238 sendMessage(EVENT_UPDATE_PHONE_OBJECT, phone);
568 * Called when the phone changes the default method updates mPhone
572 * @param phone
574 protected void onUpdatePhoneObject(PhoneBase phone) { argument
196 InboundSmsHandler(String name, Context context, SmsStorageMonitor storageMonitor, PhoneBase phone, CellBroadcastHandler cellBroadcastHandler) argument
[all...]
H A DSubscriptionController.java134 public static SubscriptionController init(Phone phone) { argument
137 sInstance = new SubscriptionController(phone);
181 private SubscriptionController(Phone phone) { argument
182 mContext = phone.getContext();
857 * Set phone number by subId
858 * @param number the phone number of the SIM
1257 PhoneProxy phone = sProxyPhones[phoneId];
1258 int raf = phone.getRadioAccessFamily();
1259 int id = phone.getSubId();
1508 Phone phone
[all...]
H A DCallManager.java111 // default phone as the first phone registered, which is PhoneBase obj
207 * @param phone a Phone object
212 private static Phone getPhoneBase(Phone phone) { argument
213 if (phone instanceof PhoneProxy) {
214 return phone.getForegroundCall().getPhone();
216 return phone;
225 * they have same phone APIs, such as dial(). The real implementation, for
231 * So for phone returned by PhoneFacotry, which is used by PhoneApp,
232 * phone
406 registerPhone(Phone phone) argument
433 unregisterPhone(Phone phone) argument
595 registerForPhoneStates(Phone phone) argument
653 unregisterForPhoneStates(Phone phone) argument
952 dial(Phone phone, String dialString, int videoState) argument
1024 dial(Phone phone, String dialString, UUSInfo uusInfo, int videoState) argument
1059 canDial(Phone phone) argument
1161 getPendingMmiCodes(Phone phone) argument
1174 sendUssdResponse(Phone phone, String ussdMessge) argument
[all...]
H A DSMSDispatcher.java179 * @param phone the Phone to use
182 protected SMSDispatcher(PhoneBase phone, SmsUsageMonitor usageMonitor, argument
184 mPhone = phone;
186 mContext = phone.getContext();
188 mCi = phone.mCi;
223 protected void updatePhoneObject(PhoneBase phone) { argument
224 mPhone = phone;
225 mUsageMonitor = phone.mSmsUsageMonitor;
226 Rlog.d(TAG, "Active phone changed to " + mPhone.getPhoneName() );
260 * persistent manner. If the phone proces
[all...]
H A DPhoneProxy.java83 public PhoneProxy(PhoneBase phone) { argument
84 mActivePhone = phone;
88 phone.getIccPhoneBookInterfaceManager());
89 mPhoneSubInfoProxy = new PhoneSubInfoProxy(phone.getPhoneSubInfo());
96 mPhoneId = phone.getPhoneId();
101 if (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_GSM) {
104 } else if (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
213 // Nothing changed. Keep phone as it is.
221 " doesn't match either CDMA or GSM - error! No phone change");
228 // We need some voice phone objec
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaServiceStateTracker.java167 public CdmaServiceStateTracker(CDMAPhone phone) { argument
168 this(phone, new CellInfoCdma());
171 protected CdmaServiceStateTracker(CDMAPhone phone, CellInfo cellInfo) { argument
172 super(phone, phone.mCi, cellInfo);
174 mPhone = phone;
175 mCr = phone.getContext().getContentResolver();
179 mCdmaSSM = CdmaSubscriptionSourceManager.getInstance(phone.getContext(), mCi, this,
185 (PowerManager)phone.getContext().getSystemService(Context.POWER_SERVICE);
194 phone
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmMmiCode.java188 newFromDialString(String dialString, GSMPhone phone, UiccCardApplication app) { argument
196 ret = new GsmMmiCode(phone, app);
213 ret = new GsmMmiCode(phone, app);
221 ret = new GsmMmiCode(phone, app);
223 } else if (isTwoDigitShortCode(phone.getContext(), dialString)) {
226 } else if (isShortCode(dialString, phone)) {
228 ret = new GsmMmiCode(phone, app);
237 boolean isUssdRequest, GSMPhone phone, UiccCardApplication app) {
240 ret = new GsmMmiCode(phone, app);
257 GSMPhone phone,
236 newNetworkInitiatedUssd(String ussdMessage, boolean isUssdRequest, GSMPhone phone, UiccCardApplication app) argument
256 newFromUssdUserInput(String ussdMessge, GSMPhone phone, UiccCardApplication app) argument
542 GsmMmiCode(GSMPhone phone, UiccCardApplication app) argument
654 isShortCode(String dialString, GSMPhone phone) argument
690 isShortCodeUSSD(String dialString, GSMPhone phone) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java187 ImsPhoneCallTracker(ImsPhone phone) { argument
188 this.mPhone = phone;
466 throw new CallStateException("phone not ringing");
477 throw new CallStateException("phone not ringing");
H A DImsPhoneMmiCode.java232 newFromDialString(String dialString, ImsPhone phone) { argument
240 ret = new ImsPhoneMmiCode(phone);
257 ret = new ImsPhoneMmiCode(phone);
265 ret = new ImsPhoneMmiCode(phone);
267 } else if (isTwoDigitShortCode(phone.getContext(), dialString)) {
270 } else if (isShortCode(dialString, phone)) {
272 ret = new ImsPhoneMmiCode(phone);
281 boolean isUssdRequest, ImsPhone phone) {
284 ret = new ImsPhoneMmiCode(phone);
301 ImsPhone phone) {
280 newNetworkInitiatedUssd(String ussdMessage, boolean isUssdRequest, ImsPhone phone) argument
300 newFromUssdUserInput(String ussdMessge, ImsPhone phone) argument
448 ImsPhoneMmiCode(ImsPhone phone) argument
546 isShortCode(String dialString, ImsPhone phone) argument
582 isShortCodeUSSD(String dialString, ImsPhone phone) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java89 public boolean equals(SipPhone phone) { argument
90 return getSipUri().equals(phone.getSipUri());
158 " throw CallStateException(\"phone not ringing\")");
160 throw new CallStateException("phone not ringing");
174 " throw CallStateException(\"phone not ringing\")");
176 throw new CallStateException("phone not ringing");
502 + ": " + this + " on phone " + getPhone());
515 + ": " + this + " on phone " + getPhone());
669 + " --> " + newState + ": " + this + ": on phone "
749 + "cause: " + getDisconnectCause() + ", on phone "
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java252 * @param phone the Phone
256 static DataConnection makeDataConnection(PhoneBase phone, int id, argument
259 DataConnection dc = new DataConnection(phone,
407 private DataConnection(PhoneBase phone, String name, int id, argument
415 mPhone = phone;
H A DDcTrackerBase.java582 protected DcTrackerBase(PhoneBase phone) { argument
584 mPhone = phone;
783 // For single SIM phones, this is a per phone property.
813 // For single SIM phones, this is a per phone property.
1436 // For single SIM phones, this is a per phone property.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkControllerImpl.java1010 // Since some pieces of the phone state are interdependent we store it locally,
1024 TelephonyManager phone, List<NetworkSignalChangedCallback> signalCallbacks,
1032 mPhone = phone;
1077 // The isEmergencyOnly test covers the case of a phone with no SIM
1108 // For mobile data, use general inet condition for phone signal indexing,
1117 * Start listening for phone state changes.
1129 * Stop listening for phone state changes.
1023 MobileSignalController(Context context, Config config, boolean hasMobileData, TelephonyManager phone, List<NetworkSignalChangedCallback> signalCallbacks, List<SignalCluster> signalClusters, NetworkControllerImpl networkController, SubscriptionInfo info) argument

Completed in 417 milliseconds

1234