Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java123 @VisibleForTesting static Duration sSyncActiveTimeout = Duration.ofSeconds(30); field in BassClientService
1866 MESSAGE_SYNC_TIMEOUT, sSyncActiveTimeout.toMillis()); in onSyncEstablished()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientServiceTest.java798 mBassClientService.sSyncActiveTimeout = Duration.ofSeconds(1); in testStopSearchingForSources_timeoutForActiveSync()
835 mBassClientService.sSyncActiveTimeout = Duration.ofSeconds(1); in testStopSearchingForSources_clearTimeoutForActiveSync()