Home
last modified time | relevance | path

Searched defs:test (Results 1 – 7 of 7) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DHanziToPinyinTest.java41 private void test(final char hanzi, final String expectedPinyin) throws Exception { in test() method in HanziToPinyinTest
DGlobalSearchSupportTest.java152 public void test() { in test() method in GlobalSearchSupportTest.SuggestionTester
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DActionServiceSystemTest.java56 final TestChatAction test = (TestChatAction) action; in onActionSucceeded() local
68 final TestChatAction test = (TestChatAction) action; in onActionFailed() local
80 final TestChatAction test = (TestChatAction) action; in onActionExecuted() local
DActionServiceTest.java57 final TestChatAction test = (TestChatAction) action; in onActionSucceeded() local
72 final TestChatAction test = (TestChatAction) action; in onActionFailed() local
/packages/apps/Calendar/tests/src/com/android/calendar/
DWeekNumberTest.java208 DateAndWeekNumber test = tests[index]; in testAll() local
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
DServiceProxy.java222 public boolean test() { in test() method in ServiceProxy
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomSystemTest.java621 TelecomSystemTest test = new TelecomSystemTest(); in testDeadlockOnOutgoingCall() local