OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onHandoverFailed
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/telecom/src/android/telecom/cts/
MockInCallService.java
69
public void
onHandoverFailed
(Call call, int failureReason) {}
204
public void
onHandoverFailed
(Call call, int failureReason) {
205
super.
onHandoverFailed
(call, failureReason);
207
getCallbacks().
onHandoverFailed
(call, failureReason);
CtsSelfManagedConnectionService.java
133
public void
onHandoverFailed
(ConnectionRequest request, int error) {
BaseTelecomTestWithMockServices.java
353
public void
onHandoverFailed
(Call call, int reason) {
[
all
...]
Completed in 62 milliseconds