Home
last modified time | relevance | path

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

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