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.java86 private SendChannel mSendChannel; field in AssistStructure
2606 if (mSendChannel != null) { in clearSendChannel()
2607 mSendChannel.mAssistStructure = null; in clearSendChannel()
2624 if (mSendChannel == null) { in writeToParcel()
2625 mSendChannel = new SendChannel(this); in writeToParcel()
2627 out.writeStrongBinder(mSendChannel); in writeToParcel()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt4036 Landroid/app/assist/AssistStructure;->mSendChannel:Landroid/app/assist/AssistStructure$SendChannel;