HomeSort by relevance Sort by last modified time
    Searched full:timeelapse (Results 1 - 1 of 1) sorted by null

  /packages/apps/Test/connectivity/PMC/src/com/android/pmc/
GattClientListener.java 228 long timeElapse = SystemClock.elapsedRealtime() - mStartWriteTime;
229 if (timeElapse < (mWriteTime * MILLSEC)) {
230 writeCharacteristic(gatt, (int) (timeElapse / MILLSEC));

Completed in 82 milliseconds