Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/tips/
DAppRestrictionPredicate.java38 public boolean test(AppInfo appInfo) { in test() method in AppRestrictionPredicate
DAppLabelPredicate.java40 public boolean test(AppInfo appInfo) { in test() method in AppLabelPredicate
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DMimeTypes.java97 public static boolean mimeMatches(String[] filters, String test) { in mimeMatches()
109 public static boolean mimeMatches(String filter, String test) { in mimeMatches()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/inspector/
DGpsCoordinatesTextClassifierTest.java89 TextClassification test = mClassifier.classifyText( in assertClassifiedGeo() local
/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/DocumentsUI/tests/functional/com/android/documentsui/
DFileManagementUiTest.java140 final Uri test = mDocsHelper.createFolder(rootDir0, "test"); in testCopyLargeAmountOfFiles() local
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestPredicate.java43 public boolean test(T t) { in test() method in TestPredicate
/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/TV/tests/common/src/com/android/tv/testing/
DComparableTester.java53 public void test() { in test() method in ComparableTester
DComparatorTester.java65 public void test() { in test() method in ComparatorTester
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
DServiceProxy.java222 public boolean test() { in test() method in ServiceProxy
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/tether/
DTetherServiceTest.java388 Receiver(TetherServiceTest test) { in Receiver()
395 TetherServiceTest test = mTest.get(); in onReceiveResult() local
/packages/apps/Dialer/java/com/android/dialer/enrichedcall/
DEnrichedCallManager.java356 boolean test(Session session); in test() method