Home | History | Annotate | Download | only in os

Lines Matching refs:NPKG

10129         int NPKG = in.readInt();
10130 if (NPKG > 0) {
10131 mDailyPackageChanges = new ArrayList<>(NPKG);
10132 while (NPKG > 0) {
10133 NPKG--;
10483 final int NPKG = mDailyPackageChanges.size();
10484 out.writeInt(NPKG);
10485 for (int i=0; i<NPKG; i++) {