Searched defs:mLabel (Results 1 - 24 of 24) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/util/
H A DStopWatch.java30 private final String mLabel; field in class:StopWatch
36 mLabel = label;
69 sb.append(mLabel);
/packages/apps/Phone/tests/src/com/android/phone/tests/
H A DCallDialTest.java46 private TextView mLabel; field in class:CallDialTest
58 mLabel = (TextView) findViewById(R.id.label1);
H A DOtaspTestActivity.java45 private TextView mLabel; field in class:OtaspTestActivity
64 mLabel = (TextView) findViewById(R.id.label1);
65 mLabel.setText("OTA Test Activity");
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DMoreKeySpec.java28 public final String mLabel; field in class:MoreKeySpec
34 mLabel = KeySpecParser.toUpperCaseOfStringForLocale(
42 mOutputText = mLabel;
56 hashCode = hashCode * 31 + (mLabel == null ? 0 : mLabel.hashCode());
68 && TextUtils.equals(mLabel, other.mLabel)
76 final String label = (mIconId == KeyboardIconsSet.ICON_UNDEFINED ? mLabel
/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.java43 private TextView mLabel; field in class:EditSlideDurationActivity
79 mLabel = (TextView) findViewById(R.id.label);
80 mLabel.setText(getString(R.string.duration_selector_title) + " " + (mCurSlide + 1) + "/" + mTotal);
/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/DeskClock/src/com/android/deskclock/
H A DCircleButtonsLinearLayout.java28 private FrameLayout mLabel; field in class:CircleButtonsLinearLayout
81 mLabel = (FrameLayout) findViewById(mLabelId);
96 if (mLabel != null) {
98 MarginLayoutParams labelParams = (MarginLayoutParams) mLabel.getLayoutParams();
H A DSetAlarm.java50 private EditText mLabel; field in class:SetAlarm
78 mLabel = label;
231 mLabel.setText(alarm.label);
301 alarm.label = mLabel.getText().toString();
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
H A DInstallAppProgress.java68 private CharSequence mLabel; field in class:InstallAppProgress
177 String dlgText = getString(R.string.out_of_space_dlg_text, mLabel);
238 mLabel = as.label;
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerObj.java47 public String mLabel; field in class:TimerObj
96 editor.putString(key, mLabel);
114 mLabel = prefs.getString(key, "");
153 dest.writeString(mLabel);
163 mLabel = p.readString();
178 mLabel = "";
H A DCountingTimerView.java91 protected String mLabel; field in class:CountingTimerView.UnsignedTime
96 mLabel = label;
121 this.mLabel = label;
126 mLabelWidth = mLabel == null ? 0 : mPaintLabel.measureText(mLabel);
165 if (mLabel != null ) {
166 canvas.drawText(mLabel, x, yLabel, mPaintLabel);
179 if (mLabel != null) {
180 canvas.drawText(mLabel, x, yLabel, mPaintLabel);
225 if (mLabel !
[all...]
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSearchableSource.java66 private CharSequence mLabel = null; field in class:SearchableSource
185 if (mLabel == null) {
187 mLabel = mActivityInfo.loadLabel(getContext().getPackageManager());
189 return mLabel;
/packages/apps/Settings/src/com/android/settings/
H A DTrustedCredentialsSettings.java69 private final int mLabel; field in class:TrustedCredentialsSettings.Tab
76 mLabel = label;
156 .setIndicator(getActivity().getString(tab.mLabel))
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DBalloonHint.java343 * The icon to be shown. If it is not null, {@link #mLabel} will be
351 private String mLabel; field in class:BalloonHint.BalloonView
380 mLabel = label;
405 } else if (null != mLabel) {
406 measuredWidth += (int) (mPaintLabel.measureText(mLabel));
440 } else if (null != mLabel) {
441 float labelMeasuredWidth = mPaintLabel.measureText(mLabel);
444 String labelToDraw = mLabel;
447 labelToDraw = getLimitedLabelForDrawing(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/Phone/src/com/android/phone/
H A DCallCard.java128 private TextView mLabel; field in class:CallCard
237 mLabel = (TextView) findViewById(R.id.label);
646 mLabel.setVisibility(View.GONE);
649 // mPhoneNumber and mLabel. (Their text / color / visibility have
1350 mLabel.setText(label);
1351 mLabel.setVisibility(View.VISIBLE);
1353 mLabel.setVisibility(View.GONE);
1456 mLabel.setVisibility(View.GONE);
1754 dispatchPopulateAccessibilityEvent(event, 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;
/packages/apps/Mms/src/com/android/mms/data/
H A DContact.java85 private String mLabel; field in class:Contact
120 mLabel = "";
132 (mLabel != null ? mLabel : "null"),
283 return mLabel;
702 String oldLabel = emptyIfNull(orig.mLabel);
703 String newLabel = emptyIfNull(newContactData.mLabel);
734 c.mLabel = entry.mLabel;
906 contact.mLabel
[all...]
/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningState.java155 if (lhs.mLabel == rhs.mLabel) {
158 return lhs.mLabel != null ? lhs.mLabel.compareTo(rhs.mLabel) : -1;
162 if (DEBUG_COMPARE) Log.i(TAG, " Label " + lhs.mProcess.mLabel
163 + " with " + rhs.mProcess.mLabel);
188 if (lhs.mProcess.mLabel == rhs.mProcess.mLabel) {
191 if (lhs.mProcess.mLabel
296 String mLabel; field in class:RunningState.UserState
306 String mLabel; field in class:RunningState.BaseItem
[all...]
H A DManageApplications.java178 public final CharSequence mLabel; field in class:ManageApplications.TabInfo
219 mLabel = label;
490 return mTabs.get(position).mLabel;
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboard.java99 private CharSequence mLabel; field in class:Keyboard
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailFragment.java1128 private final CharSequence mLabel; field in class:ContactDetailFragment.NetworkTitleViewEntry
1133 this.mLabel = type.getDisplayLabel(context);
1142 return mLabel;
1151 private final CharSequence mLabel; field in class:ContactDetailFragment.AddConnectionViewEntry
1158 this.mLabel = context.getString(R.string.add_connection_button);
1174 return mLabel;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKey.java64 public final String mLabel; field in class:Key
177 this(params, moreKeySpec.mLabel, null, moreKeySpec.mIconId, moreKeySpec.mCode,
195 mLabel = label;
309 mLabel = params.mId.mCustomActionLabel;
311 mLabel = KeySpecParser.toUpperCaseOfStringForLocale(style.getString(keyAttr,
326 && !TextUtils.isEmpty(mLabel)) {
327 if (StringUtils.codePointCount(mLabel) == 1) {
334 mCode = mLabel.codePointAt(0);
339 outputText = mLabel;
393 key.mLabel,
[all...]

Completed in 8677 milliseconds