OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:updatetetherstate
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/wifi/
WifiApEnabler.java
67
updateTetherState
(available.toArray(), active.toArray(), errored.toArray());
155
private void
updateTetherState
(Object[] available, Object[] tethered, Object[] errored) {
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerTestActivity.java
184
updateTetherState
(available.toArray(), active.toArray(), errored.toArray());
331
private void
updateTetherState
(Object[] available, Object[] tethered, Object[] errored) {
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java
449
if (DBG) Log.d(TAG, "
updateTetherState
:" + iface);
Completed in 272 milliseconds