Home
last modified time | relevance | path

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

/developers/samples/android/wearable/wear/DataLayer/Application/src/main/java/com/example/android/wearable/datalayer/
DMainActivity.java192 mSendPhotoBtn = findViewById(R.id.sendPhoto); in setupViews()
204 sendPhoto(toAsset(mImageBitmap)); in onSendPhotoClick()
274 private void sendPhoto(Asset asset) { in sendPhoto() method in MainActivity