Home
last modified time | relevance | path

Searched refs:setMethodName (Results 1 – 19 of 19) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DEphemeralService.java43 .setMethodName("onBind") in onBind()
56 .setMethodName("onStartCommand") in onStartCommand()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/
DExposedService.java42 .setMethodName("onBind") in onBind()
63 .setMethodName("onStartCommand") in onStartCommand()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DPasswordMinimumRestrictionsTest.java113 fail("Failed to execute set method: " + setMethodName(method)); in testSetPasswordMinimumRestrictionWithNull()
126 fail("Failed to execute set method: " + setMethodName(method)); in testSetPasswordMinimumRestrictionWithNull()
188 final Method setMethod = DevicePolicyManager.class.getMethod(setMethodName(methodName), in invokeSetMethod()
203 private String setMethodName(String methodName) { in setMethodName() method in PasswordMinimumRestrictionsTest
/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/
DLibcoreTest.java57 setMethodName(null); in run()
/cts/hostsidetests/webkit/src/com/android/cts/webkit/
DWebViewHostSideStartupTest.java89 testRunner.setMethodName(testClassName, testMethodName); in runSingleDeviceTest()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/util/src/com/android/cts/util/
DTestResult.java153 public Builder setMethodName(String _methodName) { in setMethodName() method in TestResult.Builder
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
DBaseTestCase.java132 testRunner.setMethodName(testClassName, testMethodName); in runDeviceTests()
/cts/hostsidetests/classloaders/useslibrary/src/android/classloaders/cts/
DUtils.java71 testRunner.setMethodName(testClassName, testMethodName); in runDeviceTests()
/cts/hostsidetests/net/src/com/android/cts/net/
DHostsideNetworkTestCase.java135 testRunner.setMethodName(testClassName, methodName); in runDeviceTests()
/cts/hostsidetests/usb/src/com/android/cts/usb/
DTestUsbTest.java98 testRunner.setMethodName(TEST_CLASS_NAME, testMethod); in runTestOnDevice()
/cts/hostsidetests/atrace/src/android/atrace/cts/
DAtraceHostTestBase.java147 testRunner.setMethodName(testClassName, testMethodName); in runDeviceTests()
/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
DBaseDumpsysTest.java171 testRunner.setMethodName(testClassName, testMethodName); in runDeviceTests()
/cts/hostsidetests/numberblocking/src/com/android/cts/numberblocking/hostside/
DNumberBlockingTest.java209 testRunner.setMethodName(NUMBER_BLOCKING_TESTS_PKG + "." + className, methodName); in runTestAsUser()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DUtils.java89 testRunner.setMethodName(testClassName, testMethodName); in runDeviceTests()
DKeySetHostTest.java184 testRunner.setMethodName(testClassName, testMethodName); in doRunTests()
/cts/hostsidetests/incident/src/com/android/server/cts/
DProtoDumpTestCase.java138 testRunner.setMethodName(testClassName, testMethodName); in runDeviceTests()
/cts/hostsidetests/media/src/android/media/cts/
DBaseMultiUserTest.java263 testRunner.setMethodName(testClassName, testMethodName); in runDeviceTestsAsUser()
/cts/hostsidetests/os/src/android/os/cts/
DStaticSharedLibsHostTests.java638 testRunner.setMethodName(testClassName, testMethodName); in runDeviceTests()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java439 testRunner.setMethodName(testClassName, testMethodName); in runDeviceTestsAsUser()