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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandException.java37 OP_NOT_ALLOWED_DURING_VOICE_CALL, enum constant in enum:CommandException.Error
149 case RILConstants.OP_NOT_ALLOWED_DURING_VOICE_CALL:
150 return new CommandException(Error.OP_NOT_ALLOWED_DURING_VOICE_CALL);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DRILConstants.java45 int OP_NOT_ALLOWED_DURING_VOICE_CALL = 8; /* data operation is not allowed during voice call in field in interface:RILConstants

Completed in 68 milliseconds