Ejemplo n.º 1
0
 /**
  * Returns TRUE if the account corresponding to the given protocol provider is already contained
  * in the call via selector box, otherwise returns FALSE.
  *
  * @param pps the protocol provider service for the account
  * @return TRUE if the account corresponding to the given protocol provider is already contained
  *     in the call via selector box, otherwise returns FALSE
  */
 public boolean containsCallAccount(ProtocolProviderService pps) {
   return accountSelectorBox.containsAccount(pps);
 }