Home | History | Annotate | Download | only in os

Lines Matching defs:NU

7996         final int NU = in.readInt();
7997 if (NU > 10000) {
7998 Slog.w(TAG, "File corrupt: too many uids " + NU);
8001 for (int iu = 0; iu < NU; iu++) {
8276 final int NU = mUidStats.size();
8277 out.writeInt(NU);
8278 for (int iu = 0; iu < NU; iu++) {