Home
last modified time | relevance | path

Searched defs:bcast (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Protips/src/com/android/protips/
H A DProtipWidget.java148 final Intent bcast = new Intent(context, ProtipWidget.class); in onReceiveAsync() local
196 Intent bcast = new Intent(context, ProtipWidget.class); in buildUpdate() local
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DTethering.java991 final Intent bcast = new Intent(ACTION_TETHER_STATE_CHANGED); in buildStateChangeIntent() local
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DTetheringTest.java800 final Intent bcast = mIntents.get(0); in verifyTetheringBroadcast() local