OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onCallEvent
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/telecom/src/android/telecom/cts/
MockConnection.java
167
public void
onCallEvent
(String event, Bundle extras) {
168
super.
onCallEvent
(event, extras);
272
return "
onCallEvent
";
/frameworks/base/telecomm/java/android/telecom/
ConnectionService.java
[
all
...]
Connection.java
83
* {@link #
onCallEvent
(String, Bundle)} should be overridden. Another example is
[
all
...]
Completed in 215 milliseconds