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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
NitzData.java 79 String[] nitzSubs = nitz.split("[/:,+-]");
81 int year = 2000 + Integer.parseInt(nitzSubs[0]);
91 int month = Integer.parseInt(nitzSubs[1]) - 1;
94 int date = Integer.parseInt(nitzSubs[2]);
97 int hour = Integer.parseInt(nitzSubs[3]);
100 int minute = Integer.parseInt(nitzSubs[4]);
103 int second = Integer.parseInt(nitzSubs[5]);
108 int totalUtcOffsetQuarterHours = Integer.parseInt(nitzSubs[6]);
115 (nitzSubs.length >= 8) ? Integer.parseInt(nitzSubs[7]) : null
    [all...]

Completed in 3880 milliseconds