Home | History | Annotate | Download | only in server

Lines Matching refs:template

460         // and verify new history also recorded under different template, which
603 // verify that ALL_MOBILE template combines both
839 private void assertNetworkTotal(NetworkTemplate template, long rxBytes, long rxPackets,
841 assertNetworkTotal(template, Long.MIN_VALUE, Long.MAX_VALUE, rxBytes, rxPackets, txBytes,
845 private void assertNetworkTotal(NetworkTemplate template, long start, long end, long rxBytes,
848 final NetworkStatsHistory history = mSession.getHistoryForNetwork(template, FIELD_ALL);
852 final NetworkStats stats = mSession.getSummaryForNetwork(template, start, end);
857 private void assertUidTotal(NetworkTemplate template, int uid, long rxBytes, long rxPackets,
859 assertUidTotal(template, uid, SET_ALL, rxBytes, rxPackets, txBytes, txPackets, operations);
862 private void assertUidTotal(NetworkTemplate template, int uid, int set, long rxBytes,
866 template, uid, set, TAG_NONE, FIELD_ALL);
872 template, Long.MIN_VALUE, Long.MAX_VALUE, false);