Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/d2d/
H A DCommunicator.java105 private boolean mIsNegotiationAttempted; field in Communicator
137 if (mActiveTransport == null && !mIsNegotiationAttempted) { in onStateChanged()
139 mIsNegotiationAttempted = true; in onStateChanged()