Searched refs:mDefaultPhone (Results 1 – 4 of 4) sorted by relevance
127 Phone mDefaultPhone; field in ImsPhone186 mDefaultPhone = defaultPhone; in ImsPhone()200 mPhoneId = mDefaultPhone.getPhoneId(); in ImsPhone()211 if (mDefaultPhone.getServiceStateTracker() != null) { in ImsPhone()212 mDefaultPhone.getServiceStateTracker() in ImsPhone()229 if (mDefaultPhone != null && mDefaultPhone.getServiceStateTracker() != null) { in dispose()230 mDefaultPhone.getServiceStateTracker(). in dispose()504 mDefaultPhone.notifyNewRingingConnectionP(c); in notifyNewRingingConnection()508 mDefaultPhone.notifyUnknownConnectionP(c); in notifyUnknownConnection()514 mDefaultPhone.notifyForVideoCapabilityChanged(isVideoCapable); in notifyForVideoCapabilityChanged()[all …]
472 mIccRecords = mPhone.mDefaultPhone.getIccRecords(); in ImsPhoneMmiCode()
1827 mPhone.mDefaultPhone.setVoiceMessageCount(count);
111 private Phone mDefaultPhone; field in CallManager194 mDefaultPhone = null; in CallManager()377 mDefaultPhone = phone; in registerPhone()411 if (phone == mDefaultPhone) { in unregisterPhone()413 mDefaultPhone = null; in unregisterPhone()415 mDefaultPhone = mPhones.get(0); in unregisterPhone()425 return mDefaultPhone; in getDefaultPhone()1864 call = (mDefaultPhone == null) in getActiveFgCall()1866 : mDefaultPhone.getForegroundCall(); in getActiveFgCall()1929 call = (mDefaultPhone == null) in getFirstActiveBgCall()[all …]