Searched refs:hasSendToVoicemailContact (Results 1 – 2 of 2) sorted by relevance
88 public void onComplete(boolean hasSendToVoicemailContact); in onComplete() argument151 public void onPostExecute(Boolean hasSendToVoicemailContact) { in checkForSendToVoicemailContact()153 listener.onComplete(hasSendToVoicemailContact); in checkForSendToVoicemailContact()
152 public void onComplete(boolean hasSendToVoicemailContact) { in onResume() argument154 hasSendToVoicemailContact ? View.VISIBLE : View.GONE; in onResume()