Home | History | Annotate | Download | only in os

Lines Matching refs:NU

5441         final int NU = in.readInt();
5442 if (NU > 10000) {
5443 Slog.w(TAG, "File corrupt: too many uids " + NU);
5446 for (int iu = 0; iu < NU; iu++) {
5650 final int NU = mUidStats.size();
5651 out.writeInt(NU);
5652 for (int iu = 0; iu < NU; iu++) {