HomeSort by relevance Sort by last modified time
    Searched defs:TestUtils (Results 51 - 75 of 131) sorted by null

1 23 4 5 6

  /cts/tests/tests/preference2/src/android/preference2/cts/
TestUtils.java 43 public class TestUtils {
49 TestUtils() {
  /cts/tests/tests/telecom/src/android/telecom/cts/
PhoneAccountOperationsTest.java 19 import static android.telecom.cts.TestUtils.*;
46 private TestUtils.InvokeCounter mPhoneAccountRegisteredLatch;
47 private TestUtils.InvokeCounter mPhoneAccountUnRegisteredLatch;
111 if (!TestUtils.shouldTestTelecom(mContext)) {
115 mPhoneAccountRegisteredLatch = new TestUtils.InvokeCounter("registerPhoneAcct");
116 mPhoneAccountUnRegisteredLatch = new TestUtils.InvokeCounter("unRegisterPhoneAcct");
121 if (!TestUtils.shouldTestTelecom(mContext)) {
197 TestUtils.enablePhoneAccount(getInstrumentation(), TEST_PHONE_ACCOUNT_HANDLE);
260 String previousDefaultDialer = TestUtils.getDefaultDialer(getInstrumentation());
262 TestUtils.setDefaultDialer(getInstrumentation(), TestUtils.PACKAGE)
    [all...]
  /frameworks/base/libs/hwui/tests/common/
TestUtils.h 40 EXPECT_TRUE(TestUtils::matricesAreApproxEqual(a, b))
78 TestUtils::runOnRenderThread(test_case_name##_##test_name##_RenderThreadTest::doTheThing))
141 class TestUtils {
285 TestUtils::syncHierarchyPropertiesAndDisplayList(node);
381 }; // class TestUtils
  /frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/perf/
TimedStatement.java 19 import com.android.layoutlib.bridge.intensive.util.TestUtils;
108 TestUtils.gc();
115 TestUtils.gc();
146 TestUtils.gc();
156 TestUtils.gc();
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
AppCompatMenuItemIconTintingTest.java 39 import android.support.v7.testutils.TestUtils;
109 TestUtils.assertAllPixelsOfColor(description,
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
AppCompatBaseViewTest.java 21 import static android.support.v7.testutils.AppCompatTintableViewActions.setBackgroundResource;
22 import static android.support.v7.testutils.AppCompatTintableViewActions.setBackgroundTintList;
23 import static android.support.v7.testutils.AppCompatTintableViewActions.setBackgroundTintMode;
24 import static android.support.v7.testutils.TestUtilsActions.setBackgroundTintListViewCompat;
25 import static android.support.v7.testutils.TestUtilsActions.setBackgroundTintModeViewCompat;
26 import static android.support.v7.testutils.TestUtilsActions.setEnabled;
27 import static android.support.v7.testutils.TestUtilsMatchers.isBackground;
44 import android.support.v7.testutils.AppCompatTintableViewActions;
45 import android.support.v7.testutils.BaseTestActivity;
46 import android.support.v7.testutils.TestUtils
    [all...]
SearchView_CursorTest.java 39 import android.support.testutils.PollingCheck;
43 import android.support.v7.testutils.TestUtils;
205 TestUtils.emulateTapOnView(mInstrumentation, mSearchView,
  /libcore/luni/src/test/java/tests/security/cert/
CertPathBuilder1Test.java 29 import org.apache.harmony.security.tests.support.cert.TestUtils;
322 TestUtils.initCertPathSSCertChain();
323 CertPathParameters params = TestUtils.getCertPathParameters();
324 CertPathBuilder builder = TestUtils.getCertPathBuilder();
CertPathTest.java 32 import org.apache.harmony.security.tests.support.cert.TestUtils;
225 TestUtils.initCertPathSSCertChain();
226 CertPath certPath = TestUtils.buildCertPathSSCertChain();
235 TestUtils.initCertPathSSCertChain();
236 CertPath certPath = TestUtils.buildCertPathSSCertChain();
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
TestUtils.java 62 public class TestUtils {
    [all...]
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/finalization/
FinalizationControllerTest.java 24 import static com.android.managedprovisioning.TestUtils.createTestAdminExtras;
42 import com.android.managedprovisioning.TestUtils;
262 TestUtils.bundleEquals(TEST_MDM_EXTRA_BUNDLE,
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
TestUtils.java 43 public class TestUtils {
46 private TestUtils() {
  /prebuilts/gradle-plugin/com/android/tools/testutils/24.3.1/
testutils-24.3.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/24.4.0-alpha1/
testutils-24.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/24.4.0-beta3/
testutils-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/24.4.0-beta5/
testutils-24.4.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/24.4.0-beta6/
testutils-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/24.5.0/
testutils-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.0.0/
testutils-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.0.0-alpha1/
testutils-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.0.0-alpha3/
testutils-25.0.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.0.0-alpha5/
testutils-25.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.0.0-alpha7/
testutils-25.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.0.0-alpha9/
testutils-25.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.0.0-beta2/
testutils-25.0.0-beta2.jar 

Completed in 1532 milliseconds

1 23 4 5 6