Home
last modified time | relevance | path

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

12

/packages/services/Mtp/tests/src/com/android/mtp/
DTestResultInstrumentation.java52 public void addError(Test test, Throwable t) { in addError()
58 public void addFailure(Test test, AssertionFailedError t) { in addFailure()
64 public void endTest(Test test) { in endTest()
71 public void startTest(Test test) { in startTest()
79 private void show(String tag, Test test, Throwable t) { in show()
/packages/modules/NetworkStack/tests/lib/multivariant/com/android/testutils/
DPacketFilter.kt37 override fun test(packet: ByteArray) = in test() method in com.android.testutils.OffsetFilter
47 override fun test(t: ByteArray) = impl.test(t) in test() method in com.android.testutils.IPv4UdpFilter
57 override fun test(t: ByteArray) = impl.test(t) in test() method in com.android.testutils.DhcpClientPacketFilter
65 override fun test(packet: ByteArray): Boolean { in test() method in com.android.testutils.DhcpOptionFilter
/packages/apps/Settings/tests/robotests/src/com/android/settings/inputmethod/
DInputMethodAndSubtypeEnablerTest.java54 final String test = "title1"; in onActivityCreated_shouldUpdateTitleFromArgument() local
66 final String test = "title1"; in onActivityCreated_shouldUpdateTitleFromIntent() local
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DTaplTestsLauncher3.java58 public static void initialize(AbstractLauncherUiTest test) throws Exception { in initialize()
124 public static void runAllAppsTest(AbstractLauncherUiTest test, AllApps allApps) { in runAllAppsTest()
221 public static void runIconLaunchFromAllAppsTest(AbstractLauncherUiTest test, AllApps allApps) { in runIconLaunchFromAllAppsTest()
DPortraitLandscapeRunner.java16 public PortraitLandscapeRunner(AbstractLauncherUiTest test) { in PortraitLandscapeRunner()
DTestViewHelpers.java44 public static LauncherAppWidgetProviderInfo findWidgetProvider(AbstractLauncherUiTest test, in findWidgetProvider()
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DMimeTypes.java181 public static boolean mimeMatches(String[] filters, String test) { in mimeMatches()
193 public static boolean mimeMatches(String filter, String test) { in mimeMatches()
/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/util/
DLauncherTestApplication.java46 public void prepareTest(Object test) { } in prepareTest()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/batterytip/tips/
DAppLabelPredicate.java47 public boolean test(AppInfo appInfo) { in test() method in AppLabelPredicate
DAppRestrictionPredicate.java47 public boolean test(AppInfo appInfo) { in test() method in AppRestrictionPredicate
/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/tips/
DAppLabelPredicate.java47 public boolean test(AppInfo appInfo) { in test() method in AppLabelPredicate
DAppRestrictionPredicate.java47 public boolean test(AppInfo appInfo) { in test() method in AppRestrictionPredicate
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/inspector/
DGpsCoordinatesTextClassifierTest.java103 TextClassification test = mClassifier.classifyText( in assertClassifiedGeo() local
/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.java56 final TestChatAction test = (TestChatAction) action; in onActionSucceeded() local
71 final TestChatAction test = (TestChatAction) action; in onActionFailed() 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
/packages/apps/Settings/src/com/android/settings/deviceinfo/legal/
DModuleLicensesPreferenceController.java65 public boolean test(ModuleInfo module) { in test() method in ModuleLicensesPreferenceController.Predicate
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DFileManagementUiTest.java145 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/providers/MediaProvider/errorprone/src/com/android/providers/media/
DMimeTypeChecker.java93 public boolean test(ExpressionTree tree) { in test() method in MimeTypeChecker.MimeWithoutCaseFoldingMatcher
/packages/apps/Calendar/tests/src/com/android/calendar/
DWeekNumberTest.java208 DateAndWeekNumber test = tests[index]; in testAll() local
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/tether/
DTetherServiceTest.java336 Receiver(TetherServiceTest test) { in Receiver()
343 TetherServiceTest test = mTest.get(); in onReceiveResult() local
/packages/apps/TV/tests/common/src/com/android/tv/testing/
DComparableTester.java53 public void test() { in test() method in ComparableTester
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/
DRestrictedAppDetails.java174 final CharSequence test = checkBoxPreference.getSummaryOn(); in refreshUi() local
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DRestrictedAppDetails.java174 final CharSequence test = checkBoxPreference.getSummaryOn(); in refreshUi() local

12