Home
last modified time | relevance | path

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

/development/apps/Development/src/com/android/development/
DConnectivity.java111 private TextView mSCCycleCountView; field in Connectivity
195 mSCCycleCountView.setText(Integer.toString(mSCCycleCount));
451 mSCCycleCountView = (TextView)findViewById(R.id.sc_wifi_cycles_done); in onCreate()
452 mSCCycleCountView.setText(Integer.toString(mSCCycleCount)); in onCreate()