Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DNetworkSetting.java72 protected boolean mIsForeground = false; field in NetworkSetting
108 if (mIsForeground) {
242 mIsForeground = true; in onResume()
248 mIsForeground = false; in onPause()
316 if (mIsForeground) { in displayNetworkSeletionInProgress()
363 if (mIsForeground) { in loadNetworksList()
389 if (mIsForeground) { in networksListLoaded()
432 if (mIsForeground) { in selectNetworkAutomatic()
DTimeConsumingPreferenceActivity.java39 protected boolean mIsForeground = false; field in TimeConsumingPreferenceActivity
111 mIsForeground = true; in onResume()
117 mIsForeground = false; in onPause()
130 if (mIsForeground) { in onStarted()
159 if (mIsForeground) { in onError()