Searched refs:allowAssistedDial (Results 1 – 2 of 2) sorted by relevance
48 private boolean allowAssistedDial; field in CallIntentBuilder114 allowAssistedDial = parcel.readInt() != 0; in CallIntentBuilder()166 public CallIntentBuilder setAllowAssistedDial(boolean allowAssistedDial) { in setAllowAssistedDial() argument167 this.allowAssistedDial = allowAssistedDial; in setAllowAssistedDial()172 return allowAssistedDial; in isAssistedDialAllowed()282 dest.writeInt(allowAssistedDial ? 1 : 0); in writeToParcel()
59 abstract boolean allowAssistedDial(); in allowAssistedDial() method in CallIntent105 public abstract Builder setAllowAssistedDial(boolean allowAssistedDial); in setAllowAssistedDial() argument262 dest.writeInt(allowAssistedDial() ? 1 : 0); in writeToParcel()