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.java81 private static final int OPTIMISTIC_VOLUME_TIMEOUT = 1000; field in class:MediaSessionRecord
329 mHandler.postDelayed(mClearOptimisticVolumeRunnable, OPTIMISTIC_VOLUME_TIMEOUT);
357 mHandler.postDelayed(mClearOptimisticVolumeRunnable, OPTIMISTIC_VOLUME_TIMEOUT);

Completed in 46 milliseconds