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

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

Completed in 48 milliseconds