/frameworks/base/core/tests/coretests/src/android/view/textclassifier/intent/ |
D | LabeledIntentTest.java | 43 private static final String DESCRIPTION = "Check the map"; field in LabeledIntentTest 67 DESCRIPTION, in resolve_preferTitleWithEntity() 78 assertThat(result.remoteAction.getContentDescription()).isEqualTo(DESCRIPTION); in resolve_preferTitleWithEntity() 90 DESCRIPTION, in resolve_useAvailableTitle() 101 assertThat(result.remoteAction.getContentDescription()).isEqualTo(DESCRIPTION); in resolve_useAvailableTitle() 112 DESCRIPTION, in resolve_titleChooser() 123 assertThat(result.remoteAction.getContentDescription()).isEqualTo(DESCRIPTION); in resolve_titleChooser() 134 DESCRIPTION, in resolve_titleChooserReturnsNull() 145 assertThat(result.remoteAction.getContentDescription()).isEqualTo(DESCRIPTION); in resolve_titleChooserReturnsNull() 159 DESCRIPTION, in resolve_missingTitle() [all …]
|
D | TemplateIntentFactoryTest.java | 43 private static final String DESCRIPTION = "Check the map"; field in TemplateIntentFactoryTest 76 DESCRIPTION, in create_full() 95 assertThat(labeledIntent.description).isEqualTo(DESCRIPTION); in create_full() 114 DESCRIPTION, in normalizesScheme() 138 DESCRIPTION, in create_minimal() 157 assertThat(labeledIntent.description).isEqualTo(DESCRIPTION); in create_minimal() 184 DESCRIPTION, in invalidTemplate_nonEmptyPackageName() 207 DESCRIPTION, in invalidTemplate_emptyTitle() 253 DESCRIPTION, in invalidTemplate_emptyIntentAction()
|
D | TemplateClassificationIntentFactoryTest.java | 52 private static final String DESCRIPTION = "Opens in Maps"; field in TemplateClassificationIntentFactoryTest 222 DESCRIPTION, in createRemoteActionTemplates()
|
/frameworks/base/obex/javax/obex/ |
D | HeaderSet.java | 102 public static final int DESCRIPTION = 0x05; field in HeaderSet 349 case DESCRIPTION: in setHeader() 526 case DESCRIPTION: in getHeader() 598 out.write(DESCRIPTION); in getHeaderList()
|
D | ObexHelper.java | 535 stringHeader = (String)headImpl.getHeader(HeaderSet.DESCRIPTION); in createHeader() 537 out.write((byte)HeaderSet.DESCRIPTION); in createHeader() 545 headImpl.setHeader(HeaderSet.DESCRIPTION, null); in createHeader()
|
/frameworks/base/core/java/android/provider/ |
D | LiveFolders.java | 194 public static final String DESCRIPTION = "description"; field in LiveFolders
|
D | CalendarContract.java | 1013 public static final String DESCRIPTION = "description"; field 1479 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, DESCRIPTION); in getEntityAndIncrementCursor()
|
D | MediaStore.java | 1423 String DESCRIPTION = "description"; field 1595 public static final String DESCRIPTION = "description"; field 2920 public static final String DESCRIPTION = "description"; field
|
/frameworks/base/tests/RemoteDisplayProvider/ |
D | README | 5 --- DESCRIPTION ---
|
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/ |
D | MediaStoreSaver.java | 62 values.put(Images.Media.DESCRIPTION, description); in insertImage()
|
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/ |
D | MediaStoreSaver.java | 62 values.put(Images.Media.DESCRIPTION, description); in insertImage()
|
/frameworks/base/tests/AccessoryDisplay/ |
D | README | 4 --- DESCRIPTION ---
|
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/ |
D | SinkActivity.java | 58 private static final String DESCRIPTION = "Accessory Display Sink Test Application"; field in SinkActivity 251 sendString(conn, UsbAccessoryConstants.ACCESSORY_STRING_DESCRIPTION, DESCRIPTION); in connect()
|
/frameworks/base/core/java/android/app/ |
D | NotificationChannelGroup.java | 340 proto.write(NotificationChannelGroupProto.DESCRIPTION, mDescription); in writeToProto()
|
D | NotificationChannel.java | 1089 proto.write(NotificationChannelProto.DESCRIPTION, mDesc); in writeToProto()
|
/frameworks/base/media/java/android/mtp/ |
D | MtpPropertyGroup.java | 139 column = Images.ImageColumns.DESCRIPTION; in createProperty()
|
/frameworks/base/core/java/com/android/internal/usb/ |
D | DumpUtils.java | 56 writeStringIfNotNull(dump, "description", UsbAccessoryProto.DESCRIPTION, in writeAccessory()
|
/frameworks/base/core/java/com/android/internal/print/ |
D | DumpUtils.java | 133 proto.write("description", PrinterInfoProto.DESCRIPTION, info.getDescription()); in writePrinterInfo()
|
/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
D | BugreportReceiverTest.java | 146 private static final String DESCRIPTION = "One's description..."; field in BugreportReceiverTest 462 detailsUi.descField.setText(DESCRIPTION); in testProgress_changeJustDetailsIsClearedOnSecondBugreport()
|
/frameworks/base/core/java/android/content/ |
D | ClipData.java | 1090 mClipDescription.writeToProto(proto, ClipDataProto.DESCRIPTION); in writeToProto()
|
/frameworks/base/api/ |
D | removed.txt | 538 field @Deprecated public static final String DESCRIPTION = "description";
|
D | current.txt | 37159 field public static final String DESCRIPTION = "description"; 38682 field @Deprecated public static final String DESCRIPTION = "description"; 38922 field public static final String DESCRIPTION = "description"; 39034 field public static final String DESCRIPTION = "description";
|
/frameworks/base/non-updatable-api/ |
D | removed.txt | 538 field @Deprecated public static final String DESCRIPTION = "description";
|
D | current.txt | 37015 field public static final String DESCRIPTION = "description"; 38538 field @Deprecated public static final String DESCRIPTION = "description"; 38778 field public static final String DESCRIPTION = "description"; 38890 field public static final String DESCRIPTION = "description";
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 23463 field public static final java.lang.String DESCRIPTION = "description"; 24845 field public static final java.lang.String DESCRIPTION = "description"; 25060 field public static final java.lang.String DESCRIPTION = "description"; 25163 field public static final java.lang.String DESCRIPTION = "description";
|