OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sendConnectionEvent
(Results
1 - 5
of
5
) sorted by null
/cts/tests/tests/telecom/src/android/telecom/cts/
CallDetailsTest.java
579
* {@link Connection#
sendConnectionEvent
(String, Bundle)} to
590
mConnection.
sendConnectionEvent
(Connection.EVENT_CALL_PULL_FAILED, testBundle);
RemoteConnectionTest.java
563
* {@link Connection#
sendConnectionEvent
(String, Bundle)} notification.
587
mRemoteConnection.
sendConnectionEvent
(Connection.EVENT_CALL_PULL_FAILED, extras);
[
all
...]
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BasicCallTests.java
598
* Tests the {@link Connection#
sendConnectionEvent
(String)} API.
607
mConnectionServiceFixtureA.
sendConnectionEvent
(ids.mConnectionId, TEST_EVENT, null);
613
* Tests the {@link Connection#
sendConnectionEvent
(String)} API.
627
mConnectionServiceFixtureA.
sendConnectionEvent
(ids.mConnectionId, TEST_EVENT, testBundle);
[
all
...]
ConnectionServiceFixture.java
548
public void
sendConnectionEvent
(String id, String event, Bundle extras) throws Exception {
/frameworks/base/telecomm/java/android/telecom/
Connection.java
425
* {@link #
sendConnectionEvent
(String, Bundle)}.
434
* {@link #
sendConnectionEvent
(String, Bundle)}.
450
* Sent via {@link #
sendConnectionEvent
(String, Bundle)}. The {@link Bundle} parameter is
459
* Sent via {@link #
sendConnectionEvent
(String, Bundle)}. The {@link Bundle} parameter is
[
all
...]
Completed in 492 milliseconds