Home | History | Annotate | Download | only in telephony

Lines Matching refs:nba

171                  byte[] nba = new byte[n - 1];
172 System.arraycopy(ba, 1, nba, 0, n - 1);
173 byte[] record = makeSmsRecordData(STATUS_ON_ICC_READ, nba);