Home
last modified time | relevance | path

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

/development/samples/browseable/DataLayer/Wearable/src/com.example.android.wearable.datalayer/
DDataLayerListenerService.java45 public static final String COUNT_PATH = "/count"; field in DataLayerListenerService
79 if (COUNT_PATH.equals(path)) { in onDataChanged()
DMainActivity.java159 } else if (DataLayerListenerService.COUNT_PATH.equals(path)) { in onDataChanged()
/development/samples/browseable/DataLayer/Application/src/com.example.android.wearable.datalayer/
DMainActivity.java85 private static final String COUNT_PATH = "/count"; field in MainActivity
377 PutDataMapRequest putDataMapRequest = PutDataMapRequest.create(COUNT_PATH); in run()