Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java551 private static Long mLastDeviceConnectMsgTime = new Long(0); field in AudioService
3514 synchronized (mLastDeviceConnectMsgTime) { in sendMsg()
3520 mLastDeviceConnectMsgTime = time; in sendMsg()
4790 synchronized (mLastDeviceConnectMsgTime) { in checkSendBecomingNoisyIntent()
4792 if (mLastDeviceConnectMsgTime > time) { in checkSendBecomingNoisyIntent()
4793 delay = (int)(mLastDeviceConnectMsgTime - time) + 30; in checkSendBecomingNoisyIntent()