Skip navigation links
A B C D E F G H I K L M N O P R S T U V 

C

call(String) - Method in class com.laserscorpion.rttapp.sip.SipClient
Initiate a new call to the given SIP URI.
call(View) - Method in class com.laserscorpion.rttapp.ui.RTTRegistrationActivity
 
callAccepted(String, int, int, int, int) - Method in class com.laserscorpion.rttapp.rtp.RTTCall
Connect an outgoing call has been accepted by the remote party, to set up the RTP session according to the agreed parameters.
CallEndDialog - Class in com.laserscorpion.rttapp.ui
 
CallEndDialog() - Constructor for class com.laserscorpion.rttapp.ui.CallEndDialog
 
CallEndDialog.SaveDialogListener - Interface in com.laserscorpion.rttapp.ui
 
callReceived(String) - Method in interface com.laserscorpion.rttapp.sip.CallReceiver
Called when a new call is coming in.
callReceived(String) - Method in class com.laserscorpion.rttapp.ui.RTTRegistrationActivity
 
CallReceiver - Interface in com.laserscorpion.rttapp.sip
A CallReceiver listens for an incoming call, and then must act on the call.
checkAndSend() - Method in class com.laserscorpion.rttapp.ui.TextEntryMonitor
Used in the case when the user has chosen to send entire messages, not individual characters, i.e.
close() - Method in class com.laserscorpion.rttapp.sip.SipClient
This must be called when the SipClient is done and will not be used again, to close ports and delete broadcast receivers.
COLUMN_NAME_CALL_END_TIME - Static variable in class com.laserscorpion.rttapp.db.TextAppContract.Conversations
 
COLUMN_NAME_CALL_START_TIME - Static variable in class com.laserscorpion.rttapp.db.TextAppContract.Conversations
 
COLUMN_NAME_MY_TEXT - Static variable in class com.laserscorpion.rttapp.db.TextAppContract.Conversations
 
COLUMN_NAME_OTHER_PARTY_TEXT - Static variable in class com.laserscorpion.rttapp.db.TextAppContract.Conversations
 
COLUMN_NAME_OTHER_PARTY_URI - Static variable in class com.laserscorpion.rttapp.db.TextAppContract.Conversations
 
com.laserscorpion.rttapp.db - package com.laserscorpion.rttapp.db
The database layer handles saving persistent data in a SQLiteDatabase.
com.laserscorpion.rttapp.rtp - package com.laserscorpion.rttapp.rtp
The RTP package implements the call layer, which as of now is all within RTTCall.
com.laserscorpion.rttapp.sip - package com.laserscorpion.rttapp.sip
Most of the SIP layer is made up of SipClient.
com.laserscorpion.rttapp.ui - package com.laserscorpion.rttapp.ui
The UI layer is the part the user sees and touches, the 5 different screens that each manage a different part of the registration/call process.
ConnectivityReceiver - Class in com.laserscorpion.rttapp.sip
Register an IPChangeListener with a new ConnectivityReceiver to be notified when the IP address may have changed.
ConnectivityReceiver(ConnectivityReceiver.IPChangeListener) - Constructor for class com.laserscorpion.rttapp.sip.ConnectivityReceiver
Create a new ConnectivityReceiver and register your IPChangeListener with it here to alert that listener whenever the IP address may have changed.
ConnectivityReceiver.IPChangeListener - Interface in com.laserscorpion.rttapp.sip
An IPChangeListener that is registered with a ConnectivityReceiver is notified when the IP address may have changed.
controlMessageReceived(String) - Method in interface com.laserscorpion.rttapp.sip.TextListener
 
controlMessageReceived(String) - Method in class com.laserscorpion.rttapp.ui.RTTCallActivity
TextListener interface callback
controlMessageReceived(String) - Method in class com.laserscorpion.rttapp.ui.RTTRegistrationActivity
 
ConversationHelper - Class in com.laserscorpion.rttapp.db
Saves (and retrives, in the future) conversation records from the database
ConversationHelper(Context) - Constructor for class com.laserscorpion.rttapp.db.ConversationHelper
 
Conversations() - Constructor for class com.laserscorpion.rttapp.db.TextAppContract.Conversations
 
createDialog(AlertDialog.Builder) - Method in class com.laserscorpion.rttapp.ui.AbstractDialog
 
A B C D E F G H I K L M N O P R S T U V 
Skip navigation links