Searched defs:intentUrl (Results 1 – 4 of 4) sorted by relevance
19 private boolean isExpectedTelephoneIntent(String intentUrl, String expectedContent) { in isExpectedTelephoneIntent()47 String intentUrl = scrollAndTapExpectingIntent("US"); in testInternationalNumberIntents() local163 String intentUrl = scrollAndTapExpectingIntent("US_1"); in testLocalUSNumbers() local187 String intentUrl = scrollAndTapExpectingIntent("GB_1"); in testLocalUKNumbers() local211 String intentUrl = scrollAndTapExpectingIntent("FR_1"); in testLocalFRNumbers() local
18 private boolean isExpectedEmailIntent(String intentUrl, String expectedContent) { in isExpectedEmailIntent()31 String intentUrl = scrollAndTapExpectingIntent("valid_1"); in testValidEmailAddresses() local
18 private boolean isExpectedGeoIntent(String intentUrl, String expectedContent) { in isExpectedGeoIntent()
134 public void onStartContentIntent(Context context, String intentUrl) { in onStartContentIntent()