Searched refs:SelfManagedConnection (Results 1 – 8 of 8) sorted by relevance
45 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 …]
72 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 …]
41 SelfManagedConnection connection = SelfManagedCallList.getInstance() in onReceive()49 notificationManager.cancel(SelfManagedConnection.CALL_NOTIFICATION, callId); in onReceive()58 notificationManager.cancel(SelfManagedConnection.CALL_NOTIFICATION, callId); in onReceive()
44 public class SelfManagedConnection extends Connection { class46 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
92 SelfManagedConnection connection = new SelfManagedConnection(mCallList, in createSelfManagedConnection()136 moreExtras.putParcelable(SelfManagedConnection.EXTRA_PHONE_ACCOUNT_HANDLE, in createSelfManagedConnection()
46 final SelfManagedConnection connection = SelfManagedCallList.getInstance() in onCreate()
45 final SelfManagedConnection connection = SelfManagedCallList.getInstance() in onCreate()
219 SelfManagedConnection.INCOMING_CALL_CHANNEL_ID, "Incoming Calls", in configureNotificationChannel()