Searched refs:hasSendToVoicemailContact (Results 1 – 2 of 2) sorted by relevance
104 public void onPostExecute(Boolean hasSendToVoicemailContact) { in checkForSendToVoicemailContact()106 listener.onComplete(hasSendToVoicemailContact); in checkForSendToVoicemailContact()324 void onComplete(boolean hasSendToVoicemailContact); in onComplete() argument
146 public void onComplete(boolean hasSendToVoicemailContact) { in onResume() argument147 final int visibility = hasSendToVoicemailContact ? View.VISIBLE : View.GONE; in onResume()