Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/remoteaccess/
DCarRemoteAccessService.java176 private int mNotifyApStateChangeRetryCount; field in CarRemoteAccessService
1598 mNotifyApStateChangeRetryCount++; in notifyApStateChange()
1599 if (mNotifyApStateChangeRetryCount > mNotifyApStateChangeMaxRetry) { in notifyApStateChange()
1612 mNotifyApStateChangeRetryCount = 0; in notifyApStateChange()