Searched refs:ImsState (Results 1 – 3 of 3) sorted by relevance
62 public @interface ImsState {} annotation in ImsFeature69 private @ImsState int mState = STATE_NOT_AVAILABLE;87 protected final void setFeatureState(@ImsState int state) { in setFeatureState()123 private void notifyFeatureState(@ImsState int state) { in notifyFeatureState()
119 public @interface ImsState {} annotation in ImsFeature331 private @ImsState int mState = STATE_UNAVAILABLE;363 public @ImsState int getFeatureState() { in getFeatureState()377 public final void setFeatureState(@ImsState int state) { in setFeatureState()414 private void notifyFeatureState(@ImsState int state) { in notifyFeatureState()
1344 @NonNull @ImsFeature.ImsState Consumer<Integer> callback) throws ImsException { in getFeatureState()