Home | History | Annotate | Download | only in imsphone

Lines Matching refs:Phone

46 import com.android.internal.telephony.Phone;
168 public ImsPhoneConnection(Phone phone, ImsCall imsCall, ImsPhoneCallTracker ct,
171 createWakeLock(phone.getContext());
205 fetchDtmfToneDelay(phone);
207 if (phone.getContext().getResources().getBoolean(
214 public ImsPhoneConnection(Phone phone, String dialString, ImsPhoneCallTracker ct,
217 createWakeLock(phone.getContext());
241 fetchDtmfToneDelay(phone);
243 if (phone.getContext().getResources().getBoolean(
363 throw new CallStateException("phone not ringing");
411 if (Phone.DEBUG_PHONE) {
478 if (Phone.DEBUG_PHONE) {
512 // distinguish between the addressing digits (i.e. the phone number)
637 private void fetchDtmfToneDelay(Phone phone) {
639 phone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE);
640 PersistableBundle b = configMgr.getConfigForSubId(phone.getSubId());
768 * this phone connection.
807 if (Phone.DEBUG_PHONE) {
1197 * Indicates whether current phone connection is emergency or not