Home | History | Annotate | Download | only in com.example.android.wearable.watchface

Lines Matching defs:config

97      * Callback interface to perform an action with the current config {@link DataMap} for
102 * Callback invoked with the current config {@link DataMap} for
105 void onConfigDataMapFetched(DataMap config);
113 * Asynchronously fetches the current config {@link DataMap} for {@link DigitalWatchFaceService}
116 * If the current config {@link DataItem} doesn't exist, it isn't created and the callback
139 * Overwrites (or sets, if not present) the keys in the current config {@link DataItem} with
140 * the ones appearing in the given {@link DataMap}. If the config DataItem doesn't exist,
143 * It is allowed that only some of the keys used in the config DataItem appear in
163 * Overwrites the current config {@link DataItem}'s {@link DataMap} with {@code newConfig}.
164 * If the config DataItem doesn't exist, it's created.
196 DataMap config = dataMapItem.getDataMap();
197 mCallback.onConfigDataMapFetched(config);