Searched refs:tethered (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Settings/src/com/android/settings/ |
D | TetherSettings.java | 379 String[] tethered = mCm.getTetheredIfaces(); in updateState() local 381 updateState(available, tethered, errored); in updateState() 384 private void updateState(String[] available, String[] tethered, in updateState() argument 386 updateUsbState(available, tethered, errored); in updateState() 387 updateBluetoothState(available, tethered, errored); in updateState() 391 private void updateUsbState(String[] available, String[] tethered, in updateUsbState() argument 405 for (String s : tethered) { in updateUsbState() 444 private void updateBluetoothState(String[] available, String[] tethered, in updateBluetoothState() argument
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiApEnabler.java | 131 private void updateTetherState(Object[] available, Object[] tethered, Object[] errored) { in updateTetherState() argument 135 for (Object o : tethered) { in updateTetherState()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_US_wordlist.combined.gz |
|