Home
last modified time | relevance | path

Searched defs:call2 (Results 1 – 25 of 62) sorted by relevance

123

/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbapclient/
DPbapPhonebookTest.java249 String call2 = in testParsePhonebook_forIncomingCallHistory_incomingCallHistoryParsed() local
283 String call2 = in testParsePhonebook_forOutgoingCallHistory_outgoingCallHistoryParsed() local
317 String call2 = in testParsePhonebook_forMissedCallHistory_missedCallHistoryParsed() local
351 String call2 = in testParsePhonebook_forSimIncomingCallHistory_simIncomingCallHistoryParsed() local
385 String call2 = in testParsePhonebook_forSimOutgoingCallHistory_simOutgoingCallHistoryParsed() local
419 String call2 = in testParsePhonebook_forSimMissedCallHistory_simMissedCallHistoryParsed() local
/aosp_15_r20/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DVoipCallMonitorTest.java141 Call call2 = createTestCall("testCall2", mHandle1User1); in testMonitorForTwoCallsOnSameHandle() local
174 Call call2 = createTestCall("testCall2", mHandle2User1); in testMonitorForTwoCallsOnDifferentHandle() local
211 Call call2 = createTestCall("testCall2", mHandle1User1); in testStopDelegation() local
DCallAudioManagerTest.java164 Call call2 = mock(Call.class); in testUnmuteOfSecondIncomingCall() local
/aosp_15_r20/cts/tests/tests/telecom/src/android/telecom/cts/
H A DExtendedInCallServiceTest.java350 final Call call2 = inCallService.getLastCall(); in testAcceptRingingCallTwoCalls() local
382 final Call call2 = inCallService.getLastCall(); in testAcceptRingingCallTwoCallsCarMode() local
801 final Call call2 = inCallService.getLastCall(); in testCanAddCall_CannotAddIfTooManyCalls() local
952 final Call call2 = inCallService.getLastCall(); in testGetCalls() local
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowPhoneTest.java36 Call call2 = Shadow.newInstanceOf(Call.class); in getTwoCall_hasTwoCall() local
44 Call call2 = Shadow.newInstanceOf(Call.class); in addAndRemoveCalls() local
H A DShadowInCallServiceTest.java49 Call call2 = Shadow.newInstanceOf(Call.class); in setCallListTwo_getCallListTwo() local
57 Call call2 = Shadow.newInstanceOf(Call.class); in addTwoCalls_removeOne_getCallListOne() local
/aosp_15_r20/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
H A DManagedChannelImplTest.java815 ClientCall<String, Integer> call2 = channel.newCall(method, CallOptions.DEFAULT); in subtestCallsAndShutdown() local
1271 ClientCall<String, Integer> call2 = channel.newCall(method, callOptions); in subtestFailRpcFromBalancer() local
1315 ClientCall<String, Integer> call2 = in allServersFailedToConnect() local
1583 ClientCall<String, Integer> call2 = oob1.newCall(method, CallOptions.DEFAULT); in oobchannels() local
2560 ClientCall<String, Integer> call2 = in panic_bufferedCallsWillFail() local
2698 ClientCall<String, Integer> call2 = channel.newCall(method, CallOptions.DEFAULT); in idleMode_resetsDelayedTransportPicker() local
3548 ClientCall<String, Integer> call2 = channel.newCall(method, CallOptions.DEFAULT); in retryBackoffThenChannelShutdown_retryShouldStillHappen_newCallShouldFail() local
3652 ClientCall<String, Integer> call2 = channel.newCall(method, CallOptions.DEFAULT); in hedgingScheduledThenChannelShutdown_hedgeShouldStillHappen_newCallShouldFail() local
3767 ClientCall<Void, Void> call2 = mychannel.newCall( in badServiceConfigIsRecoverable() local
/aosp_15_r20/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/
H A DCertificatePinnerChainValidationTest.java90 Call call2 = client.newCall(new Request.Builder() in pinRootNotPresentInChain() local
145 Call call2 = client.newCall(new Request.Builder() in pinIntermediatePresentInChain() local
/aosp_15_r20/external/cronet/net/cookies/
H A Dcookie_monster_unittest.cc1095 GetCookieListCallback call2; in TEST_F() local
1122 ResultSavingCookieCallback<CookieAccessResult> call2; in TEST_F() local
1158 ResultSavingCookieCallback<CookieAccessResult> call2; in TEST_F() local
1180 GetAllCookiesCallback call2; in TEST_F() local
1204 GetCookieListCallback call2; in TEST_F() local
1230 GetCookieListCallback call2; in TEST_F() local
1254 ResultSavingCookieCallback<uint32_t> call2; in TEST_F() local
1277 ResultSavingCookieCallback<uint32_t> call2; in TEST_F() local
1298 ResultSavingCookieCallback<uint32_t> call2; in TEST_F() local
1320 ResultSavingCookieCallback<uint32_t> call2; in TEST_F() local
[all …]
/aosp_15_r20/external/grpc-grpc-java/api/src/test/java/io/grpc/
H A DServerInterceptorsTest.java288 final ServerCall<String, Integer> call2 = new NoopServerCall<>(); in argumentsPassed() local
417 ServerCall<InputStream, InputStream> call2 = new NoopServerCall<>(); in typedMarshalledMessages() local
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/
H A Dclient_server_context_test.cc112 const auto call2 = test::GeneratedService::TestUnaryRpc( in TEST() local
174 const auto call2 = test::GeneratedService::TestUnaryRpc( in TEST() local
/aosp_15_r20/external/grpc-grpc/test/core/transport/chaotic_good/
H A Dclient_transport_error_test.cc284 auto call2 = in TEST_F() local
356 auto call2 = in TEST_F() local
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
H A DCallDomainSelectionTestOnMockModem.java976 Call call2 = getCall(mCurrentCallId); in testMultipleVoLteCalls() local
1118 Call call2 = getCall(mCurrentCallId); in testMultipleVoWifiCalls() local
/aosp_15_r20/external/pigweed/pw_rpc/nanopb/
H A Dclient_server_context_test.cc115 const auto call2 = GeneratedService::TestUnaryRpc( in TEST() local
179 const auto call2 = GeneratedService::TestUnaryRpc( in TEST() local
/aosp_15_r20/external/pigweed/pw_rpc_transport/
H A Degress_ingress_test.cc168 auto call2 = client.Echo( in TEST() local
266 auto call2 = client.Echo( in TEST() local
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/
H A Ddeep_tail_call.cc13 void __attribute__((noinline)) call2(int i) { call3(i); } in call2() function
/aosp_15_r20/dalvik/dx/tests/080-dex-exception-tables/
H A DBlort.java20 public static void call2() { } in call2() method in Blort
HDBlort.class ... ) public static void call1 () public static void call2 () public static void call3 () public static ...
/aosp_15_r20/external/libcxxabi/test/
H A Dbacktrace_test.pass.cpp39 void call2(size_t* ntraced, bool do_throw) { in call2() function
/aosp_15_r20/external/cronet/third_party/libc++abi/src/test/
H A Dbacktrace_test.pass.cpp41 void call2(size_t* ntraced, bool do_throw) { in call2() function
/aosp_15_r20/external/mockito/src/test/java/org/mockitousage/stubbing/
H A DStubbingWithCustomAnswerTest.java81 RecordCall call2 = new RecordCall(); in shouldAnswerVoidMethodConsecutively() local
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
H A DVariadicResolutionTest.java100 MethodUsage call2 = javaParserFacade.solveMethodAsUsage(calls.get(1)); in selectMostSpecificVariadic() local
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/orca/
H A DOrcaServiceImplTest.java230 ClientCall<OrcaLoadReportRequest, OrcaLoadReport> call2 = channel.newCall( in testMultipleClients() local
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/
H A DWatchdogTest.java168 MockServerStreamingCall<String, String> call2 = callable.popLastCall(); in testMultiple() local
/aosp_15_r20/libcore/ojluni/src/test/java/lang/StackWalker/
H A DStackWalkTest.java230 public void call2(int total, int current, int markAt) { in call2() method in StackWalkTest.Test

123