Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceBroker.java103 private static long sLastDeviceConnectMsgTime = 0; field in AudioDeviceBroker
1604 if (sLastDeviceConnectMsgTime >= time) { in sendIILMsg()
1606 time = sLastDeviceConnectMsgTime + 30; in sendIILMsg()
1608 sLastDeviceConnectMsgTime = time; in sendIILMsg()