Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DRecapitalizeStatus.java218 public int getCurrentMode() { in getCurrentMode() method in RecapitalizeStatus
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DUsbBackend.java79 public int getCurrentMode() { in getCurrentMode() method in UsbBackend
DUsbModeChooserActivity.java109 int current = mBackend.getCurrentMode(); in onCreate()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java1777 return mRecapitalizeStatus.getCurrentMode(); in getCurrentRecapitalizeState()