HomeSort by relevance Sort by last modified time
    Searched defs:mLabel (Results 101 - 125 of 200) sorted by null

1 2 3 45 6 7 8

  /frameworks/base/core/java/android/widget/
AppSecurityPermissions.java 86 CharSequence mLabel;
111 CharSequence mLabel;
163 CharSequence label = perm.mLabel;
192 builder.setTitle(mGroup.mLabel);
578 return sCollator.compare(a.mLabel, b.mLabel);
587 return sCollator.compare(a.mLabel, b.mLabel);
593 if (pInfo.mLabel == null) {
594 pInfo.mLabel = pInfo.loadSafeLabel(mPm, 20000, PackageItemInfo.SAFE_LABEL_FLAG_TRI
    [all...]
  /frameworks/base/media/java/android/media/tv/
TvInputInfo.java 133 private final CharSequence mLabel;
267 mLabel = label;
449 } else if (!TextUtils.isEmpty(mLabel)) {
450 return mLabel;
545 && TextUtils.equals(mLabel, obj.mLabel)
579 TextUtils.writeToParcel(mLabel, dest, flags);
620 mLabel = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(in);
667 private CharSequence mLabel;
768 this.mLabel = label
    [all...]
  /frameworks/base/services/net/java/android/net/apf/
ApfGenerator.java 108 private String mLabel;
145 mLabel = label;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
LabeledEditorView.java 71 private Spinner mLabel;
138 mLabel = (Spinner) findViewById(R.id.spinner);
140 mLabel.setId(View.NO_ID);
141 mLabel.setOnItemSelectedListener(mSpinnerListener);
142 ViewSelectedFilter.suppressViewSelectedEvent(mLabel);
207 if (row == 0 && mLabel != null) {
208 return mLabel.getBaseline();
218 mLabel.setEnabled(!mReadOnly && isEnabled());
219 mLabel.setVisibility(View.VISIBLE);
221 mLabel.setVisibility(View.GONE)
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 99 private CharSequence mLabel;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 112 private final String mLabel;
146 mLabel = value;
148 mLabel = null;
201 return mLabel;
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
AudioFrequencyLineActivity.java 317 private String mLabel;
323 mLabel = label;
329 sb.append(String.format("Channel %s\n", mLabel));
457 appendResultsToScreen("Failed testing channel " + results.mLabel);
471 String channelLabel = "channel_" + results.mLabel;
AudioFrequencyMicActivity.java 506 private String mLabel;
513 mLabel = label;
519 sb.append(String.format("Channel %s\n", mLabel));
708 String channelLabel = "channel_" + results.mLabel;
    [all...]
AudioFrequencySpeakerActivity.java 333 private String mLabel;
340 mLabel = label;
346 sb.append(String.format("Channel %s\n", mLabel));
483 appendResultsToScreen("Failed testing channel " + results.mLabel);
497 String channelLabel = "channel_" + results.mLabel;
AudioFrequencyUnprocessedActivity.java 830 private String mLabel
    [all...]
  /external/doclava/src/com/google/doclava/
PageMetadata.java 697 private String mLabel; // holds page.title or similar identifier
711 mLabel = builder.mLabel;
726 private String mLabel, mCategory, mSummary, mLink, mGroup, mImage, mLang, mType, mTimestamp;
730 public Builder setLabel(String mLabel) { this.mLabel = mLabel; return this;}
822 renderStrWithUcs(buf, list.get(i).mLabel);
    [all...]
  /frameworks/base/core/java/android/print/
PrintAttributes.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 59 private final String mLabel;
229 mLabel = label;
345 mLabel = params.mId.mCustomActionLabel;
350 mLabel = new StringBuilder().appendCodePoint(code).toString();
353 mLabel = needsToUpcase
372 && !TextUtils.isEmpty(mLabel)) {
373 if (StringUtils.codePointCount(mLabel) == 1) {
379 mCode = mLabel.codePointAt(0);
384 outputText = mLabel;
421 mLabel = key.mLabel
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java 306 private final String mLabel;
316 mLabel = label;
330 builder.withValue(Phone.LABEL, mLabel);
355 && TextUtils.equals(mLabel, phoneData.mLabel)
363 hash = hash * 31 + (mLabel != null ? mLabel.hashCode() : 0);
371 mLabel, mIsPrimary);
388 return mLabel;
400 private final String mLabel;
    [all...]
  /packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java 114 private final int mLabel;
123 mLabel = label;
277 .setIndicator(getActivity().getString(tab.mLabel))
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java 157 if (lhs.mLabel == rhs.mLabel) {
160 return lhs.mLabel != null ? lhs.mLabel.compareTo(rhs.mLabel) : -1;
164 if (DEBUG_COMPARE) Log.i(TAG, " Label " + lhs.mProcess.mLabel
165 + " with " + rhs.mProcess.mLabel);
190 if (lhs.mProcess.mLabel == rhs.mProcess.mLabel) {
193 if (lhs.mProcess.mLabel == null) return 1
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrFormPkg.h     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrFormPkg.h     [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityNodeInfo.java     [all...]
  /frameworks/base/core/java/android/app/
ActivityManager.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActiveServices.java 222 CharSequence mLabel;
    [all...]
  /frameworks/opt/setupwizard/tools/docs/
doclava.jar 
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkuilib/24.4.0-beta6/
sdkuilib-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkuilib/24.5.0/
sdkuilib-24.5.0.jar 

Completed in 779 milliseconds

1 2 3 45 6 7 8