/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 | 140 public CharSequence getLabel() { in getLabel() method in DisconnectCause 222 && Objects.equals(mDisconnectLabel, d.getLabel()) in equals()
|
D | PhoneAccount.java | 200 mLabel = phoneAccount.getLabel(); in Builder() 435 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/util/ |
D | MediaSizeUtils.java | 100 return lhs.getLabel(mContext.getPackageManager()). in compare() 101 compareTo(rhs.getLabel(mContext.getPackageManager())); in compare()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | NotificationController.java | 219 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/ |
D | RemoteInputCompatJellybean.java | 49 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/ |
D | BluetoothPbapCard.java | 106 jsonPhone.put("label", phone.getLabel()); 128 jsonEmail.put("label", email.getLabel());
|
/frameworks/support/v4/donut/android/support/v4/app/ |
D | RemoteInputCompatBase.java | 25 protected abstract CharSequence getLabel(); in getLabel() method in RemoteInputCompatBase.RemoteInput
|
/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/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/core/java/android/view/inputmethod/ |
D | CompletionInfo.java | 130 public CharSequence getLabel() { in getLabel() method in CompletionInfo
|
/frameworks/base/core/java/android/hardware/input/ |
D | KeyboardLayout.java | 73 public String getLabel() { in getLabel() method in KeyboardLayout
|
/frameworks/support/v4/api21/android/support/v4/app/ |
D | NotificationCompatApi21.java | 207 .setLabel(src.getLabel()) in fromCompatRemoteInput() 218 remoteInput.getLabel(), in toCompatRemoteInput()
|
/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/content/pm/ |
D | LauncherActivityInfo.java | 96 public CharSequence getLabel() { in getLabel() method in LauncherActivityInfo
|
/frameworks/support/tests/java/android/support/v4/app/ |
D | NotificationCompatWearableExtenderTest.java | 236 assertEquals(real.getLabel(), compat.getLabel()); in assertRemoteInputsEqual()
|
/frameworks/base/core/java/android/print/ |
D | PrintAttributes.java | 246 oldResolution.getLabel(), in asPortrait() 284 oldResolution.getLabel(), in asLandscape() 885 public String getLabel(PackageManager packageManager) { in getLabel() method in PrintAttributes.MediaSize 1106 public String getLabel() { in getLabel() method in PrintAttributes.Resolution
|
/frameworks/base/core/java/android/content/ |
D | UndoManager.java | 390 return state != null ? state.getLabel() : null; in getUndoLabel() 400 return state != null ? state.getLabel() : null; in getRedoLabel() 798 CharSequence getLabel() { in getLabel() method in UndoManager.UndoState
|
D | ClipDescription.java | 116 public CharSequence getLabel() { in getLabel() method in ClipDescription
|
/frameworks/support/v4/java/android/support/v4/app/ |
D | RemoteInput.java | 63 public CharSequence getLabel() { in getLabel() method in RemoteInput
|
/frameworks/native/include/input/ |
D | Input.h | 321 static const char* getLabel(int32_t keyCode); 589 static const char* getLabel(int32_t axis);
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteCursor.java | 267 "database = " + mQuery.getDatabase().getLabel() + in finalize()
|
/frameworks/base/core/jni/ |
D | android_view_KeyEvent.cpp | 110 return env->NewStringUTF(KeyEvent::getLabel(keyCode)); in android_view_KeyEvent_nativeKeyCodeToString()
|