Searched refs:runningOnLollipopOrHigher (Results 1 – 3 of 3) sorted by relevance
93 if (WebRtcAudioUtils.runningOnLollipopOrHigher()) { in run()243 if (!WebRtcAudioUtils.runningOnLollipopOrHigher())
152 public static boolean runningOnLollipopOrHigher() { in runningOnLollipopOrHigher() method in WebRtcAudioUtils
171 return WebRtcAudioUtils.runningOnLollipopOrHigher() && in isLowLatencyInputSupported()