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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandException.java38 OP_NOT_ALLOWED_BEFORE_REG_NW, enum constant in enum:CommandException.Error
84 case RILConstants.OP_NOT_ALLOWED_BEFORE_REG_NW:
85 return new CommandException(Error.OP_NOT_ALLOWED_BEFORE_REG_NW);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DRILConstants.java49 int OP_NOT_ALLOWED_BEFORE_REG_NW = 9; /* request is not allowed before device registers to field in interface:RILConstants

Completed in 141 milliseconds