/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/ |
D | MediaSizeUtils.java | 131 public @NonNull String getLabel(@NonNull Context context, @NonNull MediaSize mediaSize) { in getLabel() method in MediaSizeUtils.MediaSizeComparator 135 label = mediaSize.getLabel(context.getPackageManager()); in getLabel() 161 return getLabel(mContext, lhs).compareTo(getLabel(mContext, rhs)); in compare()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | StatusHints.java | 69 public CharSequence getLabel() { in getLabel() method in StatusHints 143 return Objects.equals(otherHints.getLabel(), getLabel()) && in equals()
|
D | DisconnectCause.java | 153 public CharSequence getLabel() { in getLabel() method in DisconnectCause 235 && Objects.equals(mDisconnectLabel, d.getLabel()) in equals()
|
D | PhoneAccount.java | 260 mLabel = phoneAccount.getLabel(); in Builder() 513 public CharSequence getLabel() { in getLabel() method in PhoneAccount
|
/frameworks/support/v4/api20/android/support/v4/app/ |
D | RemoteInputCompatApi20.java | 32 result[i] = factory.build(src.getResultKey(), src.getLabel(), src.getChoices(), in toCompat() 46 .setLabel(src.getLabel()) in fromCompat()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | NotificationController.java | 282 printJob.getLabel()); in computeNotificationTitle() 288 printJob.getLabel()); in computeNotificationTitle() 292 printJob.getLabel()); in computeNotificationTitle() 299 printJob.getLabel()); in computeNotificationTitle() 303 printJob.getLabel()); in computeNotificationTitle()
|
/frameworks/support/v4/jellybean/android/support/v4/app/ |
D | RemoteInputCompatJellybean.java | 49 data.putCharSequence(KEY_LABEL, remoteInput.getLabel()); in toBundle() 88 if (clipDescription.getLabel().equals(RESULTS_CLIP_LABEL)) { in getResultsFromIntent()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | LocaleHelper.java | 254 removePrefixForCompare(lhs.getLocale(), lhs.getLabel(mCountryMode)), in compare() 255 removePrefixForCompare(rhs.getLocale(), rhs.getLabel(mCountryMode))); in compare()
|
/frameworks/base/core/java/android/app/ |
D | RemoteInput.java | 99 public CharSequence getLabel() { in getLabel() method in RemoteInput 255 if (clipDescription.getLabel().equals(RESULTS_CLIP_LABEL)) { in getResultsFromIntent()
|
/frameworks/support/v4/donut/android/support/v4/app/ |
D | RemoteInputCompatBase.java | 25 protected abstract CharSequence getLabel(); in getLabel() method in RemoteInputCompatBase.RemoteInput
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | KeyboardShortcuts.java | 94 boolean ksh1ShouldBeLast = ksh1.getLabel() == null 95 || ksh1.getLabel().toString().isEmpty(); 96 boolean ksh2ShouldBeLast = ksh2.getLabel() == null 97 || ksh2.getLabel().toString().isEmpty(); 107 return (ksh1.getLabel().toString()).compareToIgnoreCase( 108 ksh2.getLabel().toString()); 581 categoryTitle.setText(group.getLabel()); in populateKeyboardShortcuts() 610 shortcutKeyword.setText(info.getLabel()); in populateKeyboardShortcuts()
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
D | ScrollingThroughListOfFocusablesTest.java | 110 mActivity.getLabelForPosition(1), peekingChild.getLabel()); in testScrollingDownInFirstItem() 203 assertEquals(mActivity.getLabelForPosition(0), view.getLabel()); in testNavigatingUpThroughInternalSelection()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/ |
D | CustomTile.java | 98 if (mTile.getLabel() == null) { in setTileIcon() 154 mTile.setLabel(tile.getLabel()); in updateState() 284 state.label = mTile.getLabel(); in handleUpdateState()
|
/frameworks/base/core/java/android/content/pm/permission/ |
D | RuntimePermissionPresentationInfo.java | 85 public @NonNull CharSequence getLabel() { in getLabel() method in RuntimePermissionPresentationInfo
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | CompletionInfo.java | 130 public CharSequence getLabel() { in getLabel() method in CompletionInfo
|
/frameworks/base/core/java/android/view/ |
D | KeyboardShortcutGroup.java | 87 public CharSequence getLabel() { in getLabel() method in KeyboardShortcutGroup
|
D | KeyboardShortcutInfo.java | 103 public CharSequence getLabel() { in getLabel() method in KeyboardShortcutInfo
|
/frameworks/base/core/java/android/content/pm/ |
D | LauncherActivityInfo.java | 91 public CharSequence getLabel() { in getLabel() method in LauncherActivityInfo
|
/frameworks/support/v4/api21/android/support/v4/app/ |
D | NotificationCompatApi21.java | 229 .setLabel(src.getLabel()) in fromCompatRemoteInput() 240 remoteInput.getLabel(), in toCompatRemoteInput()
|
/frameworks/base/core/java/android/hardware/input/ |
D | KeyboardLayout.java | 88 public String getLabel() { in getLabel() method in KeyboardLayout
|
/frameworks/base/core/java/android/webkit/ |
D | DateSorter.java | 102 public String getLabel(int index) { in getLabel() method in DateSorter
|
/frameworks/support/v4/api21/android/support/v4/view/accessibility/ |
D | AccessibilityNodeInfoCompatApi21.java | 97 return ((AccessibilityNodeInfo.AccessibilityAction) action).getLabel(); in getAccessibilityActionLabel()
|
/frameworks/base/core/java/android/service/quicksettings/ |
D | Tile.java | 153 public CharSequence getLabel() { in getLabel() method in Tile
|
/frameworks/support/tests/java/android/support/v4/app/ |
D | NotificationCompatWearableExtenderTest.java | 236 assertEquals(real.getLabel(), compat.getLabel()); in assertRemoteInputsEqual()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSTileView.java | 63 TextView getLabel() { in getLabel() method in QSTileView
|