Searched refs:mLastDeviceConnectMsgTime (Results 1 – 1 of 1) sorted by relevance
551 private static Long mLastDeviceConnectMsgTime = new Long(0); field in AudioService3514 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()