Home
last modified time | relevance | path

Searched defs:nextId (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DParser.java69 private int nextId = NOT_FETCHED; field in Parser
532 private int nextId() throws IOException { in nextId() method in Parser
/packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
DTestAuthenticator.java52 final int nextId = prefs.getInt(PREF_KEY_LAST_USER_ID, 0) + 1; in newUniqueUserName() local