Searched refs:getText (Results 101 - 125 of 510) sorted by relevance

1234567891011>>

/packages/apps/Contacts/tests/src/com/android/contacts/util/
H A DContactDisplayUtilTests.java73 CharSequence expected = getContext().getResources().getText(R.string.call_home);
78 expected = getContext().getResources().getText(R.string.call_mobile);
85 CharSequence expected = getContext().getResources().getText(R.string.sms_home);
90 expected = getContext().getResources().getText(R.string.sms_mobile);
/packages/apps/DeskClock/src/com/android/deskclock/data/
H A DStopwatchNotificationBuilder.java78 final CharSequence title1 = res.getText(R.string.sw_pause_button);
89 final CharSequence title2 = res.getText(R.string.sw_lap_button);
111 final CharSequence title1 = res.getText(R.string.sw_start_button);
121 final CharSequence title2 = res.getText(R.string.sw_reset_button);
/packages/apps/Dialer/java/com/android/dialer/calldetails/
H A DCallDetailsEntryViewHolder.java142 if (!TextUtils.isEmpty(historyResult.getText())) {
145 context.getString(R.string.message_in_quotes, historyResult.getText()));
151 && !TextUtils.isEmpty(entry.getHistoryResults(1).getText())) {
155 context.getString(R.string.message_in_quotes, entry.getHistoryResults(1).getText()));
/packages/apps/Dialer/java/com/android/dialer/dialpadview/
H A DDialpadTextView.java64 mTextStr = getText().toString();
/packages/apps/Dialer/java/com/android/dialer/notification/
H A DNotificationChannelManager.java121 context.getText(R.string.notification_channel_incoming_call),
135 context.getText(R.string.notification_channel_ongoing_call),
149 context.getText(R.string.notification_channel_missed_call),
163 context.getText(R.string.notification_channel_misc),
/packages/apps/Dialer/java/com/android/incallui/
H A DReturnToCallController.java138 bubble.showText(context.getText(R.string.incall_call_ended));
184 .setName(context.getText(speakerButtonInfo.label))
192 .setName(context.getText(R.string.incall_label_mute))
199 .setName(context.getText(R.string.incall_label_end_call))
/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DAccessibilityUtils.java50 event.getText().add(announcement);
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DInLineSettingSwitch.java81 event.getText().add(mPreference.getTitle());
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DListEmptyView.java52 mEmptyTextHint.setText(getResources().getText(resId));
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
H A DDialpadTextView.java65 mTextStr = getText().toString();
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DQueryTextView.java94 replaceText(completion.getText());
/packages/apps/Settings/src/com/android/settings/
H A DLinkifyUtils.java67 Spannable spannableContent = (Spannable) textView.getText();
H A DCredentialStorage.java438 res.getText(R.string.credentials_title), true);
490 text = getResources().getText(R.string.credentials_unlock_hint);
492 text = getResources().getText(R.string.credentials_wrong_password);
494 text = getResources().getText(R.string.credentials_reset_warning);
519 mButton.setEnabled(mOldPassword == null || mOldPassword.getText().length() > 0);
540 mKeyStore.unlock(mOldPassword.getText().toString());
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
H A DBatteryHeaderPreferenceControllerTest.java133 R.id.battery_percent)).getText()).isEqualTo("60%");
142 assertThat(mSummary.getText()).isEqualTo(mBatteryInfo.remainingLabel);
164 assertThat(mSummary.getText()).isEqualTo(BATTERY_STATUS);
184 assertThat(mBatteryPercentText.getText()).isEqualTo("60%");
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
H A DPasswordInputWizardFragment.java127 mTextInput.setSelection(mTextInput.getText().length(), mTextInput.getText().length());
138 .onPasswordInputComplete(v.getText().toString(),
168 mTextInput.setSelection(mTextInput.getText().length());
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DMaterialSearchActionView.java134 setupEndingButton(mQueryText.getText());
173 setupEndingButton(mQueryText.getText());
233 mController.onSearchPerformed(mQueryText.getText().toString());
243 mController.onSearchPerformed(mQueryText.getText().toString());
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
H A DTextInfoCompatUtils.java54 * the result of {@link TextInfo#getText()} as fall back.
56 * {@link TextInfo#getText()} is called.
58 * the result of {@link TextInfo#getText()} as fall back. If {@code textInfo} is {@code null},
63 final CharSequence defaultValue = (textInfo == null ? null : textInfo.getText());
/packages/services/Telephony/src/com/android/phone/
H A DFakePhoneActivity.java75 mRadioControl.triggerRing(mPhoneNumber.getText().toString());
H A DIccNetworkDepersonalizationPanel.java100 mPinEntry.getText().clear();
116 mPinEntry.getText().clear();
149 CharSequence text = mPinEntry.getText();
202 String pin = mPinEntry.getText().toString();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
H A DUserDictionaryAddWordContents.java83 // Use getText in case the edit text modified the text we set. This happens when
85 mWordEditText.setSelection(mWordEditText.getText().length());
120 outState.putString(EXTRA_WORD, mWordEditText.getText().toString());
123 outState.putString(EXTRA_SHORTCUT, mShortcutEditText.getText().toString());
148 final String newWord = mWordEditText.getText().toString();
155 final String tmpShortcut = mShortcutEditText.getText().toString();
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
H A DKitchenSinkActivity.java65 abstract String getText(); method in class:KitchenSinkActivity.MenuEntry
78 String getText() { method in class:KitchenSinkActivity.OnClickMenuEntry
118 String getText() { method in class:KitchenSinkActivity.FragmentMenuEntry
128 Log.e(TAG, "cannot show fragment for " + getText());
289 holder.getTitle().setText(mMenuEntries.get(position).getText());
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DTestActivity.java220 if (mAddressView.getText().length() != 0) {
221 address = mAddressView.getText().toString();
229 if (mMediaView.getText().length() != 0) {
230 media = Integer.parseInt(mMediaView.getText().toString().trim());
260 if (mInsertView.getText().length() != 0) {
261 records = Integer.parseInt(mInsertView.getText().toString().trim());
280 + mDeleteView.getText().toString());
288 + mUpdateView.getText().toString());
304 + mAckView.getText().toString());
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DLauncherAccessibilityDelegate.java78 launcher.getText(R.string.remove_drop_target_label)));
80 launcher.getText(R.string.app_info_drop_target_label)));
82 launcher.getText(R.string.uninstall_drop_target_label)));
84 launcher.getText(R.string.action_add_to_workspace)));
86 launcher.getText(R.string.action_move)));
88 launcher.getText(R.string.action_move_to_workspace)));
90 launcher.getText(R.string.action_resize)));
92 launcher.getText(R.string.action_deep_shortcut)));
217 labels[i] = mLauncher.getText(actions.get(i));
/packages/apps/Dialer/java/com/android/incallui/incall/impl/
H A DButtonController.java139 button.getContext().getText(isChecked ? checkedDescription : uncheckedDescription));
147 button.getContext().getText(isChecked ? checkedDescription : uncheckedDescription));
253 button.setContentDescription(button.getContext().getText(contentDescription));
389 contentDescription = delegate.getContext().getText(contentDescriptionResId);
393 delegate.getContext().getText(R.string.incall_talkback_speaker_on));
397 delegate.getContext().getText(R.string.incall_talkback_speaker_off));
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
H A DBluetoothDetailFragment.java110 getContext().getText(R.string.bluetooth_preference_paired_dialog_name_label),
114 lineItems.add(new SingleTextLineItem(getContext().getText(

Completed in 817 milliseconds

1234567891011>>