OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mailto
(Results
1 - 25
of
830
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/markdown/tests/misc/
email.txt
3
instead <
mailto
:yuri@freewisdom.org>
/cts/tests/tests/net/src/android/net/cts/
MailToTest.java
19
import android.net.
MailTo
;
24
private static final String MAILTOURI_1 = "
mailto
:chris@example.com";
25
private static final String MAILTOURI_2 = "
mailto
:infobot@example.com?subject=current-issue";
27
"
mailto
:infobot@example.com?body=send%20current-issue";
28
private static final String MAILTOURI_4 = "
mailto
:infobot@example.com?body=send%20current-" +
30
private static final String MAILTOURI_5 = "
mailto
:joe@example.com?" +
32
private static final String MAILTOURI_6 = "
mailto
:?to=joe@example.com&" +
41
assertFalse(
MailTo
.isMailTo(null));
42
assertFalse(
MailTo
.isMailTo(""));
43
assertFalse(
MailTo
.isMailTo("http://www.google.com"))
[
all
...]
Uri_BuilderTest.java
35
uri = Uri.parse("
mailto
:nobody");
38
assertEquals("
mailto
", uri.getScheme());
58
.scheme("
mailto
")
61
assertEquals("
mailto
", uri.getScheme());
/external/testng/src/main/java/org/testng/annotations/
IAnnotation.java
8
* @author <a href="
mailto
:cedric@beust.com">Cedric Beust</a>
IExpectedExceptionsAnnotation.java
6
* @author <a href="
mailto
:cedric@beust.com">Cedric Beust</a>
IFactoryAnnotation.java
9
* @author <a href="
mailto
:cedric@beust.com">Cedric Beust</a>
IDataProviderAnnotation.java
7
* @author <a href="
mailto
:cedric@beust.com">Cedric Beust</a>
/external/testng/src/main/java/org/testng/internal/thread/
IFutureResult.java
6
* @author <a href='
mailto
:the_mindstorm@evolva.ro'>Alexandru Popescu</a>
IExecutor.java
6
* @author <a href='
mailto
:the_mindstorm@evolva.ro'>Alexandru Popescu</a>
IThreadFactory.java
8
* @author <a href='
mailto
:the_mindstorm@evolva.ro'>Alexandru Popescu</a>
TestNGThread.java
6
* @author <a href='
mailto
:the_mindstorm@evolva.ro'>Alexandru Popescu</a>
ThreadExecutionException.java
6
* @author <a href="
mailto
:the_mindstorm@evolva.ro>the_mindstorm</a>
ThreadTimeoutException.java
6
* @author <a href='
mailto
:the_mindstorm@evolva.ro'>Alexandru Popescu</a>
/frameworks/base/core/java/android/net/
MailTo.java
25
*
MailTo
URL parser
27
* This class parses a
mailto
scheme URL and then can be queried for
31
public class
MailTo
{
33
static public final String MAILTO_SCHEME = "
mailto
:";
46
* Test to see if the given string is a
mailto
URL
48
* @return true if the string is a
mailto
URL
58
* Parse and decode a
mailto
scheme string. This parser implements
60
* @param url String containing a
mailto
URL
61
* @return
MailTo
object
62
* @exception ParseException if the scheme is not a
mailto
UR
[
all
...]
/external/markdown/MarkdownTest/Tests_2004/
Yuri-Email.text-out
10
"
mailto
:yuri@domain.org">yuri@domain.org</a>, etc.</p>
13
<li><a href="
mailto
:yuri@domain.org">yuri@domain.org</a></li>
Yuri-Email.text-res
10
"
mailto
:yuri@domain.org">yuri@domain.org</a>, etc.</p>
13
<li><a href="
mailto
:yuri@domain.org">yuri@domain.org</a></li>
/external/testng/src/main/java/com/beust/testng/
TestNG.java
7
* @author <a href="
mailto
:cedric@beust.com">Cedric Beust</a>
TestNGAntTask.java
7
* @author <a href="
mailto
:cedric@beust.com">Cedric Beust</a>
/external/testng/src/main/java/org/testng/internal/
IResultListener.java
9
* @author <a href='
mailto
:the_mindstorm@evolva.ro'>Alexandru Popescu</a>
ITestResultNotifier.java
16
* @author <a href="
mailto
:cedric@beust.com">Cedric Beust</a>
17
* @author <a href='
mailto
:the_mindstorm@evolva.ro'>Alexandru Popescu</a>
/external/testng/src/main/java/org/testng/remote/strprotocol/
IStringMessage.java
7
* @author <a href='
mailto
:the_mindstorm[at]evolva[dot]ro'>Alexandru Popescu</a>
/external/testng/src/main/java/org/testng/reporters/
ExitCodeListener.java
9
* @author <a href='
mailto
:the_mindstorm[at]evolva[dot]ro'>Alexandru Popescu</a>
/external/libxml2/result/HTML/
attrents.html
4
<a href="
mailto
:katherine@cbfanc.org,website@bis.doc.gov?subject=South%20San%20Francisco%20BIS%20Seminar%20-%20October%2016th"></a><br>
/external/testng/src/main/java/org/testng/
SuiteRunState.java
10
* @author <a href='
mailto
:the_mindstorm[at]evolva[dot]ro'>Alexandru Popescu</a>
TestNGException.java
7
* @author <a href="
mailto
:cedric@beust.com">Cedric Beust</a>
Completed in 2098 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>