Home
last modified time | relevance | path

Searched refs:addLine (Results 1 – 5 of 5) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DVirtualContainerActivity.java75 mUsername = mCustomView.addLine(ID_USERNAME_LABEL, "Username", ID_USERNAME, BLANK_VALUE, in onCreate()
77 mPassword = mCustomView.addLine(ID_PASSWORD_LABEL, "Password", ID_PASSWORD, BLANK_VALUE, in onCreate()
DVirtualContainerView.java342 public Line addLine(String labelId, String label, String textId, String text, int inputType) { in addLine() method in VirtualContainerView
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DSensitiveNotificationRedactionTest.kt170 style.addLine(OTP_MESSAGE_BASIC) in testTextFieldsRedacted()
DNotificationManagerTest.java1500 .setStyle(new Notification.InboxStyle().addLine("line") in testInboxStyle()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt6801 method public android.app.Notification.InboxStyle addLine(CharSequence);