Home
last modified time | relevance | path

Searched refs:mBackgroundCallState (Results 1 – 3 of 3) 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
473 mBackgroundCallState = copyOf(mBackgroundCallState, mNumPhones); in onMultiSimConfigChanged()
519 mBackgroundCallState[i] = PreciseCallState.PRECISE_CALL_STATE_IDLE; in onMultiSimConfigChanged()
568 mBackgroundCallState = new int[numPhones]; in TelephonyRegistry()
608 mBackgroundCallState[i] = PreciseCallState.PRECISE_CALL_STATE_IDLE; in TelephonyRegistry()
1869 mBackgroundCallState[phoneId] = backgroundCallState; in notifyPreciseCallState()
2353 pw.println("mBackgroundCallState=" + mBackgroundCallState[i]); in dump()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt68900 Landroid/telephony/PreciseCallState;->mBackgroundCallState:I