Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPermissionActivity.java49 private TextView messageView; field in BluetoothPermissionActivity
160 messageView = (TextView)mView.findViewById(R.id.message); in createConnectionDialogView()
161 messageView.setText(getString(R.string.bluetooth_connection_dialog_text, in createConnectionDialogView()
169 messageView = (TextView)mView.findViewById(R.id.message); in createPhonebookDialogView()
170 messageView.setText(getString(R.string.bluetooth_pb_acceptance_dialog_text, in createPhonebookDialogView()
178 messageView = (TextView)mView.findViewById(R.id.message); in createMapDialogView()
179 messageView.setText(getString(R.string.bluetooth_map_acceptance_dialog_text, in createMapDialogView()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapActivity.java82 private TextView messageView; field in BluetoothPbapActivity
161 messageView = (TextView)mView.findViewById(R.id.message); in createView()
162 messageView.setText(createDisplayText(id)); in createView()
236 messageView.setText(getString(R.string.pbap_authentication_timeout_message, in onTimeout()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DPowerUsageDetail.java635 TextView messageView = (TextView) item.findViewById(R.id.message); in addMessage() local
636 messageView.setText(res.getText(message)); in addMessage()