Searched defs:can (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telephony/common/src/com/android/services/telephony/common/
H A DCall.java77 * Defines a set of capabilities that a call can have as a bit mask.
84 public static final int SUPPORT_HOLD = 0x00000002; /* can show the hold button */
89 public static final int MUTE = 0x00000040; /* can mute the call */
281 public boolean can(int capabilities) { method in class:Call

Completed in 68 milliseconds