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.java87 private SendChannel mSendChannel; field in AssistStructure
2415 if (mSendChannel != null) { in clearSendChannel()
2416 mSendChannel.mAssistStructure = null; in clearSendChannel()
2433 if (mSendChannel == null) { in writeToParcel()
2434 mSendChannel = new SendChannel(this); in writeToParcel()
2436 out.writeStrongBinder(mSendChannel); in writeToParcel()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt4039 Landroid/app/assist/AssistStructure;->mSendChannel:Landroid/app/assist/AssistStructure$SendChannel;