Searched refs:mCommand (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Mms/src/com/android/mms/ui/
H A DAttachmentTypeSelectorAdapter.java89 private int mCommand; field in class:AttachmentTypeSelectorAdapter.AttachmentListItem
94 mCommand = command;
98 return mCommand;
/packages/apps/SpeechRecorder/src/com/android/speechrecorder/
H A DSpeechRecorderActivity.java48 private TextView mCommand; field in class:SpeechRecorderActivity
73 mCommand = (TextView) findViewById(R.id.commandText);
83 mCommand.setText("Please click 'Record' to begin");
143 mCommand.setText("Finished: Thank You!");
149 mCommand.setText("Say: \"" + utterances[index] + "\"");
241 mCommand.setText("Got it!");
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetPhoneState.java337 String mCommand; field in class:HeadsetVendorSpecificResultCode
342 mCommand = command;
H A DHeadsetStateMachine.java3129 String stringToSend = resultCode.mCommand + ": ";

Completed in 140 milliseconds