Lines Matching refs:static

87     field @Deprecated public static final String REPORT_KEY_NAME_CLASS = "class";
88 field @Deprecated public static final String REPORT_KEY_NAME_TEST = "test";
89 field @Deprecated public static final String REPORT_KEY_NUM_CURRENT = "current";
90 field @Deprecated public static final String REPORT_KEY_NUM_TOTAL = "numtests";
91 field @Deprecated public static final String REPORT_KEY_STACK = "stack";
92 field @Deprecated public static final String REPORT_VALUE_ID = "InstrumentationTestRunner";
93 field @Deprecated public static final int REPORT_VALUE_RESULT_ERROR = -1; // 0xffffffff
94 field @Deprecated public static final int REPORT_VALUE_RESULT_FAILURE = -2; // 0xfffffffe
95 field @Deprecated public static final int REPORT_VALUE_RESULT_OK = 0; // 0x0
96 field @Deprecated public static final int REPORT_VALUE_RESULT_START = 1; // 0x1
117 method @Deprecated public static void assertAssignableFrom(Class<?>, Object);
118 method @Deprecated public static void assertAssignableFrom(Class<?>, Class<?>);
119 …method @Deprecated public static java.util.regex.MatchResult assertContainsRegex(String, String, S…
120 … method @Deprecated public static java.util.regex.MatchResult assertContainsRegex(String, String);
121 …method @Deprecated public static void assertContentsInAnyOrder(String, Iterable<?>, java.lang.Obje…
122 … method @Deprecated public static void assertContentsInAnyOrder(Iterable<?>, java.lang.Object...);
123 …method @Deprecated public static void assertContentsInOrder(String, Iterable<?>, java.lang.Object.…
124 method @Deprecated public static void assertContentsInOrder(Iterable<?>, java.lang.Object...);
125 method @Deprecated public static void assertEmpty(String, Iterable<?>);
126 method @Deprecated public static void assertEmpty(Iterable<?>);
127 method @Deprecated public static void assertEmpty(String, java.util.Map<?,?>);
128 method @Deprecated public static void assertEmpty(java.util.Map<?,?>);
129 method @Deprecated public static void assertEquals(String, byte[], byte[]);
130 method @Deprecated public static void assertEquals(byte[], byte[]);
131 method @Deprecated public static void assertEquals(String, int[], int[]);
132 method @Deprecated public static void assertEquals(int[], int[]);
133 method @Deprecated public static void assertEquals(String, double[], double[]);
134 method @Deprecated public static void assertEquals(double[], double[]);
135 method @Deprecated public static void assertEquals(String, Object[], Object[]);
136 method @Deprecated public static void assertEquals(Object[], Object[]);
137 method @Deprecated public static void assertEquals(String, java.util.Set<?>, java.util.Set<?>);
138 method @Deprecated public static void assertEquals(java.util.Set<?>, java.util.Set<?>);
139 …method @Deprecated public static java.util.regex.MatchResult assertMatchesRegex(String, String, St…
140 method @Deprecated public static java.util.regex.MatchResult assertMatchesRegex(String, String);
141 method @Deprecated public static void assertNotContainsRegex(String, String, String);
142 method @Deprecated public static void assertNotContainsRegex(String, String);
143 method @Deprecated public static void assertNotEmpty(String, Iterable<?>);
144 method @Deprecated public static void assertNotEmpty(Iterable<?>);
145 method @Deprecated public static void assertNotEmpty(String, java.util.Map<?,?>);
146 method @Deprecated public static void assertNotEmpty(java.util.Map<?,?>);
147 method @Deprecated public static void assertNotEqual(String, Object, Object);
148 method @Deprecated public static void assertNotEqual(Object, Object);
149 method @Deprecated public static void assertNotMatchesRegex(String, String, String);
150 method @Deprecated public static void assertNotMatchesRegex(String, String);
151 …method @Deprecated public static void checkEqualsAndHashCodeMethods(String, Object, Object, boolea…
152 method @Deprecated public static void checkEqualsAndHashCodeMethods(Object, Object, boolean);
160 …method @Deprecated public static <T extends android.content.ContentProvider> android.content.Conte…
168 …method public static <T extends android.content.ContentProvider> android.content.ContentResolver n…
176 …method @Deprecated public static <T extends android.content.ContentProvider> T providerWithRenamed…
177 …method @Deprecated public static <T extends android.content.ContentProvider> T providerWithRenamed…
211 …method @Deprecated public static void clickView(android.test.InstrumentationTestCase, android.view…
212 …method @Deprecated public static void drag(android.test.ActivityInstrumentationTestCase, float, fl…
213 …method @Deprecated public static void drag(android.test.InstrumentationTestCase, float, float, flo…
214 …method @Deprecated public static void dragQuarterScreenDown(android.test.ActivityInstrumentationTe…
215 …method @Deprecated public static void dragQuarterScreenDown(android.test.InstrumentationTestCase, …
216 …method @Deprecated public static void dragQuarterScreenUp(android.test.ActivityInstrumentationTest…
217 …method @Deprecated public static void dragQuarterScreenUp(android.test.InstrumentationTestCase, an…
218 …method @Deprecated public static int dragViewBy(android.test.ActivityInstrumentationTestCase, andr…
219 …method @Deprecated public static int dragViewBy(android.test.InstrumentationTestCase, android.view…
220 …method @Deprecated public static int dragViewTo(android.test.ActivityInstrumentationTestCase, andr…
221 …method @Deprecated public static int dragViewTo(android.test.InstrumentationTestCase, android.view…
222 …method @Deprecated public static void dragViewToBottom(android.test.ActivityInstrumentationTestCas…
223 …method @Deprecated public static void dragViewToBottom(android.test.InstrumentationTestCase, andro…
224 …method @Deprecated public static void dragViewToBottom(android.test.ActivityInstrumentationTestCas…
225 …method @Deprecated public static void dragViewToBottom(android.test.InstrumentationTestCase, andro…
226 …method @Deprecated public static void dragViewToTop(android.test.ActivityInstrumentationTestCase, …
227 …method @Deprecated public static void dragViewToTop(android.test.ActivityInstrumentationTestCase, …
228 …method @Deprecated public static void dragViewToTop(android.test.InstrumentationTestCase, android.…
229 …method @Deprecated public static void dragViewToTop(android.test.InstrumentationTestCase, android.…
230 …method @Deprecated public static int dragViewToX(android.test.ActivityInstrumentationTestCase, and…
231 …method @Deprecated public static int dragViewToX(android.test.InstrumentationTestCase, android.vie…
232 …method @Deprecated public static int dragViewToY(android.test.ActivityInstrumentationTestCase, and…
233 …method @Deprecated public static int dragViewToY(android.test.InstrumentationTestCase, android.vie…
234 …method @Deprecated public static void longClickView(android.test.ActivityInstrumentationTestCase, …
235 …method @Deprecated public static void longClickView(android.test.InstrumentationTestCase, android.…
236 …method @Deprecated public static void scrollToBottom(android.test.ActivityInstrumentationTestCase,…
237 …method @Deprecated public static void scrollToBottom(android.test.InstrumentationTestCase, android…
238 …method @Deprecated public static void scrollToTop(android.test.ActivityInstrumentationTestCase, an…
239 …method @Deprecated public static void scrollToTop(android.test.InstrumentationTestCase, android.ap…
240 …method @Deprecated public static void tapView(android.test.InstrumentationTestCase, android.view.V…
241 …method @Deprecated public static void touchAndCancelView(android.test.InstrumentationTestCase, and…
245 … method @Deprecated public static void assertBaselineAligned(android.view.View, android.view.View);
246 method @Deprecated public static void assertBottomAligned(android.view.View, android.view.View);
247 …method @Deprecated public static void assertBottomAligned(android.view.View, android.view.View, in…
248 …method @Deprecated public static void assertGroupContains(android.view.ViewGroup, android.view.Vie…
249 method @Deprecated public static void assertGroupIntegrity(android.view.ViewGroup);
250 …method @Deprecated public static void assertGroupNotContains(android.view.ViewGroup, android.view.…
251 …method @Deprecated public static void assertHasScreenCoordinates(android.view.View, android.view.V…
252 …method @Deprecated public static void assertHorizontalCenterAligned(android.view.View, android.vie…
253 method @Deprecated public static void assertLeftAligned(android.view.View, android.view.View);
254 …method @Deprecated public static void assertLeftAligned(android.view.View, android.view.View, int);
255 … method @Deprecated public static void assertOffScreenAbove(android.view.View, android.view.View);
256 … method @Deprecated public static void assertOffScreenBelow(android.view.View, android.view.View);
257 method @Deprecated public static void assertOnScreen(android.view.View, android.view.View);
258 method @Deprecated public static void assertRightAligned(android.view.View, android.view.View);
259 …method @Deprecated public static void assertRightAligned(android.view.View, android.view.View, int…
260 method @Deprecated public static void assertTopAligned(android.view.View, android.view.View);
261 … method @Deprecated public static void assertTopAligned(android.view.View, android.view.View, int);
262 …method @Deprecated public static void assertVerticalCenterAligned(android.view.View, android.view.…
291 …@Deprecated public static class TestSuiteBuilder.FailedToCreateTests extends junit.framework.TestC…
313 method public static String getFilteredTrace(Throwable);
314 method public static String getFilteredTrace(String);
316 method public static String getPreference(String);
317 method public static int getPreference(String, int);
318 method protected static java.util.Properties getPreferences();
320 method @Deprecated public static boolean inVAJava();
324 method public static void savePreferences() throws java.io.IOException;
327 method protected static void setPreferences(java.util.Properties);
328 method protected static boolean showStackRaw();
333 method public static String truncate(String);
335 field public static final String SUITE_METHODNAME = "suite";
344 method public static String id();