Searched refs:mLastDeviceConnectMsgTime (Results 1 – 1 of 1) sorted by relevance
534 private static Long mLastDeviceConnectMsgTime = new Long(0); field in AudioService3381 synchronized (mLastDeviceConnectMsgTime) { in sendMsg()3387 mLastDeviceConnectMsgTime = time; in sendMsg()4714 synchronized (mLastDeviceConnectMsgTime) { in checkSendBecomingNoisyIntent()4716 if (mLastDeviceConnectMsgTime > time) { in checkSendBecomingNoisyIntent()4717 delay = (int)(mLastDeviceConnectMsgTime - time) + 30; in checkSendBecomingNoisyIntent()