Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DDisconnectCause.java118 private int mToneToPlay; field in DisconnectCause
191 mToneToPlay = toneToPlay; in DisconnectCause()
276 return mToneToPlay; in getTone()
307 destination.writeInt(mToneToPlay); in writeToParcel()
324 + Objects.hashCode(mToneToPlay) in hashCode()
338 && Objects.equals(mToneToPlay, d.getTone()) in equals()
402 + " Tone: (" + mToneToPlay + ") " in toString()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt52110 Landroid/telecom/DisconnectCause;->mToneToPlay:I