/cts/tests/tests/telecom-apps/ManagedConnectionService/src/android/telecom/cts/apps/managedapp/ |
D | ManagedAppControl.java | 71 private static final String CLASS_NAME = ManagedAppControl.class.getCanonicalName(); field in ManagedAppControl 102 List<String> stackTrace = createStackTraceList(CLASS_NAME 135 appendStackTraceList(stackTrace, CLASS_NAME + ".trackConnection"), 159 createStackTraceList(CLASS_NAME + ".transitionCallStateTo(" + (id) + ")"); 198 createStackTraceList(CLASS_NAME + ".transitionCallStateTo(" + (id) + ")")); 211 createStackTraceList(CLASS_NAME + ".transitionCallStateTo(" + (id) + ")")); 224 createStackTraceList(CLASS_NAME + ".transitionCallStateTo(" + (id) + ")")); 227 createStackTraceList(CLASS_NAME + ".getCurrentCallEndpoint(id=" + id + ")"), 246 createStackTraceList(CLASS_NAME + ".transitionCallStateTo(" + (id) + ")")); 249 createStackTraceList(CLASS_NAME [all …]
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | SearchIndexableResourceTest.java | 33 private static final String CLASS_NAME = "testClassName"; field in SearchIndexableResourceTest 38 SearchIndexableResource resource = new SearchIndexableResource(RANK, XML_RES_ID, CLASS_NAME, in testConstructor() 43 assertEquals(CLASS_NAME, resource.className); in testConstructor()
|
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/ |
D | WaitUntil.java | 32 private static final String CLASS_NAME = WaitUntil.class.getCanonicalName(); field in WaitUntil 122 CLASS_NAME + ".waitUntilIdIsSet"), in waitUntilIdIsSet() 159 CLASS_NAME + ".waitUntilCallAudioStateIsSet"), in waitUntilCallAudioStateIsSet() 194 CLASS_NAME + ".waitUntilAvailableEndpointsIsSet"), in waitUntilAvailableEndpointsIsSet() 223 CLASS_NAME + ".waitUntilConnectionIsNonNull_Voip"), in waitUntilConnectionIsNonNull() 261 CLASS_NAME + ".waitUntilCurrentCallEndpointIsSet"), in waitUntilCurrentCallEndpointIsSet() 290 CLASS_NAME + ".waitUntilAvailableEndpointAreSet"), in waitUntilAvailableEndpointAreSet()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | DomainSelectionServiceConnector.java | 45 private static final String CLASS_NAME = TestDomainSelectionService.class.getName(); field in DomainSelectionServiceConnector 112 constructSetDomainSelectionServiceOverrideCommand(packageName, CLASS_NAME)); in setTestDomainSelectionService()
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | ParentProfileTest.java | 116 private static final String CLASS_NAME = DevicePolicyManager.class.getSimpleName(); field in ParentProfileTest 127 List<Method> methods = CurrentApiHelper.getPublicApis(PACKAGE_NAME, CLASS_NAME); in testParentProfileApiDisabled()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | float16_gen.c | 34 #define CLASS_NAME "Float16TestData" macro 266 "public class "CLASS_NAME" {\n";
|
/cts/tests/tests/security/src/android/security/cts/ |
D | CVE_2022_20456.java | 48 private static final String CLASS_NAME = "className"; field in CVE_2022_20456 184 mValidComponentName = new ComponentName(PACKAGE_NAME, CLASS_NAME); in testPocCVE_2022_20456()
|
/cts/tests/credentials/src/android/credentials/cts/ |
D | CtsCredentialProviderServiceDeviceTest.java | 123 private static final String CLASS_NAME = field in CtsCredentialProviderServiceDeviceTest 763 final String componentName = CTS_PACKAGE_NAME + "/" + CLASS_NAME; in testIsEnabledCredentialProviderService_isEnabled_primary() 767 ComponentName testService = new ComponentName(CTS_PACKAGE_NAME, CLASS_NAME); in testIsEnabledCredentialProviderService_isEnabled_primary() 773 ComponentName testService = new ComponentName(CTS_PACKAGE_NAME, CLASS_NAME); in testIsEnabledCredentialProviderService_isEnabled_secondary()
|