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

  /packages/apps/Calendar/src/com/android/calendar/
GoogleCalendarUriIntentFilter.java 84 int emailLen = decodedBytes.length - spacePosn - 1;
85 if (spacePosn == 0 || emailLen < 3) {
92 emailLen--;
121 String email = new String(decodedBytes, spacePosn + 1, emailLen);

Completed in 349 milliseconds