Searched refs:unitTests (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DIDataVerify.aidl17 package com.android.smspush.unitTests;
H A DDrmReceiver.java17 package com.android.smspush.unitTests;
H A DReceiverActivity.java17 package com.android.smspush.unitTests;
H A DReceiverService.java17 package com.android.smspush.unitTests;
H A DDataVerify.java17 package com.android.smspush.unitTests;
H A DClientTest.java17 package com.android.smspush.unitTests;
H A DWapPushTest.java17 package com.android.smspush.unitTests;
45 * -e class com.android.smspush.unitTests.WapPushTest \
46 * com.android.smspush.unitTests/android.test.InstrumentationTestRunner
1529 mClassName = "com.android.smspush.unitTests.ReceiverActivity";
1570 mClassName = "com.android.smspush.unitTests.ReceiverService";
1687 mClassName = "com.android.smspush.unitTests.ReceiverActivity";
1705 mClassName = "com.android.smspush.unitTests.ReceiverService";
1771 mClassName = "com.android.smspush.unitTests.ReceiverActivity";
1812 mClassName = "com.android.smspush.unitTests.NoReceiver";
2235 mClassName = "com.android.smspush.unitTests
[all...]
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DRSTestCore.java40 private ArrayList<UnitTest> unitTests; field in class:RSTestCore
58 unitTests = new ArrayList<UnitTest>();
60 unitTests.add(new UT_apitest(this, mRes, mCtx));
61 unitTests.add(new UT_primitives(this, mRes, mCtx));
62 unitTests.add(new UT_instance(this, mRes, mCtx));
63 unitTests.add(new UT_constant(this, mRes, mCtx));
64 unitTests.add(new UT_vector(this, mRes, mCtx));
65 unitTests.add(new UT_unsigned(this, mRes, mCtx));
66 unitTests.add(new UT_array_init(this, mRes, mCtx));
67 unitTests
[all...]
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DRSTestCore.java40 private ArrayList<UnitTest> unitTests; field in class:RSTestCore
58 unitTests = new ArrayList<UnitTest>();
60 unitTests.add(new UT_primitives(this, mRes, mCtx));
61 unitTests.add(new UT_constant(this, mRes, mCtx));
62 unitTests.add(new UT_vector(this, mRes, mCtx));
63 unitTests.add(new UT_unsigned(this, mRes, mCtx));
64 unitTests.add(new UT_array_init(this, mRes, mCtx));
65 unitTests.add(new UT_array_alloc(this, mRes, mCtx));
66 unitTests.add(new UT_kernel(this, mRes, mCtx));
67 unitTests
[all...]
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DRSTestCore.java47 private ArrayList<UnitTest> unitTests; field in class:RSTestCore
65 unitTests = new ArrayList<UnitTest>();
67 unitTests.add(new UT_primitives(this, mRes, mCtx));
68 unitTests.add(new UT_vector(this, mRes, mCtx));
69 unitTests.add(new UT_rsdebug(this, mRes, mCtx));
70 unitTests.add(new UT_rstime(this, mRes, mCtx));
71 unitTests.add(new UT_rstypes(this, mRes, mCtx));
72 unitTests.add(new UT_alloc(this, mRes, mCtx));
73 unitTests.add(new UT_refcount(this, mRes, mCtx));
74 unitTests
[all...]
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
H A DRSTestCore.java47 private ArrayList<UnitTest> unitTests; field in class:RSTestCore
65 unitTests = new ArrayList<UnitTest>();
67 unitTests.add(new UT_primitives(this, mRes, mCtx));
68 unitTests.add(new UT_vector(this, mRes, mCtx));
69 unitTests.add(new UT_rsdebug(this, mRes, mCtx));
70 unitTests.add(new UT_rstime(this, mRes, mCtx));
71 unitTests.add(new UT_rstypes(this, mRes, mCtx));
72 unitTests.add(new UT_alloc(this, mRes, mCtx));
73 unitTests.add(new UT_refcount(this, mRes, mCtx));
74 unitTests
[all...]
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DRSTestCore.java47 private ArrayList<UnitTest> unitTests; field in class:RSTestCore
65 unitTests = new ArrayList<UnitTest>();
67 unitTests.add(new UT_primitives(this, mRes, mCtx));
68 unitTests.add(new UT_rsdebug(this, mRes, mCtx));
69 unitTests.add(new UT_rstime(this, mRes, mCtx));
70 unitTests.add(new UT_rstypes(this, mRes, mCtx));
71 unitTests.add(new UT_math(this, mRes, mCtx));
72 unitTests.add(new UT_fp_mad(this, mRes, mCtx));
74 unitTests.add(new UnitTest(null, "<Pass>", 1));
75 unitTests
[all...]
/frameworks/base/packages/WAPPushManager/tests/
H A DAndroid.mk26 src/com/android/smspush/unitTests/IDataVerify.aidl

Completed in 96 milliseconds