Home
last modified time | relevance | path

Searched refs:errored (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java1087 final ArrayList<TetheringInterface> errored = new ArrayList<>(); in sendTetherStateChangedBroadcast() local
1097 errored.add(tetheringIface); in sendTetherStateChangedBroadcast()
1117 mTetherStatesParcel = buildTetherStatesParcel(available, localOnly, tethered, errored, in sendTetherStateChangedBroadcast()
1122 errored), UserHandle.ALL); in sendTetherStateChangedBroadcast()
1129 "error", TextUtils.join(",", errored))); in sendTetherStateChangedBroadcast()
1139 final ArrayList<TetheringInterface> errored, in buildTetherStatesParcel() argument
1146 parcel.erroredIfaceList = errored.toArray(new TetheringInterface[0]); in buildTetherStatesParcel()
1158 final ArrayList<TetheringInterface> errored) { in buildStateChangeIntent() argument
1165 bcast.putStringArrayListExtra(EXTRA_ERRORED_TETHER, toIfaces(errored)); in buildStateChangeIntent()
/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/
DTetheringManager.java1528 for (TetheringInterface errored : mTetherStatesParcel.erroredIfaceList) {
1529 if (iface.equals(errored.getInterface())) return mTetherStatesParcel.lastErrorList[i];