Home | History | Annotate | Download | only in opp

Lines Matching refs:mTimeout

78     private boolean mTimeout = false;
115 if (V) Log.v(TAG, "mTimeout: " + mTimeout);
116 if (mTimeout) {
140 if (!mTimeout) {
185 mTimeout = savedInstanceState.getBoolean(PREFERENCE_USER_TIMEOUT);
186 if (V) Log.v(TAG, "onRestoreInstanceState() mTimeout: " + mTimeout);
187 if (mTimeout) {
195 if (V) Log.v(TAG, "onSaveInstanceState() mTimeout: " + mTimeout);
196 outState.putBoolean(PREFERENCE_USER_TIMEOUT, mTimeout);
200 mTimeout = true;