Searched refs:mLabel (Results 1 - 25 of 34) sorted by relevance

12

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
H A DExpectedKeyVisual.java102 private final String mLabel; field in class:ExpectedKeyVisual.Label
104 Label(final String label) { mLabel = label; }
108 return new Label(mLabel.toUpperCase(locale));
113 return new CasePreservedLabel(mLabel);
118 return mLabel.equals(text);
123 return mLabel.equals(key.getLabel());
128 return mLabel.equals(moreKeySpec.mLabel);
133 return output.equalsTo(mLabel);
138 return (visual instanceof Label) && mLabel
[all...]
H A DActualKeyboardBuilder.java101 return toString(spec.mLabel, spec.mIconId, spec.mOutputText, spec.mCode);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DDirectoryPartition.java43 private String mLabel; field in class:DirectoryPartition
146 return mLabel;
150 mLabel = label;
164 ", mLabel='" + mLabel + '\'' +
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DCorpusView.java37 private TextView mLabel; field in class:CorpusView
56 mLabel = (TextView) findViewById(R.id.source_label);
60 mLabel.setText(label);
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
H A DStopWatch.java30 private final String mLabel; field in class:StopWatch
36 mLabel = label;
69 sb.append(mLabel);
/packages/apps/DeskClock/src/com/android/deskclock/
H A DCircleButtonsLayout.java26 private FrameLayout mLabel; field in class:CircleButtonsLayout
70 mLabel = (FrameLayout) findViewById(mLabelId);
88 if (mLabel != null) {
90 MarginLayoutParams labelParams = (MarginLayoutParams) mLabel.getLayoutParams();
H A DAlarmUtils.java47 return !instance.mLabel.isEmpty() ? alarmTimeStr + " - " + instance.mLabel
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerObj.java50 public String mLabel; field in class:TimerObj
95 editor.putString(PREF_LABEL + id, mLabel);
113 mLabel = prefs.getString(key, "");
158 dest.writeString(mLabel);
168 mLabel = p.readString();
181 mLabel = label != null ? label : "";
191 mLabel = "";
203 return (mLabel == null || mLabel.length() == 0) ? context.getString(
205 : mLabel;
[all...]
H A DTimerItemFragment.java114 if (TextUtils.isEmpty(mTimerObj.mLabel)) {
118 labelText.setText(mTimerObj.mLabel);
144 LabelDialogFragment.newInstance(t, t.mLabel, getParentFragment().getTag());
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DMoreKeySpec.java45 public final String mLabel; field in class:MoreKeySpec
53 mLabel = StringUtils.toUpperCaseOfStringForLocale(
61 mOutputText = mLabel;
72 return new Key(mLabel, mIconId, mCode, mOutputText, null /* hintLabel */, labelFlags,
82 hashCode = hashCode * 31 + (mLabel == null ? 0 : mLabel.hashCode());
94 && TextUtils.equals(mLabel, other.mLabel)
102 final String label = (mIconId == KeyboardIconsSet.ICON_UNDEFINED ? mLabel
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DLabeledEditorView.java71 private Spinner mLabel; field in class:LabeledEditorView
133 mLabel = (Spinner) findViewById(R.id.spinner);
135 mLabel.setId(View.NO_ID);
136 mLabel.setOnItemSelectedListener(mSpinnerListener);
193 if (row == 0 && mLabel != null) {
194 return mLabel.getBaseline();
204 mLabel.setEnabled(!mReadOnly && isEnabled());
205 mLabel.setVisibility(View.VISIBLE);
207 mLabel.setVisibility(View.GONE);
249 mLabel
[all...]
/packages/apps/DeskClock/src/com/android/deskclock/provider/
H A DAlarmInstance.java107 values.put(LABEL, instance.mLabel);
251 public String mLabel; field in class:AlarmInstance
265 mLabel = "";
278 mLabel = c.getString(LABEL_INDEX);
295 return mLabel.isEmpty() ? context.getString(R.string.default_label) : mLabel;
398 ", mLabel=" + mLabel +
/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningState.java156 if (lhs.mLabel == rhs.mLabel) {
159 return lhs.mLabel != null ? lhs.mLabel.compareTo(rhs.mLabel) : -1;
163 if (DEBUG_COMPARE) Log.i(TAG, " Label " + lhs.mProcess.mLabel
164 + " with " + rhs.mProcess.mLabel);
189 if (lhs.mProcess.mLabel == rhs.mProcess.mLabel) {
192 if (lhs.mProcess.mLabel
297 String mLabel; field in class:RunningState.UserState
307 String mLabel; field in class:RunningState.BaseItem
[all...]
H A DAppOpsState.java221 private String mLabel; field in class:AppOpsState.AppEntry
249 return mLabel;
277 return mLabel;
281 if (mLabel == null || !mMounted) {
284 mLabel = mInfo.packageName;
288 mLabel = label != null ? label.toString() : mInfo.packageName;
/packages/apps/Browser/src/com/android/browser/search/
H A DDefaultSearchEngine.java39 private final CharSequence mLabel; field in class:DefaultSearchEngine
43 mLabel = loadLabel(context, mSearchable.getSearchActivity());
80 return mLabel;
/packages/apps/Mms/src/com/android/mms/ui/
H A DEditSlideDurationActivity.java44 private TextView mLabel; field in class:EditSlideDurationActivity
80 mLabel = (TextView) findViewById(R.id.label);
81 mLabel.setText(getString(R.string.duration_selector_title) + " " + (mCurSlide + 1) + "/" + mTotal);
/packages/services/Telephony/tests/src/com/android/phone/tests/
H A DOtaspTestActivity.java45 private TextView mLabel; field in class:OtaspTestActivity
64 mLabel = (TextView) findViewById(R.id.label1);
65 mLabel.setText("OTA Test Activity");
H A DCallDialTest.java46 private TextView mLabel; field in class:CallDialTest
58 mLabel = (TextView) findViewById(R.id.label1);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKey.java56 private final String mLabel; field in class:Key
210 mLabel = label;
322 mLabel = params.mId.mCustomActionLabel;
327 mLabel = new StringBuilder().appendCodePoint(code).toString();
329 mLabel = StringUtils.toUpperCaseOfStringForLocale(
342 && !TextUtils.isEmpty(mLabel)) {
343 if (StringUtils.codePointCount(mLabel) == 1) {
349 mCode = mLabel.codePointAt(0);
354 outputText = mLabel;
385 mLabel
[all...]
/packages/apps/Mms/src/com/android/mms/data/
H A DContact.java85 private String mLabel; field in class:Contact
121 mLabel = "";
133 (mLabel != null ? mLabel : "null"),
284 return mLabel;
710 String oldLabel = emptyIfNull(orig.mLabel);
711 String newLabel = emptyIfNull(newContactData.mLabel);
742 c.mLabel = entry.mLabel;
925 contact.mLabel
[all...]
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
H A DInstallAppProgress.java74 private CharSequence mLabel; field in class:InstallAppProgress
189 String dlgText = getString(R.string.out_of_space_dlg_text, mLabel);
250 mLabel = as.label;
/packages/apps/Settings/src/com/android/settings/voice/
H A DVoiceInputPreference.java40 private final CharSequence mLabel; field in class:VoiceInputPreference
76 mLabel = info.label;
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
H A DAlarmNotifications.java169 String label = instance.mLabel;
171 String contextText = instance.mLabel.isEmpty() ? alarmTime :
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
H A DKeyboardLayoutSetNavigateMoreKeysBase.java110 assertEquals(tag + " label " + index, null, actualMoreKeys[index].mLabel);
113 assertEquals(tag + " label " + index, expectedLabel, actualMoreKeys[index].mLabel);
/packages/apps/Browser/src/com/android/browser/
H A DAddBookmarkPage.java1029 private String mLabel; field in class:AddBookmarkPage.BookmarkAccount
1040 mLabel = accountName;
1041 if (TextUtils.isEmpty(mLabel)) {
1042 mLabel = context.getString(R.string.local_bookmarks);
1048 return mLabel;

Completed in 682 milliseconds

12