Home | History | Annotate | Download | only in os

Lines Matching refs:NS

5438                 final int NS = in.readInt();
5439 if (NS > 1000) {
5440 Slog.w(TAG, "File corrupt: too many services " + NS);
5443 for (int is = 0; is < NS; is++) {
5652 final int NS = ps.mServiceStats.size();
5653 out.writeInt(NS);
5654 if (NS > 0) {