Searched refs:mIsCallScreeningModeSupported (Results 1 – 1 of 1) sorted by relevance
1393 mIsCallScreeningModeSupported = AudioSystem.isCallScreeningModeSupported(); in AudioService()1823 mIsCallScreeningModeSupported = AudioSystem.isCallScreeningModeSupported(); in onAudioServerDied()6089 if (mode == AudioSystem.MODE_CALL_SCREENING && !mIsCallScreeningModeSupported) { in setMode()6275 private boolean mIsCallScreeningModeSupported = false; field in AudioService6279 return mIsCallScreeningModeSupported; in isCallScreeningModeSupported()11879 pw.print(" mIsCallScreeningModeSupported="); pw.println(mIsCallScreeningModeSupported); in dump()