/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | PasswordMinimumRestrictionsTest.java | 186 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/ |
D | ExpectationBasedFilter.java | 102 String methodName = testDescription.getMethodName(); in shouldRun() local 133 String methodName = child.getMethodName(); in getTestDescription() local
|
/cts/tests/tests/libcoreapievolution/src/android/apievolution/cts/ |
D | ApiEvolutionTest.java | 148 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/ |
D | DeviceOwnerHelper.java | 81 String methodName = intent.getStringExtra(EXTRA_METHOD); in runManagerMethod() local 161 private static Method findMethod(Class<?> clazz, String methodName, Class<?>[] parameterTypes) in findMethod() 192 private static Method findMethodWithNullParameterCall(Class<?> clazz, String methodName, in findMethodWithNullParameterCall()
|
/cts/tools/vm-tests-tf/build/src/util/build/ |
D | BuildCTSMainsSources.java | 130 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/ |
D | NumberBlockingTest.java | 194 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/ |
D | OtherSoundsSettingsHostSideTest.java | 90 private void checkDeviceTest(String methodName) throws DeviceNotAvailableException { in checkDeviceTest()
|
D | FullBackupOnlyHostSideTest.java | 151 private void checkFullBackupOnlyDeviceTest(String methodName) in checkFullBackupOnlyDeviceTest()
|
D | KeyValueBackupRestoreHostSideTest.java | 150 private void checkDeviceTest(String methodName) in checkDeviceTest()
|
D | SyncAdapterSettingsHostSideTest.java | 113 private void checkDeviceTest(String methodName) throws DeviceNotAvailableException { in checkDeviceTest()
|
D | ProfileSerialNumberHostSideTest.java | 102 private void checkDeviceTest(String methodName) throws DeviceNotAvailableException { in checkDeviceTest()
|
D | RestoreAnyVersionHostSideTest.java | 156 private void checkRestoreAnyVersionDeviceTest(String methodName) in checkRestoreAnyVersionDeviceTest()
|
D | ProfileFullBackupRestoreHostSideTest.java | 135 private void checkDeviceTest(String methodName) throws DeviceNotAvailableException { in checkDeviceTest()
|
D | ProfileKeyValueBackupRestoreHostSideTest.java | 191 private void checkDeviceTest(String methodName) throws DeviceNotAvailableException { in checkDeviceTest()
|
D | SuccessNotificationHostSideTest.java | 213 private void checkDeviceTest(String methodName) throws DeviceNotAvailableException { in checkDeviceTest()
|
D | BackupEligibilityHostSideTest.java | 200 private void checkBackupEligibilityDeviceTest(String methodName) in checkBackupEligibilityDeviceTest()
|
/cts/hostsidetests/testharness/src/android/testharness/cts/ |
D | TestHarnessModeDeviceTest.java | 116 private boolean runTest(String methodName) throws Exception { in runTest()
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | ParentProfileTest.java | 127 String methodName = method.getName(); in testParentProfileApiDisabled() local
|
/cts/tests/tests/telecom2/src/android/telecom/cts/ |
D | DefaultDialerOperationsNoPermissionsTest.java | 145 private void verifyForReadPhoneStateOrDefaultDialer(Runnable runnable, String methodName) in verifyForReadPhoneStateOrDefaultDialer()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | DeviceConfigStateManager.java | 88 private void debug(@NonNull String methodName, @NonNull String msg, Object...args) { in debug()
|
D | BusinessLogicDeviceExecutor.java | 77 protected ResolvedMethod getResolvedMethod(Class cls, String methodName, String... args) in getResolvedMethod()
|
D | BusinessLogicTestCase.java | 68 protected void executeBusinessLogicForTest(String methodName) { in executeBusinessLogicForTest()
|
/cts/tests/backup/src/android/backup/cts/ |
D | AgentBindingTest.java | 70 String methodName, Class<?>[] types, Object[] args) throws Exception { in callActivityManagerMethod()
|
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/util/src/com/android/cts/util/ |
D | TestResult.java | 87 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/ |
D | SingleTestNgTestExecutor.java | 40 public static Result execute(Class<?> klass, String methodName) { in execute()
|