Searched defs:OPTIMISTIC_VOLUME_TIMEOUT (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionRecord.java80 private static final int OPTIMISTIC_VOLUME_TIMEOUT = 1000; field in class:MediaSessionRecord
277 mHandler.postDelayed(mClearOptimisticVolumeRunnable, OPTIMISTIC_VOLUME_TIMEOUT);
304 mHandler.postDelayed(mClearOptimisticVolumeRunnable, OPTIMISTIC_VOLUME_TIMEOUT);

Completed in 28 milliseconds