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

/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java625 SAFE_MEDIA_VOLUME_NOT_CONFIGURED));
5428 // It is SAFE_MEDIA_VOLUME_NOT_CONFIGURED at boot time until a network service is connected
5433 private static final int SAFE_MEDIA_VOLUME_NOT_CONFIGURED = 0; field in class:AudioService
5455 if ((mSafeMediaVolumeState != SAFE_MEDIA_VOLUME_NOT_CONFIGURED) &&
5719 case SAFE_MEDIA_VOLUME_NOT_CONFIGURED: return "SAFE_MEDIA_VOLUME_NOT_CONFIGURED";

Completed in 44 milliseconds