Searched refs:mMaxId (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherProvider.java325 private long mMaxId = -1; field in class:LauncherProvider.DatabaseHelper
334 if (mMaxId == -1) {
335 mMaxId = initializeMaxId(getWritableDatabase());
354 mMaxId = 1;
572 if (mMaxId == -1) {
573 mMaxId = initializeMaxId(db);
772 if (mMaxId < 0) {
775 mMaxId += 1;
776 return mMaxId;

Completed in 73 milliseconds