Searched refs:mProfilingMode (Results 1 – 1 of 1) sorted by relevance
116 mProfilingMode = icicle != null && icicle.containsKey("profiling"); in onCreate()134 mProfilingItem.setChecked(mProfilingMode); in onPrepareOptionsMenu()141 if (mProfilingMode) { in onSaveInstanceState()153 if (mProfilingMode) { in onListItemClick()169 mProfilingMode = !mProfilingMode;198 private boolean mProfilingMode; field in InstrumentationList