Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/assist/
DAssistStructure.java104 private SendChannel mSendChannel; field in AssistStructure
2790 if (mSendChannel != null) { in clearSendChannel()
2791 mSendChannel.mAssistStructure = null; in clearSendChannel()
2808 if (mSendChannel == null) { in writeToParcel()
2809 mSendChannel = new SendChannel(this); in writeToParcel()
2811 out.writeStrongBinder(mSendChannel); in writeToParcel()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt4036 Landroid/app/assist/AssistStructure;->mSendChannel:Landroid/app/assist/AssistStructure$SendChannel;