Home
last modified time | relevance | path

Searched refs:SelfManagedConnection (Results 1 – 8 of 8) sorted by relevance

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DSelfManagedCallListAdapter.java45 SelfManagedConnection connection = (SelfManagedConnection) parent.getTag();
58 SelfManagedConnection connection = (SelfManagedConnection) parent.getTag();
71 SelfManagedConnection connection = (SelfManagedConnection) parent.getTag();
81 SelfManagedConnection connection = (SelfManagedConnection) parent.getTag();
91 SelfManagedConnection connection = (SelfManagedConnection) parent.getTag();
101 SelfManagedConnection connection = (SelfManagedConnection) parent.getTag();
111 SelfManagedConnection connection = (SelfManagedConnection) parent.getTag();
121 SelfManagedConnection connection = (SelfManagedConnection) parent.getTag();
135 private List<SelfManagedConnection> mConnections;
138 List<SelfManagedConnection> connections) { in SelfManagedCallListAdapter()
[all …]
DSelfManagedCallList.java72 private List<SelfManagedConnection> mConnections = new ArrayList<>();
74 private SelfManagedConnection.Listener mConnectionListener =
75 new SelfManagedConnection.Listener() {
77 public void onConnectionStateChanged(SelfManagedConnection connection) {
82 public void onConnectionRemoved(SelfManagedConnection connection) {
88 public SelfManagedConnection.Listener getConnectionListener() { in getConnectionListener()
155 public void addConnection(SelfManagedConnection connection) { in addConnection()
164 public void removeConnection(SelfManagedConnection connection) { in removeConnection()
173 public List<SelfManagedConnection> getConnections() { in getConnections()
177 public SelfManagedConnection getConnectionById(int callId) { in getConnectionById()
[all …]
DSelfManagedCallNotificationReceiver.java41 SelfManagedConnection connection = SelfManagedCallList.getInstance() in onReceive()
49 notificationManager.cancel(SelfManagedConnection.CALL_NOTIFICATION, callId); in onReceive()
58 notificationManager.cancel(SelfManagedConnection.CALL_NOTIFICATION, callId); in onReceive()
DSelfManagedConnection.java44 public class SelfManagedConnection extends Connection { class
46 public void onConnectionStateChanged(SelfManagedConnection connection) {} in onConnectionStateChanged()
47 public void onConnectionRemoved(SelfManagedConnection connection) {} in onConnectionRemoved()
66 SelfManagedConnection(SelfManagedCallList callList, Context context, boolean isIncoming) { in SelfManagedConnection() method in SelfManagedConnection
DSelfManagedConnectionService.java92 SelfManagedConnection connection = new SelfManagedConnection(mCallList, in createSelfManagedConnection()
136 moreExtras.putParcelable(SelfManagedConnection.EXTRA_PHONE_ACCOUNT_HANDLE, in createSelfManagedConnection()
DIncomingSelfManagedCallActivity.java46 final SelfManagedConnection connection = SelfManagedCallList.getInstance() in onCreate()
DHandoverActivity.java45 final SelfManagedConnection connection = SelfManagedCallList.getInstance() in onCreate()
DSelfManagedCallingActivity.java219 SelfManagedConnection.INCOMING_CALL_CHANNEL_ID, "Incoming Calls", in configureNotificationChannel()