Home
last modified time | relevance | path

Searched refs:getLabel (Results 1 – 25 of 95) sorted by relevance

1234

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
DMediaSizeUtils.java131 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/
DStatusHints.java69 public CharSequence getLabel() { in getLabel() method in StatusHints
143 return Objects.equals(otherHints.getLabel(), getLabel()) && in equals()
DDisconnectCause.java166 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/
DNotificationController.java246 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/
DShortcutPicker.java79 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()
DLockscreenFragment.java185 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/
DLoaderCustomSupport.java93 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/
DLocaleHelper.java254 removePrefixForCompare(lhs.getLocale(), lhs.getLabel(mCountryMode)), in compare()
255 removePrefixForCompare(rhs.getLocale(), rhs.getLabel(mCountryMode))); in compare()
DAccessibilityButtonChooserActivity.java144 labelView.setText(target.getLabel()); in getView()
172 public CharSequence getLabel() { in getLabel() method in AccessibilityButtonChooserActivity.AccessibilityButtonTarget
/frameworks/support/compat/java/android/support/v4/app/
DRemoteInputCompatBase.java50 protected abstract CharSequence getLabel(); in getLabel() method in RemoteInputCompatBase.RemoteInput
DRemoteInput.java79 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/
DScrollingThroughListOfFocusablesTest.java110 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/
DKeyboardShortcuts.java107 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/
DRuntimePermissionPresentationInfo.java85 public @NonNull CharSequence getLabel() { in getLabel() method in RuntimePermissionPresentationInfo
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DCustomTile.java113 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/
DPermissionsSummaryHelper.java50 grantedStandardLabels.add(permission.getLabel()); in getPermissionSummary()
/frameworks/base/core/java/android/view/inputmethod/
DCompletionInfo.java130 public CharSequence getLabel() { in getLabel() method in CompletionInfo
/frameworks/base/core/java/android/content/pm/
DLauncherActivityInfo.java89 public CharSequence getLabel() { in getLabel() method in LauncherActivityInfo
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DTaskStackChangedListenerTest.java110 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/
DKeyboardShortcutInfo.java104 public CharSequence getLabel() { in getLabel() method in KeyboardShortcutInfo
DKeyboardShortcutGroup.java90 public CharSequence getLabel() { in getLabel() method in KeyboardShortcutGroup
/frameworks/base/core/java/android/app/
DRemoteInput.java110 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/
DTile.java139 public CharSequence getLabel() { in getLabel() method in Tile
/frameworks/base/core/java/android/hardware/input/
DKeyboardLayout.java88 public String getLabel() { in getLabel() method in KeyboardLayout
/frameworks/base/core/java/android/webkit/
DDateSorter.java102 public String getLabel(int index) { in getLabel() method in DateSorter

1234