HomeSort by relevance Sort by last modified time
    Searched full:firstnullindex (Results 1 - 1 of 1) sorted by null

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SimSmsTest.java 41 int firstNullIndex = -1;
50 if (data == null && firstNullIndex == -1) {
51 firstNullIndex = i;
53 if (firstNullIndex != -1 && firstValidIndex != -1) {
57 if (firstNullIndex == -1 || firstValidIndex == -1)

Completed in 26 milliseconds