Home
last modified time | relevance | path

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

/packages/apps/Protips/src/com/android/protips/
DProtipWidget.java148 final Intent bcast = new Intent(context, ProtipWidget.class); in onReceiveAsync() local
149 bcast.setAction(ACTION_POKE); in onReceiveAsync()
150 bcast.putExtra(EXTRA_TIMES, 3); in onReceiveAsync()
151 mContext.sendBroadcast(bcast); in onReceiveAsync()
196 Intent bcast = new Intent(context, ProtipWidget.class); in buildUpdate() local
197 bcast.setAction(ACTION_NEXT_TIP); in buildUpdate()
199 context, 0, bcast, PendingIntent.FLAG_UPDATE_CURRENT); in buildUpdate()
203 bcast = new Intent(context, ProtipWidget.class); in buildUpdate()
204 bcast.setAction(ACTION_POKE); in buildUpdate()
205 bcast.putExtra(EXTRA_TIMES, 1); in buildUpdate()
[all …]