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

  /developers/build/prebuilts/gradle/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessagingFragment.java 49 private Button mClearLogButton;
101 mClearLogButton = (Button) rootView.findViewById(R.id.clear);
102 mClearLogButton.setOnClickListener(this);
117 } else if (view == mClearLogButton) {
  /developers/samples/android/notification/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessagingFragment.java 49 private Button mClearLogButton;
101 mClearLogButton = (Button) rootView.findViewById(R.id.clear);
102 mClearLogButton.setOnClickListener(this);
117 } else if (view == mClearLogButton) {
  /development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
MessagingFragment.java 49 private Button mClearLogButton;
101 mClearLogButton = (Button) rootView.findViewById(R.id.clear);
102 mClearLogButton.setOnClickListener(this);
117 } else if (view == mClearLogButton) {

Completed in 2081 milliseconds