Home
last modified time | relevance | path

Searched refs:idleTime (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DCpuMonitor.java111 final long idleTime; field in CpuMonitor.ProcStat
113 ProcStat(long userTime, long systemTime, long idleTime) { in ProcStat() argument
116 this.idleTime = idleTime; in ProcStat()
393 long diffIdleTime = procStat.idleTime - lastProcStat.idleTime; in sampleCpuUtilization()
493 long idleTime = 0; in readProcStat() local
507 idleTime = parseLong(lines[4]); // idle in readProcStat()
521 return new ProcStat(userTime, systemTime, idleTime); in readProcStat()
/external/apache-http/src/org/apache/http/impl/conn/
DIdleConnectionHandler.java120 public void closeIdleConnections(long idleTime) { in closeIdleConnections() argument
123 long idleTimeout = System.currentTimeMillis() - idleTime; in closeIdleConnections()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothHidFacade.java134 int idleTime = intent.getIntExtra( in onReceive() local
136 Log.d("Idle time changed: " + idleTime); in onReceive()
414 Integer idleTime) throws Exception { in bluetoothHidSetIdleTime()
418 device, (byte) (int) idleTime); in bluetoothHidSetIdleTime()
/external/guice/extensions/struts2/lib/
Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/ ...