Searched refs:GENERIC_FAILURE (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCommandException.java32 GENERIC_FAILURE, enum constant in enum:CommandException.Error
60 case RILConstants.GENERIC_FAILURE:
61 return new CommandException(Error.GENERIC_FAILURE);
H A DRILConstants.java37 int GENERIC_FAILURE = 2; field in interface:RILConstants
H A DRIL.java370 rr.onError(GENERIC_FAILURE, null);
/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java401 CommandException.Error.GENERIC_FAILURE);
425 CommandException.Error.GENERIC_FAILURE);

Completed in 3478 milliseconds