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
479 mCallAttributes = copyOf(mCallAttributes, mNumPhones); in onMultiSimConfigChanged()
513 mCallAttributes[i] = new CallAttributes(createPreciseCallState(), in onMultiSimConfigChanged()
574 mCallAttributes = new CallAttributes[numPhones]; in TelephonyRegistry()
602 mCallAttributes[i] = new CallAttributes(createPreciseCallState(), in TelephonyRegistry()
1073 r.callback.onCallAttributesChanged(mCallAttributes[phoneId]); in listen()
1888 mCallAttributes[phoneId] = new CallAttributes(mPreciseCallState[phoneId], in notifyPreciseCallState()
1905 r.callback.onCallAttributesChanged(mCallAttributes[phoneId]); in notifyPreciseCallState()
2237 mCallAttributes[phoneId] = new CallAttributes(mPreciseCallState[phoneId], in notifyCallQualityChanged()
2245 r.callback.onCallAttributesChanged(mCallAttributes[phoneId]); in notifyCallQualityChanged()
[all …]