Home | History | Annotate | Download | only in os

Lines Matching refs:STATS_SINCE_UNPLUGGED

415                 if (which == STATS_SINCE_UNPLUGGED) {
630 if (which == STATS_SINCE_UNPLUGGED) {
647 if (which == STATS_SINCE_UNPLUGGED) {
1163 dataTransfer[STATS_LAST] = dataTransfer[STATS_SINCE_UNPLUGGED];
1164 dataTransfer[STATS_SINCE_UNPLUGGED] = -1;
1168 dataTransfer[STATS_SINCE_UNPLUGGED] = currentBytes;
2449 if (which == STATS_SINCE_UNPLUGGED) {
2471 if (which == STATS_SINCE_UNPLUGGED) {
3403 } else if (which == STATS_SINCE_UNPLUGGED) {
3419 } else if (which == STATS_SINCE_UNPLUGGED) {
3435 } else if (which == STATS_SINCE_UNPLUGGED) {
3451 } else if (which == STATS_SINCE_UNPLUGGED) {
3576 } else if (which == STATS_SINCE_UNPLUGGED) {
3796 } else if (which == STATS_SINCE_UNPLUGGED) {
3813 } else if (which == STATS_SINCE_UNPLUGGED) {
3830 } else if (which == STATS_SINCE_UNPLUGGED) {
4486 case STATS_SINCE_UNPLUGGED: return (curTime-mTrackBatteryUptimeStart);
4497 case STATS_SINCE_UNPLUGGED: return (curTime-mTrackBatteryRealtimeStart);
4511 case STATS_SINCE_UNPLUGGED:
4526 case STATS_SINCE_UNPLUGGED:
4566 if (which == STATS_SINCE_UNPLUGGED) {
4567 if (dataBytes[STATS_SINCE_UNPLUGGED] < 0) {
4570 return current - dataBytes[STATS_SINCE_UNPLUGGED];
5510 mMobileDataRx[STATS_SINCE_UNPLUGGED] = -1;
5512 mMobileDataTx[STATS_SINCE_UNPLUGGED] = -1;
5514 mTotalDataRx[STATS_SINCE_UNPLUGGED] = -1;
5516 mTotalDataTx[STATS_SINCE_UNPLUGGED] = -1;
5617 out.writeLong(getMobileTcpBytesReceived(STATS_SINCE_UNPLUGGED));
5618 out.writeLong(getMobileTcpBytesSent(STATS_SINCE_UNPLUGGED));
5619 out.writeLong(getTotalTcpBytesReceived(STATS_SINCE_UNPLUGGED));
5620 out.writeLong(getTotalTcpBytesSent(STATS_SINCE_UNPLUGGED));