HomeSort by relevance Sort by last modified time
    Searched refs:sNextId (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/webkit/
WebHistoryItem.java 32 private static int sNextId = 0;
60 mId = sNextId++;
72 mId = sNextId++;
  /packages/apps/Browser/src/com/android/browser/
TabControl.java 33 private static long sNextId = 1;
66 return sNextId++;
408 // sNextId to be set correctly.
430 sNextId = maxId + 1;

Completed in 852 milliseconds