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

/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java172 private final int mPlatformType; field in class:AudioService
175 return mPlatformType == AudioSystem.PLATFORM_VOICE;
179 return mPlatformType == AudioSystem.PLATFORM_TELEVISION;
581 mPlatformType = AudioSystem.getPlatformType(context);
931 switch (mPlatformType) {
1284 if (mPlatformType == AudioSystem.PLATFORM_TELEVISION) {
3210 final boolean isTv = mPlatformType == AudioSystem.PLATFORM_TELEVISION;
3321 if (mPlatformType == AudioSystem.PLATFORM_TELEVISION) {
3406 switch (mPlatformType) {

Completed in 34 milliseconds