HomeSort by relevance Sort by last modified time
    Searched refs:mElapsedTime (Results 1 - 3 of 3) sorted by null

  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyNetworkMonitor.java 40 private long mElapsedTime = 0; // amount of time spent between start() and stop()
75 mElapsedTime = timeNow - mCollectionStartTime;
81 mElapsedTime = 0;
100 System.out.println("## Network stats: elapsed time=" + mElapsedTime + "ms ("
103 + (mElapsedTime - mMobileElapsedTime - mWifiElapsedTime) + "ms not connected)");
  /packages/apps/Phone/src/com/android/phone/
CallCard.java 75 private TextView mElapsedTime;
168 mElapsedTime = (TextView) findViewById(R.id.elapsedTime);
676 mElapsedTime.setVisibility(View.VISIBLE);
677 mElapsedTime.setTextColor(connectedTextColor);
693 // In the "Call ended" state, leave the mElapsedTime widget
696 mElapsedTime.setVisibility(View.VISIBLE);
697 mElapsedTime.setTextColor(mTextColorEnded);
711 mElapsedTime.setText(cardTitle);
715 mElapsedTime.setVisibility(View.VISIBLE);
716 mElapsedTime.setTextColor(mTextColorOnHold)
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 236 milliseconds