Searched defs:nextId (Results 1 – 2 of 2) sorted by relevance
69 private int nextId = NOT_FETCHED; field in Parser532 private int nextId() throws IOException { in nextId() method in Parser
52 final int nextId = prefs.getInt(PREF_KEY_LAST_USER_ID, 0) + 1; in newUniqueUserName() local