Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/
DDigitalWatchFaceCompanionConfigActivity.java196 sendConfigUpdateMessage(configKey, Color.parseColor(colorName)); in setUpColorPickerListener()
204 private void sendConfigUpdateMessage(String configKey, int color) { in sendConfigUpdateMessage() method in DigitalWatchFaceCompanionConfigActivity