Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DTethering.java953 mContext.sendStickyBroadcastAsUser(buildStateChangeIntent(available, localOnly, tethered, in sendTetherStateChangedBroadcast()
987 private Intent buildStateChangeIntent(final ArrayList<TetheringInterface> available, in buildStateChangeIntent() method in Tethering