Searched refs:TEST_EMAIL (Results 1 – 4 of 4) sorted by relevance
58 private static final String TEST_EMAIL = BuildConfig.DRC_TEST_EMAIL; field in LoginTest103 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()
46 private static final String TEST_EMAIL = BuildConfig.DRC_TEST_EMAIL; field in TokenTest57 Tasks.await(firebaseAuth.signInWithEmailAndPassword(TEST_EMAIL, TEST_PASSWORD)); in TokenTest()
42 private static final String TEST_EMAIL = "info@androidwifi.dev"; field in CertificateSubjectInfoTest77 assertEquals(info.email, TEST_EMAIL); in verifySubjectInfoString()
114 private static final String TEST_EMAIL = "test@google.com"; field in BluetoothMapContentTest1871 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()