Home
last modified time | relevance | path

Searched refs:CallRestrictCause (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/
DImsCallProfile.java271 public @interface CallRestrictCause {} annotation in ImsCallProfile
348 public @CallRestrictCause int mRestrictCause = CALL_RESTRICT_CAUSE_NONE;
590 public void setCallRestrictCause(@CallRestrictCause int cause) { in setCallRestrictCause()
710 public @CallRestrictCause int getRestrictCause() { in getRestrictCause()