Searched refs:mStatsXtIfaceFmt (Results 1 – 2 of 2) sorted by relevance
67 private final File mStatsXtIfaceFmt; field in NetworkStatsFactory168 mStatsXtIfaceFmt = new File(procRoot, "net/xt_qtaguid/iface_stat_fmt"); in NetworkStatsFactory()258 if (!mStatsXtIfaceFmt.exists()) return null; in readNetworkStatsSummaryXt()266 reader = new ProcFileReader(new FileInputStream(mStatsXtIfaceFmt)); in readNetworkStatsSummaryXt()
87603 Lcom/android/internal/net/NetworkStatsFactory;->mStatsXtIfaceFmt:Ljava/io/File;