Searched refs:mNextId (Results 1 – 6 of 6) sorted by relevance
49 private long mNextId; field in GroupingListAdapterTests109 mNextId = 1; in buildCursor()111 mCursor.addRow(new Object[]{mNextId, number}); in buildCursor()112 mNextId++; in buildCursor()
74 private int mNextId = 1; field in ExternalResources.Resources225 int id = mNextId++; in put()
92 private long mNextId = 0; field in PreferenceManager365 return mNextId++; in getNextId()
200 private long mNextId; field in SettingsState998 mNextId = Math.max(mNextId, Long.parseLong(id) + 1); in Setting()1109 String.valueOf(mNextId++)); in update()
186 private int mNextId; field in WifiNative.IfaceManager192 Iface iface = new Iface(mNextId, type); in allocateIface()193 mIfaces.put(mNextId, iface); in allocateIface()194 mNextId++; in allocateIface()
54416 Landroid/preference/PreferenceManager;->mNextId:J