Searched defs:ins (Results 1 – 2 of 2) sorted by relevance
33 FileInputStream ins = new FileInputStream("/proc/self/maps"); in testARTASLR() local
45 public final int ins; field in UiccUtil.ApduCommand51 public ApduCommand(int cla, int ins, int p1, int p2, int p3, @Nullable String data) { in ApduCommand()