Home
last modified time | relevance | path

Searched refs:mIsForeground (Results 1 – 3 of 3) 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/Car/SystemUI/src/com/android/systemui/car/userpicker/
DUserRecord.java40 public final boolean mIsForeground; field in UserRecord
57 mIsForeground = isForeground; in UserRecord()
105 sb.append("isForeground=").append(mIsForeground).append(" "); in toString()
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilitySettings.java166 private boolean mIsForeground = true; field in AccessibilitySettings
224 mIsForeground = true; in onStart()
244 mIsForeground = false; in onStop()
325 if (mIsForeground) { in onContentChanged()