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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandException.java41 SUBSCRIPTION_NOT_AVAILABLE, enum constant in enum:CommandException.Error
157 case RILConstants.SUBSCRIPTION_NOT_AVAILABLE:
158 return new CommandException(Error.SUBSCRIPTION_NOT_AVAILABLE);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DRILConstants.java51 int SUBSCRIPTION_NOT_AVAILABLE = 12; /* fail to find CDMA subscription from specified field in interface:RILConstants

Completed in 53 milliseconds