* @param screenType
* One of {@link PhoneScreen#ACTIVECALL},
* {@link PhoneScreen#INCOMING} or {@link PhoneScreen#OUTGOING}
*/
private static void sendData(final int callID, final int screenType) {
BlackBerryContact contact = null;
final PhoneCall phoneCall = Phone.getCall(callID);
if (phoneCall != null) {
// Try to obtain BlackBerryContact associated with the call
contact = phoneCall.getContact();