Home
last modified time | relevance | path

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

/development/samples/browseable/DataLayer/Wearable/src/com.example.android.wearable.datalayer/
DMainActivity.java178 showNodes(CAPABILITY_2_NAME); in onClicked()
181 showNodes(CAPABILITY_1_NAME, CAPABILITY_2_NAME); in onClicked()
191 private void showNodes(final String... capabilityNames) { in showNodes() method in MainActivity