Lines Matching refs:uid

153     public static void setThreadStatsUid(int uid) {
154 NetworkManagementSocketTagger.setThreadSocketStatsUid(uid);
241 final int uid = android.os.Process.myUid();
243 getStatsService().incrementOperationCount(uid, tag, operationCount);
408 * @param uid The UID of the process to examine.
412 public static native long getUidTxBytes(int uid);
420 * @param uid The UID of the process to examine.
423 public static native long getUidRxBytes(int uid);
432 * @param uid The UID of the process to examine.
437 public static native long getUidTxPackets(int uid);
446 * @param uid The UID of the process to examine.
449 public static native long getUidRxPackets(int uid);
459 * @param uid The UID of the process to examine.
463 public static native long getUidTcpTxBytes(int uid);
473 * @param uid The UID of the process to examine.
477 public static native long getUidTcpRxBytes(int uid);
487 * @param uid The UID of the process to examine.
491 public static native long getUidUdpTxBytes(int uid);
501 * @param uid The UID of the process to examine.
505 public static native long getUidUdpRxBytes(int uid);
514 * @param uid The UID of the process to examine.
518 public static native long getUidTcpTxSegments(int uid);
527 * @param uid The UID of the process to examine.
531 public static native long getUidTcpRxSegments(int uid);
540 * @param uid The UID of the process to examine.
544 public static native long getUidUdpTxPackets(int uid);
553 * @param uid The UID of the process to examine.
557 public static native long getUidUdpRxPackets(int uid);
564 final int uid = android.os.Process.myUid();
566 return getStatsService().getDataLayerSnapshotForUid(uid);