Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTISBindHelper.java55 private short mConnectionAttempts; field in TISBindHelper
149 Log.w(TAG, "Retrying TIS Binder connection attempt: " + mConnectionAttempts); in internalBindToTIS()
151 Math.scalb(BACKOFF_MILLIS, mConnectionAttempts), MAX_BACKOFF_MILLIS); in internalBindToTIS()
153 mConnectionAttempts++; in internalBindToTIS()
168 mConnectionAttempts = 0; in resetServiceBindRetryState()