Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/
H A DCarAudioInputAdapter.java62 vh.mStopButton = convertView.findViewById(R.id.stop_audio_input); in getView()
73 vh.mStopButton.setVisibility(View.INVISIBLE); in getView()
79 vh.mStopButton.setVisibility(View.VISIBLE); in getView()
80 vh.mStopButton.setOnClickListener((View v) -> stopAudio(mAudioDeviceInfos[position] in getView()
125 public Button mStopButton; field in CarAudioInputAdapter.ViewHolder
/aosp12/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DStartVoiceInteractionActivity.java43 Button mStopButton; field in StartVoiceInteractionActivity
60 mStopButton = findViewById(R.id.stop); in onCreate()
61 mStopButton.setOnClickListener(this); in onCreate()
93 } else if (v == mStopButton) { in onClick()
102 mStopButton.setEnabled(true); in onLocalVoiceInteractionStarted()
109 mStopButton.setEnabled(false); in onLocalVoiceInteractionStopped()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputBaseDialog.java71 private Button mStopButton; field in MediaOutputBaseDialog
123 mStopButton = mDialogView.requireViewById(R.id.stop); in onCreate()
134 mStopButton.setOnClickListener(v -> { in onCreate()
185 mStopButton.setVisibility(getStopButtonVisibility()); in refresh()
/aosp12/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DFrameworkPerfActivity.java58 Button mStopButton; field in FrameworkPerfActivity
193 mStopButton = (Button)findViewById(R.id.stop); in onCreate()
194 mStopButton.setOnClickListener(new View.OnClickListener() { in onCreate()
199 mStopButton.setEnabled(false); in onCreate()
398 mStopButton.setEnabled(true); in startRunning()
420 mStopButton.setEnabled(false); in stopRunning()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningServiceDetails.java87 Button mStopButton; field in RunningServiceDetails.ActiveDetail
280 detail.mStopButton = (Button)root.findViewById(R.id.left_button); in addServiceDetailsView()
313 detail.mStopButton.setOnClickListener(detail); in addServiceDetailsView()
314 detail.mStopButton.setText(getActivity().getText(detail.mManageIntent != null in addServiceDetailsView()