Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java478 private static final int MSG_INIT_STREAMS_VOLUMES = 101; field in AudioService
1414 queueMsgUnderWakeLock(mAudioHandler, MSG_INIT_STREAMS_VOLUMES, in AudioService()
9645 case MSG_INIT_STREAMS_VOLUMES: in handleMessage()