Home | History | Annotate | Download | only in launcher3

Lines Matching refs:maxId

507             // In the case where neither onCreate nor onUpgrade gets called, we read the maxId from
865 long maxId = 0;
871 maxId = Math.max(maxId, id);
891 mMaxScreenId = maxId;