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