HomeSort by relevance Sort by last modified time
    Searched refs:mInformationTextView (Results 1 - 6 of 6) sorted by null

  /developers/build/prebuilts/gradle/WearVerifyRemoteApp/Application/src/main/java/com/example/android/wearable/wear/wearverifyremoteapp/
MainMobileActivity.java 120 private TextView mInformationTextView;
134 mInformationTextView = (TextView) findViewById(R.id.information_text_view);
137 mInformationTextView.setText(CHECKING_MESSAGE);
281 mInformationTextView.setText(NO_DEVICES);
286 mInformationTextView.setText(MISSING_ALL_MESSAGE);
296 mInformationTextView.setText(installMessage);
306 mInformationTextView.setText(installMessage);
  /developers/samples/android/wearable/wear/WearVerifyRemoteApp/Application/src/main/java/com/example/android/wearable/wear/wearverifyremoteapp/
MainMobileActivity.java 120 private TextView mInformationTextView;
134 mInformationTextView = (TextView) findViewById(R.id.information_text_view);
137 mInformationTextView.setText(CHECKING_MESSAGE);
281 mInformationTextView.setText(NO_DEVICES);
286 mInformationTextView.setText(MISSING_ALL_MESSAGE);
296 mInformationTextView.setText(installMessage);
306 mInformationTextView.setText(installMessage);
  /development/samples/browseable/WearVerifyRemoteApp/Application/src/com.example.android.wearable.wear.wearverifyremoteapp/
MainMobileActivity.java 120 private TextView mInformationTextView;
134 mInformationTextView = (TextView) findViewById(R.id.information_text_view);
137 mInformationTextView.setText(CHECKING_MESSAGE);
281 mInformationTextView.setText(NO_DEVICES);
286 mInformationTextView.setText(MISSING_ALL_MESSAGE);
296 mInformationTextView.setText(installMessage);
306 mInformationTextView.setText(installMessage);
  /developers/build/prebuilts/gradle/WearVerifyRemoteApp/Wearable/src/main/java/com/example/android/wearable/wear/wearverifyremoteapp/
MainWearActivity.java 103 private TextView mInformationTextView;
118 mInformationTextView = (TextView) findViewById(R.id.information_text_view);
121 mInformationTextView.setText(CHECKING_MESSAGE);
232 mInformationTextView.setText(installMessage);
237 mInformationTextView.setText(MISSING_MESSAGE);
  /developers/samples/android/wearable/wear/WearVerifyRemoteApp/Wearable/src/main/java/com/example/android/wearable/wear/wearverifyremoteapp/
MainWearActivity.java 103 private TextView mInformationTextView;
118 mInformationTextView = (TextView) findViewById(R.id.information_text_view);
121 mInformationTextView.setText(CHECKING_MESSAGE);
232 mInformationTextView.setText(installMessage);
237 mInformationTextView.setText(MISSING_MESSAGE);
  /development/samples/browseable/WearVerifyRemoteApp/Wearable/src/com.example.android.wearable.wear.wearverifyremoteapp/
MainWearActivity.java 103 private TextView mInformationTextView;
118 mInformationTextView = (TextView) findViewById(R.id.information_text_view);
121 mInformationTextView.setText(CHECKING_MESSAGE);
232 mInformationTextView.setText(installMessage);
237 mInformationTextView.setText(MISSING_MESSAGE);

Completed in 347 milliseconds