Home
last modified time | relevance | path

Searched refs:mCallAttributes (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java269 private CallAttributes[] mCallAttributes; field in TelephonyRegistry
483 mCallAttributes = copyOf(mCallAttributes, mNumPhones); in onMultiSimConfigChanged()
517 mCallAttributes[i] = new CallAttributes(createPreciseCallState(), in onMultiSimConfigChanged()
578 mCallAttributes = new CallAttributes[numPhones]; in TelephonyRegistry()
606 mCallAttributes[i] = new CallAttributes(createPreciseCallState(), in TelephonyRegistry()
1077 r.callback.onCallAttributesChanged(mCallAttributes[phoneId]); in listen()
1893 mCallAttributes[phoneId] = new CallAttributes(mPreciseCallState[phoneId], in notifyPreciseCallState()
1910 r.callback.onCallAttributesChanged(mCallAttributes[phoneId]); in notifyPreciseCallState()
2243 mCallAttributes[phoneId] = new CallAttributes(mPreciseCallState[phoneId], in notifyCallQualityChanged()
2251 r.callback.onCallAttributesChanged(mCallAttributes[phoneId]); in notifyCallQualityChanged()
[all …]