Home
last modified time | relevance | path

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

/development/samples/browseable/WearVerifyRemoteApp/Wearable/src/com.example.android.wearable.wear.wearverifyremoteapp/
DMainWearActivity.java106 private Node mAndroidPhoneNodeWithApp; field in MainWearActivity
191 mAndroidPhoneNodeWithApp = pickBestNodeId(capabilityInfo.getNodes()); in onCapabilityChanged()
212 mAndroidPhoneNodeWithApp = pickBestNodeId(capabilityInfo.getNodes()); in checkIfPhoneHasApp()
224 if (mAndroidPhoneNodeWithApp != null) { in verifyNodeAndUpdateUI()
230 String.format(INSTALLED_MESSAGE, mAndroidPhoneNodeWithApp.getDisplayName()); in verifyNodeAndUpdateUI()