Home
last modified time | relevance | path

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

12

/frameworks/base/telecomm/java/android/telecom/
DStatusHints.java61 public CharSequence getLabel() { in getLabel() method in StatusHints
141 Objects.equals(otherHints.getLabel(), getLabel()) && in equals()
DDisconnectCause.java141 public CharSequence getLabel() { in getLabel() method in DisconnectCause
220 && Objects.equals(mDisconnectLabel, d.getLabel()) in equals()
DPhoneAccount.java200 mLabel = phoneAccount.getLabel(); in Builder()
488 public CharSequence getLabel() { in getLabel() method in PhoneAccount
/frameworks/support/v4/api20/android/support/v4/app/
DRemoteInputCompatApi20.java32 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/util/
DMediaSizeUtils.java100 return lhs.getLabel(mContext.getPackageManager()). in compare()
101 compareTo(rhs.getLabel(mContext.getPackageManager())); in compare()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DNotificationController.java219 printJob.getLabel()); in computeNotificationTitle()
225 printJob.getLabel()); in computeNotificationTitle()
229 printJob.getLabel()); in computeNotificationTitle()
236 printJob.getLabel()); in computeNotificationTitle()
240 printJob.getLabel()); in computeNotificationTitle()
/frameworks/support/v4/jellybean/android/support/v4/app/
DRemoteInputCompatJellybean.java49 data.putCharSequence(KEY_LABEL, remoteInput.getLabel()); in toBundle()
88 if (clipDescription.getLabel().equals(RESULTS_CLIP_LABEL)) { in getResultsFromIntent()
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
DBluetoothPbapCard.java106 jsonPhone.put("label", phone.getLabel());
128 jsonEmail.put("label", email.getLabel());
/frameworks/support/v4/donut/android/support/v4/app/
DRemoteInputCompatBase.java25 protected abstract CharSequence getLabel(); in getLabel() method in RemoteInputCompatBase.RemoteInput
/frameworks/base/core/java/android/app/
DRemoteInput.java99 public CharSequence getLabel() { in getLabel() method in RemoteInput
255 if (clipDescription.getLabel().equals(RESULTS_CLIP_LABEL)) { in getResultsFromIntent()
/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/support/v4/api21/android/support/v4/view/accessibility/
DAccessibilityNodeInfoCompatApi21.java64 return ((AccessibilityNodeInfo.AccessibilityAction) action).getLabel(); in getAccessibilityActionLabel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DTaskDescription.java75 public CharSequence getLabel() { in getLabel() method in TaskDescription
DRecentsPanelView.java177 holder.labelView.setText(td.getLabel()); in getView()
178 holder.thumbnailView.setContentDescription(td.getLabel()); in getView()
715 if (DEBUG) Log.v(TAG, "Jettison " + ad.getLabel()); in handleSwipe()
735 … getContext().getString(R.string.accessibility_recents_item_dismissed, ad.getLabel())); in handleSwipe()
/frameworks/base/core/java/android/view/inputmethod/
DCompletionInfo.java130 public CharSequence getLabel() { in getLabel() method in CompletionInfo
/frameworks/base/core/java/android/hardware/input/
DKeyboardLayout.java73 public String getLabel() { in getLabel() method in KeyboardLayout
/frameworks/base/core/java/android/content/pm/
DLauncherActivityInfo.java94 public CharSequence getLabel() { in getLabel() method in LauncherActivityInfo
/frameworks/support/v4/api21/android/support/v4/app/
DNotificationCompatApi21.java206 .setLabel(src.getLabel()) in fromCompatRemoteInput()
217 remoteInput.getLabel(), in toCompatRemoteInput()
/frameworks/base/core/java/android/webkit/
DDateSorter.java102 public String getLabel(int index) { in getLabel() method in DateSorter
/frameworks/support/tests/java/android/support/v4/app/
DNotificationCompatWearableExtenderTest.java236 assertEquals(real.getLabel(), compat.getLabel()); in assertRemoteInputsEqual()
/frameworks/base/core/java/android/print/
DPrintAttributes.java205 oldResolution.getLabel(), in asPortrait()
242 oldResolution.getLabel(), in asLandscape()
834 public String getLabel(PackageManager packageManager) { in getLabel() method in PrintAttributes.MediaSize
1055 public String getLabel() { in getLabel() method in PrintAttributes.Resolution
/frameworks/base/core/java/android/content/
DClipDescription.java116 public CharSequence getLabel() { in getLabel() method in ClipDescription
DUndoManager.java386 return state != null ? state.getLabel() : null; in getUndoLabel()
396 return state != null ? state.getLabel() : null; in getRedoLabel()
794 CharSequence getLabel() { in getLabel() method in UndoManager.UndoState
/frameworks/support/v4/java/android/support/v4/app/
DRemoteInput.java63 public CharSequence getLabel() { in getLabel() method in RemoteInput
/frameworks/native/include/input/
DInput.h309 static const char* getLabel(int32_t keyCode);
570 static const char* getLabel(int32_t axis);

12