Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/
DUiController.java110 boolean supportsVoice(); in supportsVoice() method
DNavigationBarPhone.java233 if ((mUiController != null) && mUiController.supportsVoice()) { in onStateChanged()
DNavigationBarTablet.java332 if ((mUiController != null) && mUiController.supportsVoice()) { in onStateChanged()
DController.java2703 public boolean supportsVoice() { in supportsVoice() method in Controller