Home
last modified time | relevance | path

Searched refs:testResult (Results 1 – 25 of 38) sorted by relevance

12

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DIncomingCallFilterGraphTest.java124 CompletableFuture<CallFilteringResult> testResult = new CompletableFuture<>(); in testEmptyGraph() local
125 CallFilterResultCallback listener = (call, result, timeout) -> testResult.complete(result); in testEmptyGraph()
131 assertEquals(PASS_CALL_RESULT, testResult.get(TEST_TIMEOUT, TimeUnit.MILLISECONDS)); in testEmptyGraph()
137 CompletableFuture<CallFilteringResult> testResult = new CompletableFuture<>(); in testFiltersPerformOrder() local
138 CallFilterResultCallback listener = (call, result, timeout) -> testResult.complete(result); in testFiltersPerformOrder()
149 assertEquals(REJECT_CALL_RESULT, testResult.get(TEST_TIMEOUT, TimeUnit.MILLISECONDS)); in testFiltersPerformOrder()
155 CompletableFuture<CallFilteringResult> testResult = new CompletableFuture<>(); in testFiltersPerformInParallel() local
156 CallFilterResultCallback listener = (call, result, timeout) -> testResult.complete(result); in testFiltersPerformInParallel()
168 assertEquals(REJECT_CALL_RESULT, testResult.get(TEST_TIMEOUT, TimeUnit.MILLISECONDS)); in testFiltersPerformInParallel()
174 CompletableFuture<CallFilteringResult> testResult = new CompletableFuture<>(); in testFiltersTimeout() local
[all …]
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DUriParserResultsTest.java45 private void testParcelOperation(UriParserResults testResult) throws Exception { in testParcelOperation() argument
47 testResult.writeToParcel(parcelW, 0); in testParcelOperation()
56 assertEquals(testResult, fromParcel); in testParcelOperation()
57 assertEquals(testResult.hashCode(), fromParcel.hashCode()); in testParcelOperation()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarTestServiceUnitTest.java67 String testResult = resultBuilder.toString(); in testDumpVhal() local
74 outputStream.write(testResult.getBytes()); in testDumpVhal()
83 builder.append(testResult); in testDumpVhal()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/e2eui/
DDpcPostProvisioningActivity.java30 boolean testResult = E2eUiTestUtils.verifyProfile(this, getIntent(), dpm); in onCreate()
33 this, testResult); in onCreate()
DManagedProfileAdminReceiver.java41 boolean testResult = E2eUiTestUtils.verifyProfile(context, intent, getManager(context)); in onProfileProvisioningComplete()
44 testResult); in onProfileProvisioningComplete()
/packages/modules/Connectivity/staticlibs/testutils/host/java/com/android/testutils/
DConnectivityTestTargetPreparer.kt165 val errorMsg = runResult.testResults.mapNotNull { (testDescription, testResult) -> in <lambda>() method
166 if (TestResult.TestStatus.FAILURE != testResult.status) { in <lambda>()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/3/android/net/
DINetworkMonitorCallbacks.aidl21 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl); in notifyNetworkTested() argument
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/1/android/net/
DINetworkMonitorCallbacks.aidl4 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl); in notifyNetworkTested() argument
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/2/android/net/
DINetworkMonitorCallbacks.aidl4 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl); in notifyNetworkTested() argument
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/5/android/net/
DINetworkMonitorCallbacks.aidl22 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl); in notifyNetworkTested() argument
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/4/android/net/
DINetworkMonitorCallbacks.aidl4 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl); in notifyNetworkTested() argument
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/
DINetworkMonitorCallbacks.aidl38 void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() argument
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/23/android/net/
DINetworkMonitorCallbacks.aidl38 void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() argument
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/
DINetworkMonitorCallbacks.aidl31 void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() argument
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/17/android/net/
DINetworkMonitorCallbacks.aidl38 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() argument
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/19/android/net/
DINetworkMonitorCallbacks.aidl38 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() argument
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/21/android/net/
DINetworkMonitorCallbacks.aidl38 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() argument
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/7/android/net/
DINetworkMonitorCallbacks.aidl22 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() argument
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/18/android/net/
DINetworkMonitorCallbacks.aidl38 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() argument
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/10/android/net/
DINetworkMonitorCallbacks.aidl23 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() argument
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/11/android/net/
DINetworkMonitorCallbacks.aidl38 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() argument
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/22/android/net/
DINetworkMonitorCallbacks.aidl38 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() argument
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/9/android/net/
DINetworkMonitorCallbacks.aidl22 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() argument
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/16/android/net/
DINetworkMonitorCallbacks.aidl38 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() argument
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/20/android/net/
DINetworkMonitorCallbacks.aidl38 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() argument

12