Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DComplicationSimpleConfigActivity.java87 ComponentName watchFace = new ComponentName( in getComplicationItems() local
119 ComponentName watchFace; field in ComplicationSimpleConfigActivity.ComplicationItem
125 public ComplicationItem(ComponentName watchFace, int complicationId, int[] supportedTypes, in ComplicationItem()