Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DTimeConsumingPreferenceActivity.java60 protected boolean mIsForeground = false; field in TimeConsumingPreferenceActivity
146 mIsForeground = true; in onResume()
152 mIsForeground = false; in onPause()
161 if (mIsForeground) { in onStarted()
192 if (mIsForeground) { in onError()
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilitySettings.java159 private boolean mIsForeground = true; field in AccessibilitySettings
212 mIsForeground = true; in onStart()
218 mIsForeground = false; in onStop()
305 if (mIsForeground) { in onContentChanged()