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

/frameworks/base/telephony/java/android/telephony/
H A DIccOpenLogicalChannelResponse.java35 * STATUS_NO_ERROR: Open channel command returned successfully.
40 public static final int STATUS_NO_ERROR = 1; field in class:IccOpenLogicalChannelResponse
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/
H A DApduSender.java37 * {@link #STATUS_NO_ERROR}) or causing an exception, an {@link ApduException} will be returned
50 private static final int STATUS_NO_ERROR = 0x9000; field in class:ApduSender
110 || status != IccOpenLogicalChannelResponse.STATUS_NO_ERROR) {
164 if (status != STATUS_NO_ERROR) {

Completed in 56 milliseconds