/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 | 166 public CharSequence getLabel() { in getLabel() method in DisconnectCause 248 && Objects.equals(mDisconnectLabel, d.getLabel()) in equals()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | NotificationController.java | 246 printJob.getLabel()); in computeNotificationTitle() 252 printJob.getLabel()); in computeNotificationTitle() 256 printJob.getLabel()); in computeNotificationTitle() 263 printJob.getLabel()); in computeNotificationTitle() 267 printJob.getLabel()); in computeNotificationTitle()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
D | ShortcutPicker.java | 79 info.getLabel()); in onCreatePreferences() 141 setTitle(context.getString(R.string.tuner_launch_app, info.getLabel())); in AppPreference() 142 setSummary(context.getString(R.string.tuner_app, info.getLabel())); in AppPreference()
|
D | LockscreenFragment.java | 185 public String getLabel() { in getLabel() method in LockscreenFragment.StaticShortcut 223 public String getLabel() { in getLabel() method in LockscreenFragment.App 224 return mInfo.getLabel().toString(); in getLabel() 251 public abstract String getLabel(); in getLabel() method in LockscreenFragment.Item 281 holder.title.setText(item.getLabel()); in onBindViewHolder()
|
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/ |
D | LoaderCustomSupport.java | 93 public String getLabel() { in getLabel() method in LoaderCustomSupport.AppEntry 153 return sCollator.compare(object1.getLabel(), object2.getLabel()); 396 ((TextView)view.findViewById(R.id.text)).setText(item.getLabel()); in getView()
|
/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()
|
D | AccessibilityButtonChooserActivity.java | 144 labelView.setText(target.getLabel()); in getView() 172 public CharSequence getLabel() { in getLabel() method in AccessibilityButtonChooserActivity.AccessibilityButtonTarget
|
/frameworks/support/compat/java/android/support/v4/app/ |
D | RemoteInputCompatBase.java | 50 protected abstract CharSequence getLabel(); in getLabel() method in RemoteInputCompatBase.RemoteInput
|
D | RemoteInput.java | 79 public CharSequence getLabel() { in getLabel() method in RemoteInput 432 .setLabel(src.getLabel()) in fromCompat() 449 if (!clipDescription.getLabel().equals(RemoteInput.RESULTS_CLIP_LABEL)) { in getClipDataIntentFromIntent()
|
/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/statusbar/ |
D | KeyboardShortcuts.java | 107 boolean ksh1ShouldBeLast = ksh1.getLabel() == null 108 || ksh1.getLabel().toString().isEmpty(); 109 boolean ksh2ShouldBeLast = ksh2.getLabel() == null 110 || ksh2.getLabel().toString().isEmpty(); 120 return (ksh1.getLabel().toString()).compareToIgnoreCase( 121 ksh2.getLabel().toString()); 608 categoryTitle.setText(group.getLabel()); in populateKeyboardShortcuts() 637 shortcutKeyword.setText(info.getLabel()); in populateKeyboardShortcuts()
|
/frameworks/base/core/java/android/content/pm/permission/ |
D | RuntimePermissionPresentationInfo.java | 85 public @NonNull CharSequence getLabel() { in getLabel() method in RuntimePermissionPresentationInfo
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/ |
D | CustomTile.java | 113 if (mTile.getLabel() == null) { in setTileIcon() 178 mTile.setLabel(tile.getLabel()); in updateState() 317 state.label = mTile.getLabel(); in handleUpdateState()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
D | PermissionsSummaryHelper.java | 50 grantedStandardLabels.add(permission.getLabel()); in getPermissionSummary()
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | CompletionInfo.java | 130 public CharSequence getLabel() { in getLabel() method in CompletionInfo
|
/frameworks/base/core/java/android/content/pm/ |
D | LauncherActivityInfo.java | 89 public CharSequence getLabel() { in getLabel() method in LauncherActivityInfo
|
/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
D | TaskStackChangedListenerTest.java | 110 if (this.taskId == taskId && !TextUtils.isEmpty(td.getLabel())) { in testTaskDescriptionChanged() 120 assertEquals("Test Label", ((TaskDescription) params[1]).getLabel()); in testTaskDescriptionChanged()
|
/frameworks/base/core/java/android/view/ |
D | KeyboardShortcutInfo.java | 104 public CharSequence getLabel() { in getLabel() method in KeyboardShortcutInfo
|
D | KeyboardShortcutGroup.java | 90 public CharSequence getLabel() { in getLabel() method in KeyboardShortcutGroup
|
/frameworks/base/core/java/android/app/ |
D | RemoteInput.java | 110 public CharSequence getLabel() { in getLabel() method in RemoteInput 459 if (!clipDescription.getLabel().equals(RESULTS_CLIP_LABEL)) { in getClipDataIntentFromIntent()
|
/frameworks/base/core/java/android/service/quicksettings/ |
D | Tile.java | 139 public CharSequence getLabel() { in getLabel() method in Tile
|
/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
|