Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceBroker.java126 private static long sLastDeviceConnectMsgTime = 0; field in AudioDeviceBroker
2265 if (sLastDeviceConnectMsgTime >= time) { in sendIILMsg()
2267 time = sLastDeviceConnectMsgTime + 30; in sendIILMsg()
2269 sLastDeviceConnectMsgTime = time; in sendIILMsg()