Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/provider/
DRandomNumberProviderService.java57 Intent updateIntent = in onComplicationUpdate() local
59 updateIntent.setAction(UpdateComplicationDataService.ACTION_UPDATE_COMPLICATION); in onComplicationUpdate()
61 updateIntent.putExtra(UpdateComplicationDataService.EXTRA_COMPLICATION_ID, complicationId); in onComplicationUpdate()
71 updateIntent, in onComplicationUpdate()
/development/samples/browseable/Quiz/Wearable/src/com.example.android.wearable.quiz/
DQuizListenerService.java140 PendingIntent updateIntent = PendingIntent.getService(this, 0, updateOperation, in onDataChanged() local
143 questionNumToDrawableId.get(i), null, updateIntent) in onDataChanged()