Home
last modified time | relevance | path

Searched refs:TEST_EMAIL (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/DebuggingRestrictionController/app/src/androidTest/java/com/android/car/debuggingrestrictioncontroller/
DLoginTest.java58 private static final String TEST_EMAIL = BuildConfig.DRC_TEST_EMAIL; field in LoginTest
103 onView(withId(R.id.username)).perform(typeText(TEST_EMAIL), ViewActions.closeSoftKeyboard()); in invalidPassword()
121 onView(withId(R.id.username)).perform(typeText(TEST_EMAIL), ViewActions.closeSoftKeyboard()); in wrongPassword()
130 onView(withId(R.id.username)).perform(typeText(TEST_EMAIL), ViewActions.closeSoftKeyboard()); in userLogout()
146 onView(withId(R.id.username)).perform(typeText(TEST_EMAIL), ViewActions.closeSoftKeyboard()); in startTokenActivity()
174 onView(withId(R.id.username)).perform(typeText(TEST_EMAIL), ViewActions.closeSoftKeyboard()); in returnedFromTokenActivityOK()
197 onView(withId(R.id.username)).perform(typeText(TEST_EMAIL), ViewActions.closeSoftKeyboard()); in returnedFromTokenActivityCancelled()
DTokenTest.java46 private static final String TEST_EMAIL = BuildConfig.DRC_TEST_EMAIL; field in TokenTest
57 Tasks.await(firebaseAuth.signInWithEmailAndPassword(TEST_EMAIL, TEST_PASSWORD)); in TokenTest()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DCertificateSubjectInfoTest.java42 private static final String TEST_EMAIL = "info@androidwifi.dev"; field in CertificateSubjectInfoTest
77 assertEquals(info.email, TEST_EMAIL); in verifySubjectInfoString()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentTest.java114 private static final String TEST_EMAIL = "test@google.com"; field in BluetoothMapContentTest
1871 emailCursor.addRow(new Object[] {TEST_EMAIL}); in extractMmsAddresses_withTypeMmsFrom()
1924 emailCursor.addRow(new Object[] {TEST_EMAIL}); in extractMmsAddresses_withTypeMmsTo()
1977 emailCursor.addRow(new Object[] {TEST_EMAIL}); in extractMmsAddresses_withTypeMmsCc()
2030 emailCursor.addRow(new Object[] {TEST_EMAIL}); in extractMmsAddresses_withTypeMmsBcc()