OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testParts
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsUtils.java
182
String[]
testParts
= testDomain.split(DOMAIN_SEPARATOR);
184
if (
testParts
.length != providerParts.length) {
187
for (int i = 0; i <
testParts
.length; i++) {
188
String testPart =
testParts
[i].toLowerCase();
/frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/
MultipartTest.java
30
public void
testParts
() throws Exception {
Completed in 25 milliseconds