Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java646 protected volatile boolean mFailFast = false; field in DcTracker
3315 long delay = apnContext.getDelayForNextApn(mFailFast); in onDataSetupCompleteError()
4072 if (mFailFast != enabled) { in handleMessage()
4073 mFailFast = enabled; in handleMessage()
4330 mFailFast = false; in notifyAllDataDisconnected()