Searched refs:allowAssistedDial (Results 1 – 2 of 2) sorted by relevance
48 private boolean allowAssistedDial; field in CallIntentBuilder115 allowAssistedDial = parcel.readInt() != 0; in CallIntentBuilder()167 public CallIntentBuilder setAllowAssistedDial(boolean allowAssistedDial) { in setAllowAssistedDial() argument168 this.allowAssistedDial = allowAssistedDial; in setAllowAssistedDial()173 return allowAssistedDial; in isAssistedDialAllowed()283 dest.writeInt(allowAssistedDial ? 1 : 0); in writeToParcel()
59 abstract boolean allowAssistedDial(); in allowAssistedDial() method in CallIntent105 public abstract Builder setAllowAssistedDial(boolean allowAssistedDial); in setAllowAssistedDial() argument263 dest.writeInt(allowAssistedDial() ? 1 : 0); in writeToParcel()