Home | History | Annotate | Download | only in uicc

Lines Matching defs:sw2

37                 switch(sw2) {
50 if (sw2 >> 4 == 0x0C) {
54 switch(sw2) {
60 switch(sw2) {
66 switch(sw2) {
72 switch(sw2) {
81 switch(sw2) {
87 switch(sw2) {
94 switch(sw2) {
107 switch(sw2) {
122 if (sw2 >> 4 == 0) {
125 switch(sw2) {
130 switch(sw2) {
137 switch(sw2) {
145 switch(sw2) {
174 public int sw2;
178 public IccIoResult(int sw1, int sw2, byte[] payload) {
180 this.sw2 = sw2;
184 public IccIoResult(int sw1, int sw2, String hexString) {
185 this(sw1, sw2, IccUtils.hexStringToBytes(hexString));
190 return "IccIoResult sw1:0x" + Integer.toHexString(sw1) + " sw2:0x"
191 + Integer.toHexString(sw2) + " Payload: "
213 if (sw2 == 0x08) {
219 return new IccException("sw1:" + sw1 + " sw2:" + sw2);