Home
last modified time | relevance | path

Searched refs:setText (Results 1 – 25 of 442) sorted by relevance

12345678910>>...18

/packages/apps/Settings/src/com/android/settings/wifi/
DWifiStatusTest.java180 mBSSID.setText(wifiInfo.getBSSID());
181 mHiddenSSID.setText(String.valueOf(wifiInfo.getHiddenSSID()));
189 mIPAddr.setText(ipBuf);
190 mLinkSpeed.setText(String.valueOf(wifiInfo.getLinkSpeed())+" Mbps");
191 mMACAddr.setText(wifiInfo.getMacAddress());
192 mNetworkId.setText(String.valueOf(wifiInfo.getNetworkId()));
193 mRSSI.setText(String.valueOf(wifiInfo.getRssi()));
194 mSSID.setText(wifiInfo.getSSID());
203 mSupplicantState.setText("FOUR WAY HANDSHAKE"); in setSupplicantStateText()
205 mSupplicantState.setText("ASSOCIATED"); in setSupplicantStateText()
[all …]
DWifiSettingsForSetupWizardXL.java333 mConnectingStatusView.setText(R.string.wifi_setup_description_connected); in showConnectedState()
338 mBackButton.setText(R.string.wifi_setup_back); in showConnectedState()
344 mTitleView.setText(getString(R.string.wifi_setup_title)); in showDefaultTitle()
349 mTitleView.setText(R.string.wifi_setup_title_add_network); in showAddNetworkTitle()
362 mTitleView.setText(getString(R.string.wifi_setup_title_editing_network, mNetworkName)); in showEditingTitle()
375 mTitleView.setText(getString(R.string.wifi_setup_title_connecting_network, mNetworkName)); in showConnectingTitle()
388 mTitleView.setText(getString(R.string.wifi_setup_title_connected_network, mNetworkName)); in showConnectedTitle()
467 mConnectButton.setText(R.string.wifi_connect); in showConfigUi()
468 mBackButton.setText(R.string.wifi_setup_cancel); in showConfigUi()
531 mBackButton.setText(R.string.wifi_setup_back); in onEapNetworkSelected()
[all …]
DWifiConfigController.java281 ((TextView) row.findViewById(R.id.name)).setText(name); in addRow()
282 ((TextView) row.findViewById(R.id.value)).setText(value); in addRow()
492 mNetworkPrefixLengthView.setText(mConfigUi.getContext().getString( in validateIpConfigFields()
503 mGatewayView.setText(InetAddress.getByAddress(addr).getHostAddress()); in validateIpConfigFields()
522 mDns1View.setText(mConfigUi.getContext().getString(R.string.wifi_dns1_hint)); in validateIpConfigFields()
621 mEapIdentityView.setText(enterpriseConfig.getIdentity()); in showSecurityFields()
622 mEapAnonymousView.setText(enterpriseConfig.getAnonymousIdentity()); in showSecurityFields()
720 mEapAnonymousView.setText(""); in setAnonymousIdentInvisible()
724 mPasswordView.setText(""); in setPasswordInvisible()
758 mIpAddressView.setText(linkAddress.getAddress().getHostAddress()); in showIpConfigFields()
[all …]
/packages/apps/Settings/src/com/android/settings/
DRadioInfo.java219 mNeighboringCids.setText("unknown");
225 smsc.setText("refresh error");
227 smsc.setText((String)ar.result);
234 smsc.setText("update error");
431 radioPowerButton.setText(buttonText); in updatePowerState()
435 cellInfoListRateButton.setText("CellInfoListRate " + mCellInfoListRateHandler.getRate()); in updateCellInfoListRate()
440 dnsCheckState.setText(phone.isDnsCheckDisabled() ? in updateDnsCheckState()
453 dBm.setText("0"); in updateSignalStrength()
464 dBm.setText(String.valueOf(signalDbm) + " " in updateSignalStrength()
476 mLocation.setText(r.getString(R.string.radioInfo_lac) + " = " in updateLocation()
[all …]
DBatteryInfo.java86 mLevel.setText("" + intent.getIntExtra("level", 0));
87 mScale.setText("" + intent.getIntExtra("scale", 0));
88 mVoltage.setText("" + intent.getIntExtra("voltage", 0) + " "
90 mTemperature.setText("" + tenthsToFixedString(intent.getIntExtra("temperature", 0))
92 mTechnology.setText("" + intent.getStringExtra("technology"));
94 mStatus.setText(Utils.getBatteryStatus(getResources(), intent));
98 mPower.setText(getString(R.string.battery_info_power_unplugged));
101 mPower.setText(getString(R.string.battery_info_power_ac));
104 mPower.setText(getString(R.string.battery_info_power_usb));
107 mPower.setText(getString(R.string.battery_info_power_wireless));
[all …]
DApnEditor.java251 mName.setText(mCursor.getString(NAME_INDEX)); in fillUi()
252 mApn.setText(mCursor.getString(APN_INDEX)); in fillUi()
253 mProxy.setText(mCursor.getString(PROXY_INDEX)); in fillUi()
254 mPort.setText(mCursor.getString(PORT_INDEX)); in fillUi()
255 mUser.setText(mCursor.getString(USER_INDEX)); in fillUi()
256 mServer.setText(mCursor.getString(SERVER_INDEX)); in fillUi()
257 mPassword.setText(mCursor.getString(PASSWORD_INDEX)); in fillUi()
258 mMmsProxy.setText(mCursor.getString(MMSPROXY_INDEX)); in fillUi()
259 mMmsPort.setText(mCursor.getString(MMSPORT_INDEX)); in fillUi()
260 mMmsc.setText(mCursor.getString(MMSC_INDEX)); in fillUi()
[all …]
DConfirmLockPattern.java186 mHeaderTextView.setText(mHeaderText); in updateStage()
188 mHeaderTextView.setText(R.string.lockpattern_need_to_unlock); in updateStage()
191 mFooterTextView.setText(mFooterText); in updateStage()
193 mFooterTextView.setText(R.string.lockpattern_need_to_unlock_footer); in updateStage()
201 mHeaderTextView.setText(mHeaderWrongText); in updateStage()
203 mHeaderTextView.setText(R.string.lockpattern_need_to_unlock_wrong); in updateStage()
206 mFooterTextView.setText(mFooterWrongText); in updateStage()
208 mFooterTextView.setText(R.string.lockpattern_need_to_unlock_wrong_footer); in updateStage()
293 … mHeaderTextView.setText(R.string.lockpattern_too_many_failed_confirmation_attempts_header); in handleAttemptLockout()
295 mFooterTextView.setText(getString( in handleAttemptLockout()
/packages/apps/Browser/src/com/android/browser/
DAutoFillSettingsFragment.java161 mFullNameEdit.setText(""); in onOptionsItemSelected()
162 mEmailEdit.setText(""); in onOptionsItemSelected()
163 mCompanyEdit.setText(""); in onOptionsItemSelected()
164 mAddressLine1Edit.setText(""); in onOptionsItemSelected()
165 mAddressLine2Edit.setText(""); in onOptionsItemSelected()
166 mCityEdit.setText(""); in onOptionsItemSelected()
167 mStateEdit.setText(""); in onOptionsItemSelected()
168 mZipEdit.setText(""); in onOptionsItemSelected()
169 mCountryEdit.setText(""); in onOptionsItemSelected()
170 mPhoneEdit.setText(""); in onOptionsItemSelected()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransferActivity.java268 mLine1View.setText(tmp); in customizeViewContent()
271 mLine2View.setText(tmp); in customizeViewContent()
275 mLine3View.setText(tmp); in customizeViewContent()
282 mLine5View.setText(tmp); in customizeViewContent()
287 mLine1View.setText(tmp); in customizeViewContent()
290 mLine2View.setText(tmp); in customizeViewContent()
294 mLine3View.setText(tmp); in customizeViewContent()
301 mLine5View.setText(tmp); in customizeViewContent()
306 mLine1View.setText(tmp); in customizeViewContent()
309 mLine2View.setText(tmp); in customizeViewContent()
[all …]
/packages/apps/Calendar/src/com/android/calendar/
DCalendarViewAdapter.java185 weekDay.setText(buildDayOfWeek()); in getView()
186 date.setText(buildFullDate()); in getView()
191 weekDay.setText(buildWeekNum()); in getView()
195 date.setText(buildMonthYearDate()); in getView()
199 date.setText(buildMonthYearDate()); in getView()
203 weekDay.setText(buildDayOfWeek()); in getView()
204 date.setText(buildFullDate()); in getView()
224 title.setText(mButtonNames [DAY_BUTTON_INDEX]); in getView()
227 title.setText(mButtonNames [WEEK_BUTTON_INDEX]); in getView()
230 title.setText(mButtonNames [MONTH_BUTTON_INDEX]); in getView()
[all …]
/packages/apps/Settings/src/com/android/settings/applications/
DInstalledAppDetails.java249 mClearDataButton.setText(R.string.clear_user_data_text); in initDataButtons()
254 mClearDataButton.setText(R.string.manage_space_text); in initDataButtons()
256 mClearDataButton.setText(R.string.clear_user_data_text); in initDataButtons()
289 mMoveAppButton.setText(R.string.move_app); in initMoveButton()
291 mMoveAppButton.setText(R.string.move_app_to_internal); in initMoveButton()
295 mMoveAppButton.setText(R.string.move_app_to_sdcard); in initMoveButton()
331 button.setText(R.string.disable_text); in handleDisableable()
333 button.setText(R.string.disable_text); in handleDisableable()
336 button.setText(R.string.enable_text); in handleDisableable()
349 mUninstallButton.setText(R.string.app_factory_reset); in initUninstallButtons()
[all …]
DRunningServiceDetails.java228 mServicesHeader.setText(R.string.runningservicedetails_services_title); in addServicesHeader()
238 mProcessesHeader.setText(R.string.runningservicedetails_processes_title); in addProcessesHeader()
288 description.setText(getActivity().getPackageManager().getText( in addServiceDetailsView()
293 description.setText(R.string.background_process_stop_description); in addServiceDetailsView()
299 … description.setText(getActivity().getString(R.string.service_manage_description, in addServiceDetailsView()
304 description.setText(getActivity().getText(si != null in addServiceDetailsView()
311 detail.mStopButton.setText(getActivity().getText(detail.mManageIntent != null in addServiceDetailsView()
314 detail.mReportButton.setText(com.android.internal.R.string.report); in addServiceDetailsView()
348 description.setText(R.string.main_running_process_description); in addProcessDetailsView()
383 description.setText(getActivity().getString(textid, label)); in addProcessDetailsView()
[all …]
DRunningProcessesView.java110 mHolder.size.setText(size); in updateTime()
117 mHolder.uptime.setText(""); in updateTime()
131 uptimeView.setText(DateUtils.formatElapsedTime(builder, in updateTime()
139 uptimeView.setText(context.getResources().getText( in updateTime()
142 uptimeView.setText(""); in updateTime()
181 name.setText(item.mDisplayLabel); in bind()
188 description.setText(rootView.getContext().getText(R.string.cached)); in bind()
190 description.setText(item.mDescription); in bind()
346 mBackgroundProcessText.setText(getResources().getString( in refreshUi()
350 mForegroundProcessText.setText(getResources().getString( in refreshUi()
/packages/apps/Phone/src/com/android/phone/
DCallCard.java424 mCallStateLabel.setText(mContext.getString(R.string.card_title_call_ended)); in updateAlreadyDisconnected()
642 mPhoneNumber.setText(mIncomingCallWidgetHintTextResId); in displayMainCallStatus()
697 ((TextView) cookie).setText(PhoneUtils.getCompactNameFromCallerInfo(ci, mContext)); in onQueryComplete()
850 mProviderLabel.setText(context.getString(R.string.calling_via_template, in updateCallStateWidgets()
852 mProviderAddress.setText(inCallUiState.providerAddress); in updateCallStateWidgets()
861 mCallStateLabel.setText(callStateLabel); in updateCallStateWidgets()
878 mCallStateLabel.setText(""); in updateCallStateWidgets()
944 mElapsedTime.setText(DateUtils.formatElapsedTime(timeElapsed)); in updateElapsedTimeWidget()
975 mSecondaryCallName.setText(getContext().getString(R.string.confCall)); in displaySecondaryCallStatus()
984 mSecondaryCallName.setText( in displaySecondaryCallStatus()
[all …]
DFdnSetting.java122 mButtonEnableFDN.setText(""); in toggleFDNEnable()
155 mButtonChangePin2.setText(""); in updatePINChangeState()
166 mButtonChangePin2.setText(""); in updatePINChangeState()
179 mButtonChangePin2.setText(""); in updatePINChangeState()
183 mButtonChangePin2.setText(""); in updatePINChangeState()
193 mButtonChangePin2.setText(""); in updatePINChangeState()
206 mButtonChangePin2.setText(""); in updatePINChangeState()
221 mButtonChangePin2.setText(""); in updatePINChangeState()
225 mButtonChangePin2.setText(""); in updatePINChangeState()
448 mButtonChangePin2.setText(icicle.getString(DIALOG_PIN_ENTRY_KEY)); in onCreate()
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerView.java87 mHoursTens.setText("-"); in setTime()
93 mHoursTens.setText(String.format("%d",hoursTensDigit)); in setTime()
102 mHoursOnes.setText("-"); in setTime()
107 mHoursOnes.setText(String.format("%d",hoursOnesDigit)); in setTime()
115 mMinutesTens.setText("-"); in setTime()
119 mMinutesTens.setText(String.format("%d",minutesTensDigit)); in setTime()
124 mMinutesOnes.setText("-"); in setTime()
127 mMinutesOnes.setText(String.format("%d",minutesOnesDigit)); in setTime()
133 mSeconds.setText(String.format("%02d",seconds)); in setTime()
/packages/apps/Settings/src/com/android/settings/vpn2/
DVpnDialog.java103 mName.setText(mProfile.name); in onCreate()
105 mServer.setText(mProfile.server); in onCreate()
107 mUsername.setText(mProfile.username); in onCreate()
108 mPassword.setText(mProfile.password); in onCreate()
110 mSearchDomains.setText(mProfile.searchDomains); in onCreate()
111 mDnsServers.setText(mProfile.dnsServers); in onCreate()
112 mRoutes.setText(mProfile.routes); in onCreate()
114 mL2tpSecret.setText(mProfile.l2tpSecret); in onCreate()
115 mIpsecIdentifier.setText(mProfile.ipsecIdentifier); in onCreate()
116 mIpsecSecret.setText(mProfile.ipsecSecret); in onCreate()
/packages/apps/Contacts/src/com/android/contacts/activities/
DContactEditorAccountsChangedActivity.java93 textView.setText(getString(R.string.contact_editor_prompt_multiple_accounts)); in onCreate()
96 button.setText(getString(R.string.add_new_account)); in onCreate()
114 textView.setText(getString(R.string.contact_editor_prompt_one_account, in onCreate()
119 leftButton.setText(getString(R.string.add_new_account)); in onCreate()
124 rightButton.setText(getString(android.R.string.ok)); in onCreate()
140 textView.setText(getString(R.string.contact_editor_prompt_zero_accounts)); in onCreate()
144 leftButton.setText(getString(R.string.keep_local)); in onCreate()
158 rightButton.setText(getString(R.string.add_account)); in onCreate()
/packages/apps/SpeechRecorder/src/com/android/speechrecorder/
DSpeechRecorderActivity.java83 mCommand.setText("Please click 'Record' to begin"); in onCreate()
107 m8KHz.setText("PCM/16bit/8KHz"); in onCreate()
108 m11KHz.setText("PCM/16bit/11KHz"); in onCreate()
143 mCommand.setText("Finished: Thank You!"); in setupRecording()
149 mCommand.setText("Say: \"" + utterances[index] + "\""); in setupRecording()
172 mStatus.setText(status + " Recording... " + remain); in setupRecording()
175 mStatus.setText(status); in setupRecording()
241 mCommand.setText("Got it!"); in stopRecording()
/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactReadOnlyEditorView.java134 mAccountTypeTextView.setText(R.string.local_profile_title); in setState()
137 mAccountTypeTextView.setText(mContext.getString(R.string.external_profile_title, in setState()
139 mAccountNameTextView.setText(mAccountName); in setState()
148 mAccountNameTextView.setText( in setState()
154 mAccountTypeTextView.setText(mContext.getString(R.string.account_type_format, in setState()
180 mName.setText(primary != null ? primary.getAsString(StructuredName.DISPLAY_NAME) : in setState()
257 titleView.setText(titleText); in bindData()
265 dataView.setText(data); in bindData()
271 typeView.setText(type); in bindData()
/packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
DRecurrencePickerDialog.java905 mInterval.setText(intervalStr); in updateDialog()
944 mRepeatMonthlyByNthDayOfWeek.setText(mMonthRepeatByDayOfWeekStr); in updateDialog()
959 mEndDateTextView.setText(dateStr); in updateDialog()
967 mEndCount.setText(countStr); in updateDialog()
1011 mIntervalPostText.setText(intervalString.substring(postTextStart, in updateIntervalText()
1013 mIntervalPreText.setText(intervalString.substring(0, markerStart).trim()); in updateIntervalText()
1032 mPostEndCount.setText(endString.substring(postTextStart, in updateEndCountText()
1231 item.setText(mStrings.get(RecurrenceModel.END_NEVER)); in getView()
1240 item.setText(mEndDateLabel); in getView()
1242 item.setText(mEndDateString.substring(0, markerStart).trim()); in getView()
[all …]
/packages/apps/Contacts/src/com/android/contacts/list/
DDefaultContactBrowseListFragment.java184 mCounterHeaderView.setText(String.format(format, count)); in showCount()
192 mCounterHeaderView.setText(getString( in showCount()
196 mCounterHeaderView.setText(R.string.listTotalPhoneContactsZero); in showCount()
199 mCounterHeaderView.setText(R.string.listTotalAllContactsZeroStarred); in showCount()
202 mCounterHeaderView.setText(R.string.listTotalAllContactsZeroCustom); in showCount()
205 mCounterHeaderView.setText(R.string.listTotalAllContactsZero); in showCount()
222 mSearchProgressText.setText(R.string.search_results_searching); in showCount()
225 mSearchProgressText.setText(R.string.listFoundAllContactsZero); in showCount()
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DAccountFilterUtil.java73 headerTextView.setText(R.string.list_filter_phones); in updateAccountFilterTitle()
77 headerTextView.setText(context.getString( in updateAccountFilterTitle()
81 headerTextView.setText(R.string.listCustomView); in updateAccountFilterTitle()
89 headerTextView.setText(R.string.list_filter_all_accounts); in updateAccountFilterTitle()
93 headerTextView.setText(context.getString( in updateAccountFilterTitle()
97 headerTextView.setText(R.string.listCustomView); in updateAccountFilterTitle()
100 headerTextView.setText(R.string.listSingleContact); in updateAccountFilterTitle()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DPowerUsageDetail.java198 summary.setText(getDescriptionForDrainType()); in createDetails()
205 mTitleView.setText(mTitle); in createDetails()
208 text1.setText(getString(R.string.percentage, percentage)); in createDetails()
229 mForceStopButton.setText(R.string.force_stop); in createDetails()
232 mReportButton.setText(com.android.internal.R.string.report); in createDetails()
337 labelView.setText(label); in fillDetailsSection()
338 valueView.setText(value); in fillDetailsSection()
409 actionButton.setText(res.getString(title)); in addControl()
410 summaryView.setText(res.getString(summary)); in addControl()
531 labelView.setText(mPackages[i]); in fillPackagesSection()
/packages/apps/Email/src/com/android/email/activity/
DMessageViewFragmentBase.java587 mAttachmentTab.setText(mContext.getResources().getQuantityString( in updateTabs()
953 ((TextView) UiUtilities.getView(root, textViewId)).setText(text); in setDetailsRow()
1424 saveButton.setText(R.string.message_view_attachment_save_action); in updateAttachmentButtons()
1426 saveButton.setText(R.string.message_view_attachment_saved); in updateAttachmentButtons()
1433 openButton.setText(R.string.message_view_attachment_play_action); in updateAttachmentButtons()
1435 openButton.setText(R.string.message_view_attachment_install_action); in updateAttachmentButtons()
1437 openButton.setText(R.string.message_view_attachment_view_action); in updateAttachmentButtons()
1519 attachmentName.setText(attachmentInfo.mName); in addAttachment()
1520 attachmentInfoView.setText(UiUtilities.formatSize(mContext, attachmentInfo.mSize)); in addAttachment()
1579 mSubjectView.setText(message.mSubject); in updateHeaderView()
[all …]

12345678910>>...18