Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DPreciseCallState.java72 private @PreciseCallStates int mBackgroundCallState = PRECISE_CALL_STATE_NOT_VALID; field in PreciseCallState
95 mBackgroundCallState = backgroundCall; in PreciseCallState()
116 mBackgroundCallState = in.readInt(); in PreciseCallState()
139 return mBackgroundCallState; in getBackgroundCallState()
247 out.writeInt(mBackgroundCallState); in writeToParcel()
284 && mBackgroundCallState == other.mBackgroundCallState in equals()
296 sb.append(", Background call state: " + mBackgroundCallState); in toString()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java284 private int[] mBackgroundCallState; field in TelephonyRegistry
477 mBackgroundCallState = copyOf(mBackgroundCallState, mNumPhones); in onMultiSimConfigChanged()
523 mBackgroundCallState[i] = PreciseCallState.PRECISE_CALL_STATE_IDLE; in onMultiSimConfigChanged()
572 mBackgroundCallState = new int[numPhones]; in TelephonyRegistry()
612 mBackgroundCallState[i] = PreciseCallState.PRECISE_CALL_STATE_IDLE; in TelephonyRegistry()
1874 mBackgroundCallState[phoneId] = backgroundCallState; in notifyPreciseCallState()
2359 pw.println("mBackgroundCallState=" + mBackgroundCallState[i]); in dump()