Home
last modified time | relevance | path

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

12345678910>>...40

/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/imei/
DImeiInfoDialogControllerTest.java103 verify(mDialog, never()).setText(anyInt(), any()); in populateImeiInfo_invalidSlot_shouldSetNothing()
113 verify(mDialog).setText(ID_MEID_NUMBER_VALUE, MEID_NUMBER); in populateImeiInfo_cdmaLteEnabled_shouldSetMeidAndImeiAndMin()
114 verify(mDialog).setText(ID_MIN_NUMBER_VALUE, MIN_NUMBER); in populateImeiInfo_cdmaLteEnabled_shouldSetMeidAndImeiAndMin()
115 verify(mDialog).setText(ID_PRL_VERSION_VALUE, PRL_VERSION); in populateImeiInfo_cdmaLteEnabled_shouldSetMeidAndImeiAndMin()
116 verify(mDialog).setText(eq(ID_IMEI_VALUE), any()); in populateImeiInfo_cdmaLteEnabled_shouldSetMeidAndImeiAndMin()
117 verify(mDialog).setText(eq(ID_IMEI_SV_VALUE), any()); in populateImeiInfo_cdmaLteEnabled_shouldSetMeidAndImeiAndMin()
127 verify(mDialog).setText(ID_MEID_NUMBER_VALUE, MEID_NUMBER); in populateImeiInfo_cdmaLteDisabled_shouldSetMeidAndMinAndRemoveGsmSettings()
128 verify(mDialog).setText(ID_MIN_NUMBER_VALUE, MIN_NUMBER); in populateImeiInfo_cdmaLteDisabled_shouldSetMeidAndMinAndRemoveGsmSettings()
129 verify(mDialog).setText(ID_PRL_VERSION_VALUE, PRL_VERSION); in populateImeiInfo_cdmaLteDisabled_shouldSetMeidAndMinAndRemoveGsmSettings()
140 verify(mDialog).setText(ID_MEID_NUMBER_VALUE, MEID_NUMBER); in populateImeiInfo_cdmaSimDisabled_shouldRemoveImeiInfoAndSetMinPrlToEmpty()
[all …]
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiStatusTest.java182 mBSSID.setText(wifiInfo.getBSSID());
183 mHiddenSSID.setText(String.valueOf(wifiInfo.getHiddenSSID()));
191 mIPAddr.setText(ipBuf);
192 mTxLinkSpeed.setText(String.valueOf(wifiInfo.getTxLinkSpeedMbps())+" Mbps");
193 mRxLinkSpeed.setText(String.valueOf(wifiInfo.getRxLinkSpeedMbps())+" Mbps");
194 mMACAddr.setText(wifiInfo.getMacAddress());
195 mNetworkId.setText(String.valueOf(wifiInfo.getNetworkId()));
196 mRSSI.setText(String.valueOf(wifiInfo.getRssi()));
197 mSSID.setText(wifiInfo.getSSID());
206 mSupplicantState.setText("FOUR WAY HANDSHAKE"); in setSupplicantStateText()
[all …]
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/mainline/
DCarMainlineFragment.java95 mAppTargetSdk.setText(String.valueOf(appInfo.targetSdkVersion)); in onStart()
96 mAppCompilationSdk.setText(String.valueOf(appInfo.compileSdkVersion)); in onStart()
97 mAndroidSdkCodename.setText(String.valueOf(VERSION.CODENAME)); in onStart()
98 mAndroidSdkVersion.setText(String.valueOf(VERSION.SDK_INT)); in onStart()
99 mCarMajorVersion.setText(String.valueOf(carApiVersion.getMajorVersion())); in onStart()
100 mCarMinorVersion.setText(String.valueOf(carApiVersion.getMinorVersion())); in onStart()
105 mPlatformVersion.setText(platformApiVersion.toString()); in onStart()
106 mCarVersion.setText(carApiVersion.toString()); in onStart()
111 mPlatformVersion.setText(unsupported); in onStart()
112 mCarVersion.setText(unsupported); in onStart()
[all …]
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/connectivity/
DNetworkListAdapter.java84 vh.netId.setText("" + mNetworkList[position].mNetId); in getView()
85 vh.netType.setText(mNetworkList[position].mType); in getView()
86 vh.netState.setText(mNetworkList[position].mState); in getView()
87 vh.connected.setText(mNetworkList[position].mConnected); in getView()
88 vh.available.setText(mNetworkList[position].mAvailable); in getView()
89 vh.roaming.setText(mNetworkList[position].mRoaming); in getView()
90 vh.netIface.setText(mNetworkList[position].mInterfaceName); in getView()
91 vh.hwAddress.setText(mNetworkList[position].mHwAddress); in getView()
92 vh.ipAddresses.setText(mNetworkList[position].mIpAddresses); in getView()
93 vh.dns.setText(mNetworkList[position].mDnsAddresses); in getView()
[all …]
/packages/services/Telephony/src/com/android/phone/settings/
DRadioInfo.java397 mPhyChanConfig.setText(sb.toString()); in updatePhysicalChannelConfiguration()
444 mSmsc.setText("refresh error");
446 mSmsc.setText((String) ar.result);
453 mSmsc.setText("update error");
459 mPhyChanConfig.setText(("update error"));
685 mPingHostnameV4.setText(mPingHostnameResultV4); in updateAllFields()
686 mPingHostnameV6.setText(mPingHostnameResultV6); in updateAllFields()
687 mHttpClientTest.setText(mHttpClientTestResult); in updateAllFields()
752 mPingHostnameV4.setText(mPingHostnameResultV4); in restoreFromBundle()
753 mPingHostnameV6.setText(mPingHostnameResultV6); in restoreFromBundle()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppTransferActivity.java267 mLine1View.setText(tmp); in customizeViewContent()
270 mLine2View.setText(tmp); in customizeViewContent()
274 mLine3View.setText(tmp); in customizeViewContent()
281 mLine5View.setText(tmp); in customizeViewContent()
286 mLine1View.setText(tmp); in customizeViewContent()
289 mLine2View.setText(tmp); in customizeViewContent()
293 mLine3View.setText(tmp); in customizeViewContent()
300 mLine5View.setText(tmp); in customizeViewContent()
308 mLine1View.setText(tmp); in customizeViewContent()
311 mLine2View.setText(tmp); in customizeViewContent()
[all …]
/packages/services/Car/tests/AdasLocationTestApp/src/com/google/android/car/adaslocation/
DAdasLocationActivity.java72 mObserveLocationResult.setText(locationToFormattedString(location)); in onCreate()
102 mLastLocationResult.setText(locationToFormattedString(location)); in onCreate()
104 mLastLocationResult.setText(R.string.no_last_location); in onCreate()
114 mMainLocationEnabled.setText(Boolean.toString(mLocationManager in onCreate()
121 .setText(Boolean.toString(mLocationManager in onCreate()
135 mMainLocationEnabled.setText(Boolean.toString(mLocationManager.isLocationEnabled())); in onStart()
137 mAdasLocationEnabled.setText(Boolean.toString(mLocationManager in onStart()
161 mLastLocationResult.setText(""); in onPause()
192 mObserveLocationResult.setText(R.string.waiting_for_location); in startListening()
198 mObserveLocationResult.setText(""); in stopListening()
/packages/services/Car/tests/NetworkPreferenceApp/src/com/google/android/car/networking/preferenceupdater/fragments/
DManagerFragment.java179 mOemPaidRxBytesTextView.setText("RX: " + rx); in updateMetricIndicatorByType()
180 mOemPaidTxBytesTextView.setText("TX: " + tx); in updateMetricIndicatorByType()
183 mOemPrivateRxBytesTextView.setText("RX: " + rx); in updateMetricIndicatorByType()
184 mOemPrivateTxBytesTextView.setText("TX: " + tx); in updateMetricIndicatorByType()
187 mOemTotalRxBytesTextView.setText("RX: " + rx); in updateMetricIndicatorByType()
188 mOemTotalTxBytesTextView.setText("TX: " + tx); in updateMetricIndicatorByType()
229 mOEMPaidWifiSSIDsEditText.setText(""); in onResetWifiCapabilitiesBtnClick()
230 mOEMPrivateWifiSSIDsEditText.setText(""); in onResetWifiCapabilitiesBtnClick()
266 mOEMPaidAppsEditText.setText(getFromStorage(OEM_NETWORK_PREFERENCE_OEM_PAID)); in setDefaultValues()
267 mOEMPaidNoFallbackAppsEditText.setText( in setDefaultValues()
[all …]
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/common/
DActionButtonsPreferenceTest.java80 mPref.getButton(ActionButtons.BUTTON1).setText(R.string.settings_label); in onBindViewHolder_setTitle_shouldShowButtonByDefault()
81 mPref.getButton(ActionButtons.BUTTON2).setText(R.string.settings_label); in onBindViewHolder_setTitle_shouldShowButtonByDefault()
82 mPref.getButton(ActionButtons.BUTTON3).setText(R.string.settings_label); in onBindViewHolder_setTitle_shouldShowButtonByDefault()
83 mPref.getButton(ActionButtons.BUTTON4).setText(R.string.settings_label); in onBindViewHolder_setTitle_shouldShowButtonByDefault()
132 mPref.getButton(ActionButtons.BUTTON1).setText(R.string.settings_label).setVisible(false); in onBindViewHolder_setVisibleIsGoneAndSetTitle_shouldNotShowButton()
133 mPref.getButton(ActionButtons.BUTTON2).setText(R.string.settings_label).setVisible(false); in onBindViewHolder_setVisibleIsGoneAndSetTitle_shouldNotShowButton()
134 mPref.getButton(ActionButtons.BUTTON3).setText(R.string.settings_label).setVisible(false); in onBindViewHolder_setVisibleIsGoneAndSetTitle_shouldNotShowButton()
135 mPref.getButton(ActionButtons.BUTTON4).setText(R.string.settings_label).setVisible(false); in onBindViewHolder_setVisibleIsGoneAndSetTitle_shouldNotShowButton()
170 mPref.getButton(ActionButtons.BUTTON1).setText(R.string.settings_label).setVisible(false); in onBindViewHolder_setVisibility_shouldUpdateButtonVisibility()
171 mPref.getButton(ActionButtons.BUTTON2).setText(R.string.settings_label).setVisible(false); in onBindViewHolder_setVisibility_shouldUpdateButtonVisibility()
[all …]
/packages/apps/Calendar/src/com/android/calendar/
DCalendarViewAdapter.kt140 weekDay.setText(buildDayOfWeek()) in getView()
141 date.setText(buildFullDate()) in getView()
146 weekDay.setText(buildWeekNum()) in getView()
150 date.setText(buildMonthYearDate()) in getView()
154 date.setText(buildMonthYearDate()) in getView()
171 ViewType.DAY -> title?.setText(mButtonNames[DAY_BUTTON_INDEX]) in getView()
172 ViewType.WEEK -> title?.setText(mButtonNames[WEEK_BUTTON_INDEX]) in getView()
173 ViewType.MONTH -> title?.setText(mButtonNames[MONTH_BUTTON_INDEX]) in getView()
203 viewType?.setText(mButtonNames[DAY_BUTTON_INDEX]) in getDropDownView()
205 date?.setText(buildMonthDayDate()) in getDropDownView()
[all …]
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DWallpaperInfoView.java67 mTitle.setText(null); in populateWallpaperInfo()
68 mSubtitle1.setText(null); in populateWallpaperInfo()
70 mSubtitle2.setText(null); in populateWallpaperInfo()
72 mExploreButton.setText(null); in populateWallpaperInfo()
77 mTitle.setText(attributions.get(0)); in populateWallpaperInfo()
83 mSubtitle1.setText(attributions.get(1)); in populateWallpaperInfo()
88 mSubtitle2.setText(attributions.get(2)); in populateWallpaperInfo()
93 mExploreButton.setText(actionLabel); in populateWallpaperInfo()
/packages/apps/TV/src/com/android/tv/dialog/
DPinDialogFragment.java185 mTitleView.setText(R.string.pin_enter_unlock_channel); in onCreateView()
188 mTitleView.setText(R.string.pin_enter_unlock_program); in onCreateView()
194 mTitleView.setText(getString(R.string.pin_enter_unlock_dvr_unrated)); in onCreateView()
196 mTitleView.setText( in onCreateView()
205 mTitleView.setText(R.string.pin_enter_pin); in onCreateView()
209 mTitleView.setText(R.string.pin_enter_create_pin); in onCreateView()
211 mTitleView.setText(R.string.pin_enter_old_pin); in onCreateView()
240 mWrongPinView.setText( in updateWrongPin()
306 mTitleView.setText(R.string.pin_enter_again);
313 mTitleView.setText(R.string.pin_enter_create_pin);
[all …]
DDvrHistoryDialogFragment.java76 setText(view, R.id.state, getStateString(schedule.getState())); in onCreateDialog()
77 setText(view, R.id.schedule_time, getRecordingTimeText(schedule)); in onCreateDialog()
78 setText( in onCreateDialog()
83 setText(view, R.id.channel_name, getChannelNameText(schedule)); in onCreateDialog()
87 private void setText(View view, int id, CharSequence text) { in onCreateDialog()
88 ((TextView) view.findViewById(id)).setText(text); in onCreateDialog()
91 private void setText(View view, int id, int text) { in onCreateDialog()
92 ((TextView) view.findViewById(id)).setText(text); in onCreateDialog()
/packages/apps/Dialer/java/com/android/contacts/common/util/
DAccountFilterUtil.java51 headerTextView.setText(R.string.list_filter_phones); in updateAccountFilterTitle()
55 headerTextView.setText( in updateAccountFilterTitle()
59 headerTextView.setText(R.string.listCustomView); in updateAccountFilterTitle()
65 headerTextView.setText(R.string.list_filter_all_accounts); in updateAccountFilterTitle()
69 headerTextView.setText( in updateAccountFilterTitle()
73 headerTextView.setText(R.string.listCustomView); in updateAccountFilterTitle()
76 headerTextView.setText(R.string.listSingleContact); in updateAccountFilterTitle()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/projection/
DProjectionFragment.java64 mCurrentProjectionStatus.setText(STATE_TO_STRING.get(state)); in onProjectionStatusChanged()
65 mCurrentProjectionPackage.setText(packageName); in onProjectionStatusChanged()
74 detailPackage.setText(detail.getPackageName()); in onProjectionStatusChanged()
77 detailState.setText(STATE_TO_STRING.get(detail.getState())); in onProjectionStatusChanged()
81 detailTransport.setText(TRANSPORT_TO_STRING.get(detail.getTransport())); in onProjectionStatusChanged()
90 deviceId.setText(String.valueOf(device.getId())); in onProjectionStatusChanged()
93 deviceName.setText(device.getName()); in onProjectionStatusChanged()
99 transportView.setText(TRANSPORT_TO_STRING.get(transport)); in onProjectionStatusChanged()
106 deviceProjecting.setText(String.valueOf(device.isProjecting())); in onProjectionStatusChanged()
/packages/apps/Settings/tests/unit/src/com/android/settings/deviceinfo/simstatus/
DSimStatusDialogControllerTest.java210 verify(mDialog).setText(NETWORK_PROVIDER_VALUE_ID, carrierName); in initialize_updateNetworkProviderWithFoobarCarrier_shouldUpdateCarrierWithFoobar()
241 verify(mDialog).setText(SERVICE_STATE_VALUE_ID, inServiceText); in initialize_updateServiceStateWithInService_shouldUpdateTextToBeCInService()
253 verify(mDialog).setText(SERVICE_STATE_VALUE_ID, offServiceText); in initialize_updateServiceStateWithPowerOff_shouldUpdateTextAndResetSignalStrength()
254 verify(mDialog).setText(SIGNAL_STRENGTH_VALUE_ID, "0"); in initialize_updateServiceStateWithPowerOff_shouldUpdateTextAndResetSignalStrength()
268 verify(mDialog).setText(SERVICE_STATE_VALUE_ID, offServiceText); in initialize_updateVoiceDataOutOfService_shouldUpdateSettingAndResetSignalStrength()
269 verify(mDialog).setText(SIGNAL_STRENGTH_VALUE_ID, "0"); in initialize_updateVoiceDataOutOfService_shouldUpdateSettingAndResetSignalStrength()
282 verify(mDialog).setText(SERVICE_STATE_VALUE_ID, inServiceText); in initialize_updateVoiceOutOfServiceDataInService_shouldUpdateTextToBeInService()
298 verify(mDialog, times(2)).setText(SIGNAL_STRENGTH_VALUE_ID, signalStrengthString); in initialize_updateSignalStrengthWithLte50Wcdma40_shouldUpdateSignalStrengthTo50()
314 verify(mDialog, times(2)).setText(SIGNAL_STRENGTH_VALUE_ID, signalStrengthString); in initialize_updateSignalStrengthWithLte50Cdma30_shouldUpdateSignalStrengthTo50()
331 verify(mDialog, times(2)).setText(SIGNAL_STRENGTH_VALUE_ID, signalStrengthString); in initialize_updateVoiceOutOfServiceDataInService_shouldUpdateSignalStrengthTo50()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
DExportDialog.java102 mSeekVal.setText(mSliderLabel + mSeekBar.getProgress()); in onCreateView()
113 mWidthText.setText("" + mOriginalBounds.width()); in onCreateView()
114 mHeightText.setText("" + mOriginalBounds.height()); in onCreateView()
141 mSeekVal.setText(mSliderLabel + arg1); in onProgressChanged()
197 mEstimatedSize.setText(estimatedSize); in updateSize()
214 mWidthText.setText("" + width); in textChanged()
218 mWidthText.setText("" + width); in textChanged()
222 mHeightText.setText("" + height); in textChanged()
231 mHeightText.setText("" + height); in textChanged()
235 mHeightText.setText("" + height); in textChanged()
[all …]
/packages/apps/Settings/src/com/android/settings/deviceinfo/imei/
DImeiInfoDialogController.java90 mDialog.setText(ID_MEID_NUMBER_VALUE, getMeid()); in updateDialogForCdmaPhone()
92 mDialog.setText(ID_MIN_NUMBER_VALUE, mSubscriptionInfo != null in updateDialogForCdmaPhone()
97 mDialog.setText(ID_MIN_NUMBER_LABEL, in updateDialogForCdmaPhone()
101 mDialog.setText(ID_PRL_VERSION_VALUE, getCdmaPrlVersion()); in updateDialogForCdmaPhone()
106 mDialog.setText(ID_IMEI_VALUE, mTelephonyManager.getImei(mSlotId)); in updateDialogForCdmaPhone()
107 mDialog.setText(ID_IMEI_SV_VALUE, in updateDialogForCdmaPhone()
116 mDialog.setText(ID_IMEI_VALUE, mTelephonyManager.getImei(mSlotId)); in updateDialogForGsmPhone()
117 mDialog.setText(ID_IMEI_SV_VALUE, in updateDialogForGsmPhone()
/packages/apps/Settings/src/com/android/settings/deviceinfo/simstatus/
DSimStatusDialogController.java334 mDialog.setText(NETWORK_PROVIDER_VALUE_ID, carrierName); in updateNetworkProvider()
340 mDialog.setText(PHONE_NUMBER_VALUE_ID, in updatePhoneNumber()
365 mDialog.setText(CELLULAR_NETWORK_STATE, networkStateValue); in updateDataState()
379 mDialog.setText(OPERATOR_INFO_VALUE_ID, in updateAreaInfoText()
483 mDialog.setText(SERVICE_STATE_VALUE_ID, serviceStateValue); in updateServiceState()
523 mDialog.setText(SIGNAL_STRENGTH_VALUE_ID, mRes.getString(R.string.sim_signal_strength, in updateSignalStrength()
528 mDialog.setText(SIGNAL_STRENGTH_VALUE_ID, "0"); in resetSignalStrength()
536 mDialog.setText(CELL_VOICE_NETWORK_TYPE_VALUE_ID, unknownNetworkType); in updateNetworkType()
537 mDialog.setText(CELL_DATA_NETWORK_TYPE_VALUE_ID, unknownNetworkType); in updateNetworkType()
582 mDialog.setText(CELL_VOICE_NETWORK_TYPE_VALUE_ID, voiceNetworkTypeName); in updateNetworkType()
[all …]
/packages/apps/Dialer/java/com/android/dialer/voicemail/settings/
DVoicemailChangePinActivity.java118 activity.hintText.setText(R.string.change_pin_enter_old_pin_hint); in onEnter()
119 activity.nextButton.setText(R.string.change_pin_continue_label); in onEnter()
120 activity.errorText.setText(null); in onEnter()
141 activity.pinEntry.setText(""); in handleResult()
198 activity.headerText.setText(R.string.change_pin_enter_new_pin_header); in onEnter()
199 activity.nextButton.setText(R.string.change_pin_continue_label); in onEnter()
200 activity.hintText.setText( in onEnter()
216 activity.errorText.setText(error); in onInputChanged()
219 activity.errorText.setText(null); in onInputChanged()
244 activity.headerText.setText(R.string.change_pin_confirm_pin_header); in onEnter()
[all …]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DActionDisabledByAdminDialogHelper.java135 titleView.setText(R.string.disabled_by_policy_title); in setAdminSupportTitle()
140 titleView.setText(R.string.disabled_by_policy_title_adjust_volume); in setAdminSupportTitle()
143 titleView.setText(R.string.disabled_by_policy_title_outgoing_calls); in setAdminSupportTitle()
146 titleView.setText(R.string.disabled_by_policy_title_sms); in setAdminSupportTitle()
149 titleView.setText(R.string.disabled_by_policy_title_camera); in setAdminSupportTitle()
152 titleView.setText(R.string.disabled_by_policy_title_screen_capture); in setAdminSupportTitle()
155 titleView.setText(R.string.disabled_by_policy_title_suspend_packages); in setAdminSupportTitle()
159 titleView.setText(R.string.disabled_by_policy_title); in setAdminSupportTitle()
187 textView.setText(supportMessage); in setAdminSupportDetails()
/packages/services/Telephony/src/com/android/phone/settings/fdn/
DFdnSetting.java135 mButtonEnableFDN.setText(""); in toggleFDNEnable()
168 button.setText(""); in updatePINChangeState()
179 button.setText(""); in updatePINChangeState()
193 button.setText(""); in updatePINChangeState()
198 button.setText(""); in updatePINChangeState()
210 button.setText(""); in updatePINChangeState()
217 button.setText(""); in updatePINChangeState()
229 button.setText(""); in updatePINChangeState()
244 button.setText(""); in updatePINChangeState()
250 button.setText(""); in updatePINChangeState()
[all …]
/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
DApnEditorActivity.java260 mMcc.setText(null); in fillUi()
261 mMnc.setText(null); in fillUi()
270 mMcc.setText(mcc); in fillUi()
271 mMnc.setText(mnc); in fillUi()
275 mName.setText(null); in fillUi()
276 mMmsProxy.setText(null); in fillUi()
277 mMmsPort.setText(null); in fillUi()
278 mMmsc.setText(null); in fillUi()
282 mName.setText(mCursor.getString(NAME_INDEX)); in fillUi()
283 mMmsProxy.setText(mCursor.getString(MMSPROXY_INDEX)); in fillUi()
[all …]
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/deviceadmin/
DDeviceAdminAdd.java344 mAddMsg.setText(mAddMsgText); in onCreate()
346 mAdminWarning.setText( in onCreate()
359 mProfileOwnerWarning.setText( in onCreate()
408 mUninstallButton.setText(mDPM.getResources().getString(UNINSTALL_DEVICE_ADMIN, in onCreate()
647 mAdminName.setText(mDeviceAdmin.loadLabel(getPackageManager())); in updateInterface()
649 mAdminDescription.setText( in updateInterface()
656 mAddMsg.setText(mAddMsgText); in updateInterface()
670 mAdminWarning.setText(mDPM.getResources().getString( in updateInterface()
673 mActionButton.setText(mDPM.getResources().getString(REMOVE_WORK_PROFILE, in updateInterface()
688 mAdminWarning.setText(mDPM.getResources().getString(USER_ADMIN_POLICIES_WARNING, in updateInterface()
[all …]
/packages/apps/Dialer/java/com/android/dialer/calldetails/
DCallDetailsHeaderViewHolder.java139 assistedDialingInternationalDirectDialCodeAndCountryCodeText.setText( in updateAssistedDialingText()
146 assistedDialingInternationalDirectDialCodeAndCountryCodeText.setText( in onFailure()
164 numberView.setText(null); in updateContactInfo()
167 nameView.setText(context.getResources().getString(R.string.emergency_number)); in updateContactInfo()
169 nameView.setText(contact.getNameOrNumber()); in updateContactInfo()
179 numberView.setText(secondaryInfo); in updateContactInfo()
185 networkView.setText(contact.getSimDetails().getNetwork()); in updateContactInfo()
199 nameView.setText(headerInfo.getPrimaryText()); in updateContactInfo()
202 numberView.setText(headerInfo.getSecondaryText()); in updateContactInfo()
205 numberView.setText(null); in updateContactInfo()

12345678910>>...40