Home
last modified time | relevance | path

Searched defs:methodName (Results 1 – 25 of 51) sorted by relevance

123

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DPasswordMinimumRestrictionsTest.java186 private void invokeSetMethod(String methodName, DevicePolicyManager dpm, in invokeSetMethod()
196 private int invokeGetMethod(String methodName, DevicePolicyManager dpm, in invokeGetMethod()
203 private String setMethodName(String methodName) { in setMethodName()
207 private String getMethodName(String methodName) { in getMethodName()
/cts/tests/core/runner-axt/src/com/android/cts/core/runner/
DExpectationBasedFilter.java102 String methodName = testDescription.getMethodName(); in shouldRun() local
133 String methodName = child.getMethodName(); in getTestDescription() local
/cts/tests/tests/libcoreapievolution/src/android/apievolution/cts/
DApiEvolutionTest.java148 Class<? extends Buffer> bufferClass, String methodName, Class[] parameterTypes) in assertSyntheticBufferMethodOverloadExists()
157 Class<?> clazz, String methodName, Class[] parameterTypes, in assertSyntheticMethodOverloadExists()
229 private static boolean methodMatches(String methodName, Class[] parameterTypes, Method method) { in methodMatches()
/cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/
DDeviceOwnerHelper.java81 String methodName = intent.getStringExtra(EXTRA_METHOD); in runManagerMethod() local
159 private static Method findMethod(Class<?> clazz, String methodName, Class<?>[] parameterTypes) in findMethod()
190 private static Method findMethodWithNullParameterCall(Class<?> clazz, String methodName, in findMethodWithNullParameterCall()
/cts/tools/vm-tests-tf/build/src/util/build/
DBuildCTSMainsSources.java130 private File getFileFromPackage(String pname, String methodName) throws IOException { in getFileFromPackage()
142 private String getFileName(String pname, String methodName, String extension) { in getFileName()
/cts/hostsidetests/numberblocking/src/com/android/cts/numberblocking/hostside/
DNumberBlockingTest.java194 private void runTestAsPrimaryUser(String className, String methodName) throws Exception { in runTestAsPrimaryUser()
198 private void runTestAsSecondaryUser(String className, String methodName) throws Exception { in runTestAsSecondaryUser()
202 private void runTestAsUser(String className, String methodName, int userId) throws Exception { in runTestAsUser()
/cts/hostsidetests/backup/src/android/cts/backup/
DOtherSoundsSettingsHostSideTest.java90 private void checkDeviceTest(String methodName) throws DeviceNotAvailableException { in checkDeviceTest()
DFullBackupOnlyHostSideTest.java151 private void checkFullBackupOnlyDeviceTest(String methodName) in checkFullBackupOnlyDeviceTest()
DKeyValueBackupRestoreHostSideTest.java150 private void checkDeviceTest(String methodName) in checkDeviceTest()
DSyncAdapterSettingsHostSideTest.java113 private void checkDeviceTest(String methodName) throws DeviceNotAvailableException { in checkDeviceTest()
DProfileSerialNumberHostSideTest.java102 private void checkDeviceTest(String methodName) throws DeviceNotAvailableException { in checkDeviceTest()
DProfileFullBackupRestoreHostSideTest.java135 private void checkDeviceTest(String methodName) throws DeviceNotAvailableException { in checkDeviceTest()
DRestoreAnyVersionHostSideTest.java156 private void checkRestoreAnyVersionDeviceTest(String methodName) in checkRestoreAnyVersionDeviceTest()
DProfileKeyValueBackupRestoreHostSideTest.java191 private void checkDeviceTest(String methodName) throws DeviceNotAvailableException { in checkDeviceTest()
DSuccessNotificationHostSideTest.java213 private void checkDeviceTest(String methodName) throws DeviceNotAvailableException { in checkDeviceTest()
DBackupEligibilityHostSideTest.java200 private void checkBackupEligibilityDeviceTest(String methodName) in checkBackupEligibilityDeviceTest()
/cts/hostsidetests/testharness/src/android/testharness/cts/
DTestHarnessModeDeviceTest.java116 private boolean runTest(String methodName) throws Exception { in runTest()
/cts/tests/tests/telecom2/src/android/telecom/cts/
DDefaultDialerOperationsNoPermissionsTest.java145 private void verifyForReadPhoneStateOrDefaultDialer(Runnable runnable, String methodName) in verifyForReadPhoneStateOrDefaultDialer()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DParentProfileTest.java127 String methodName = method.getName(); in testParentProfileApiDisabled() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DDeviceConfigStateManager.java88 private void debug(@NonNull String methodName, @NonNull String msg, Object...args) { in debug()
DBusinessLogicDeviceExecutor.java77 protected ResolvedMethod getResolvedMethod(Class cls, String methodName, String... args) in getResolvedMethod()
DBusinessLogicTestCase.java68 protected void executeBusinessLogicForTest(String methodName) { in executeBusinessLogicForTest()
/cts/tests/backup/src/android/backup/cts/
DAgentBindingTest.java70 String methodName, Class<?>[] types, Object[] args) throws Exception { in callActivityManagerMethod()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/util/src/com/android/cts/util/
DTestResult.java87 private TestResult(String packageName, String componentName, String methodName, in TestResult()
137 private String methodName; field in TestResult.Builder
/cts/tests/core/runner-axt/src/com/android/cts/core/runner/support/
DSingleTestNgTestExecutor.java40 public static Result execute(Class<?> klass, String methodName) { in execute()

123