Home
last modified time | relevance | path

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

/development/samples/browseable/DataLayer/Application/src/com.example.android.wearable.datalayer/
DMainActivity.java250 mSendPhotoBtn = (Button) findViewById(R.id.sendPhoto); in setupViews()
262 sendPhoto(toAsset(mImageBitmap)); in onSendPhotoClick()
329 private void sendPhoto(Asset asset) { in sendPhoto() method in MainActivity