Searched refs:mNetStatPollPeriod (Results 1 – 3 of 3) sorted by relevance
365 mNetStatPollPeriod = POLL_NETSTAT_MILLIS; in resetPollStats()453 mNetStatPollPeriod = POLL_NETSTAT_SLOW_MILLIS;465 mNetStatPollPeriod = POLL_NETSTAT_MILLIS;469 mDataConnectionTracker.postDelayed(this, mNetStatPollPeriod);
1256 mNetStatPollPeriod = POLL_NETSTAT_MILLIS; in resetPollStats()1439 mNetStatPollPeriod = Settings.Secure.getInt(mResolver,1451 mNetStatPollPeriod = Settings.Secure.getInt(mResolver,1454 mNetStatPollPeriod = Settings.Secure.getInt(mResolver,1461 mDataConnectionTracker.postDelayed(this, mNetStatPollPeriod);
244 protected int mNetStatPollPeriod; field in DataConnectionTracker