/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
D | MimeIconUtilsTest.java | 27 MimeIconUtils.getTypeInfo("image/png").getLabel()); in testSimple() 29 MimeIconUtils.getTypeInfo("image/x-custom").getLabel()); in testSimple() 32 MimeIconUtils.getTypeInfo("chemical/x-alchemy").getLabel()); in testSimple() 34 MimeIconUtils.getTypeInfo("x-custom/x-custom").getLabel()); in testSimple() 37 MimeIconUtils.getTypeInfo("inode/directory").getLabel()); in testSimple() 40 MimeIconUtils.getTypeInfo("application/zip").getLabel()); in testSimple() 42 MimeIconUtils.getTypeInfo("application/rar").getLabel()); in testSimple() 45 MimeIconUtils.getTypeInfo("text/plain").getLabel()); in testSimple() 47 MimeIconUtils.getTypeInfo("text/x-custom").getLabel()); in testSimple() 50 MimeIconUtils.getTypeInfo("audio/flac").getLabel()); in testSimple() [all …]
|
/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 | 94 public CharSequence getLabel() { in getLabel() method in StatusHints 192 return Objects.equals(otherHints.getLabel(), getLabel()) && in equals()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationChannelHelper.java | 71 if (entry.getRanking().getConversationShortcutInfo().getLabel() != null) { in getName() 72 return entry.getRanking().getConversationShortcutInfo().getLabel().toString(); in getName()
|
/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 | 177 public String getLabel() { in getLabel() method in LockscreenFragment.StaticShortcut 215 public String getLabel() { in getLabel() method in LockscreenFragment.App 216 return mInfo.getLabel().toString(); in getLabel() 243 public abstract String getLabel(); in getLabel() method in LockscreenFragment.Item 273 holder.title.setText(item.getLabel()); in onBindViewHolder()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | SystemActionPerformerTest.java | 141 if ((a.getId() == action.getId()) && (a.getLabel().equals(action.getLabel()))) { in assertHasLegacyAccessibilityAction() 153 if ((a.getId() == action.getId()) && (a.getLabel().equals(action.getLabel()))) { in assertHasNoLegacyAccessibilityAction()
|
/frameworks/base/core/tests/coretests/src/android/app/people/ |
D | PeopleManagerTest.java | 98 assertEquals(conversationChannel.getShortcutInfo().getLabel(), in testCorrectlyMapsToProxyConversationListener() 99 conversation.getShortcutInfo().getLabel()); in testCorrectlyMapsToProxyConversationListener()
|
/frameworks/base/services/core/java/com/android/server/pm/pkg/component/ |
D | ParsedAttribution.java | 47 @StringRes int getLabel(); in getLabel() method
|
/frameworks/opt/localepicker/src/com/android/localepicker/ |
D | LocaleHelper.java | 225 removePrefixForCompare(lhs.getLocale(), lhs.getLabel(mCountryMode)), in compare() 226 removePrefixForCompare(rhs.getLocale(), rhs.getLabel(mCountryMode))); in compare()
|
/frameworks/base/core/java/com/android/internal/accessibility/dialog/ |
D | AccessibilityTarget.java | 79 holder.mLabelView.setText(getLabel()); in updateActionItem() 143 public CharSequence getLabel() { in getLabel() method in AccessibilityTarget
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/ |
D | WalletCardViewInfo.java | 50 CharSequence getLabel(); in getLabel() method
|
/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/parsing/parcelling/ |
D | ParsedAttributionTest.kt | 38 ParsedAttribution::getLabel,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationUiAdjustment.java | 141 if (!TextUtils.equals(firstRemoteInput.getLabel(), secondRemoteInput.getLabel())) { in areDifferent()
|
D | KeyboardShortcuts.java | 108 boolean ksh1ShouldBeLast = ksh1.getLabel() == null 109 || ksh1.getLabel().toString().isEmpty(); 110 boolean ksh2ShouldBeLast = ksh2.getLabel() == null 111 || ksh2.getLabel().toString().isEmpty(); 121 return (ksh1.getLabel().toString()).compareToIgnoreCase( 122 ksh2.getLabel().toString()); 613 categoryTitle.setText(group.getLabel()); in populateKeyboardShortcuts() 641 shortcutKeyword.setText(info.getLabel()); in populateKeyboardShortcuts()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | LocaleHelper.java | 244 removePrefixForCompare(lhs.getLocale(), lhs.getLabel(mCountryMode)), in compare() 245 removePrefixForCompare(rhs.getLocale(), rhs.getLabel(mCountryMode))); in compare()
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
D | ScrollingThroughListOfFocusablesTest.java | 114 mActivity.getLabelForPosition(1), peekingChild.getLabel()); in testScrollingDownInFirstItem() 207 assertEquals(mActivity.getLabelForPosition(0), view.getLabel()); in testNavigatingUpThroughInternalSelection()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | SecurityController.java | 60 CharSequence getLabel(DeviceAdminInfo info); in getLabel() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/ |
D | CustomTile.java | 192 boolean updateLabel = mTile.getLabel() == null in updateDefaultTileAndIcon() 193 || TextUtils.equals(mTile.getLabel(), mDefaultLabel); in updateDefaultTileAndIcon() 292 if (tile.getLabel() != null || overwriteNulls) { in applyTileState() 293 mTile.setLabel(tile.getLabel()); in applyTileState() 456 state.label = mTile.getLabel(); in handleUpdateState()
|
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/ |
D | QSTileView.java | 63 public View getLabel() { in getLabel() method in QSTileView
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | ListDumper.java | 136 .append(entry.getSection().getLabel()); in dumpEntry() 197 .getSection().getLabel()) in dumpEntry()
|
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/ |
D | CachingLogic.java | 38 CharSequence getLabel(@NonNull final T object); in getLabel() method
|
/frameworks/base/core/java/android/content/pm/permission/ |
D | RuntimePermissionPresentationInfo.java | 89 public @NonNull CharSequence getLabel() { in getLabel() method in RuntimePermissionPresentationInfo
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
D | PermissionsSummaryHelper.java | 46 grantedStandardLabels.add(permission.getLabel()); in getPermissionSummary()
|