HomeSort by relevance Sort by last modified time
    Searched full:tethered (Results 1 - 23 of 23) sorted by null

  /packages/apps/Settings/assets/html/da/
tethering_usb_help.html 24 <li>Du kan ikke montere din telefons SD-kort på computeren, når USB er tethered</li><br>
tethering_help.html 24 <li>Du kan ikke montere din telefons SD-kort på computeren, når USB er tethered</li><br>
  /packages/apps/Settings/assets/html/en_gb/
tethering_usb_help.html 24 <li>You can't mount your phone's SD card on your computer when USB-tethered</li><br>
tethering_help.html 24 <li>You can't mount your phone's SD card on your computer when USB-tethered</li><br>
  /packages/apps/Settings/assets/html/en_us/
tethering_usb_help.html 24 <li>If your device has an SD card or USB storage, you can't mount it on your computer when USB tethered</li><br>
tethering_help.html 24 <li>If your device has an SD card or USB storage, you can't mount it on your computer when USB tethered</li><br>
  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 342 String[] tethered = cm.getTetheredIfaces(); local
344 updateState(available, tethered, errored);
347 private void updateState(String[] available, String[] tethered,
349 updateUsbState(available, tethered, errored);
350 updateBluetoothState(available, tethered, errored);
354 private void updateUsbState(String[] available, String[] tethered,
370 for (String s : tethered) {
409 private void updateBluetoothState(String[] available, String[] tethered,
412 for (String s : tethered) {
515 String [] tethered = cm.getTetheredIfaces() local
    [all...]
  /frameworks/base/core/java/android/net/
IConnectivityManager.aidl 87 * Return list of interface pairs that are actively tethered. Even indexes are
EthernetDataTracker.java 256 * @return true - If are we currently tethered with another device.
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiApEnabler.java 155 private void updateTetherState(Object[] available, Object[] tethered, Object[] errored) {
159 for (Object o : tethered) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothTetheringDataTracker.java 39 * when a reverse tethered connection needs to be activated.
145 * @return true - If are we currently tethered with another device.
  /frameworks/base/core/java/android/os/
INetworkManagementService.aidl 153 * Returns a list of currently tethered interfaces
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 97 private HashMap<String, TetherInterfaceSM> mIfaces; // all tethered/tetherable ifaces
775 if (mTethered) res += " - Tethered";
810 private synchronized void setTethered(boolean tethered) {
811 mTethered = tethered;
    [all...]
  /frameworks/base/packages/SystemUI/res/values-en-rGB/
strings.xml 49 <string name="bluetooth_tethered" msgid="7094101612161133267">"Bluetooth tethered"</string>
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerTestActivity.java 323 private void updateTetherState(Object[] available, Object[] tethered, Object[] errored) {
328 for (Object obj: tethered) {
  /frameworks/base/packages/SystemUI/res/values/
strings.xml 123 <string name="bluetooth_tethered">Bluetooth tethered</string>
  /packages/apps/Settings/res/values/
strings.xml     [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateMachine.java 443 /* Soft ap is running and we are tethered through connectivity service */
    [all...]
  /hardware/ril/include/telephony/
ril.h 401 PDP_FAIL_TETHERED_CALL_ACTIVE = -6, /* data call was disconnected by modem because tethered
403 tethered call is off */
    [all...]
  /frameworks/base/core/res/res/values/
strings.xml     [all...]
  /hardware/ril/reference-ril/
reference-ril.c     [all...]
  /frameworks/base/core/res/res/values-en-rGB/
strings.xml     [all...]
  /packages/apps/Settings/res/values-en-rGB/
strings.xml     [all...]

Completed in 970 milliseconds