Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DNetworkSetting.java74 protected boolean mIsForeground = false; field in NetworkSetting
270 mIsForeground = true; in onResume()
276 mIsForeground = false; in onPause()
352 if (mIsForeground) { in displayNetworkSeletionInProgress()
399 if (mIsForeground) { in loadNetworksList()
408 if (mIsForeground) { in loadNetworksList()
509 if (mIsForeground) { in selectNetworkAutomatic()
DTimeConsumingPreferenceActivity.java56 protected boolean mIsForeground = false; field in TimeConsumingPreferenceActivity
124 mIsForeground = true; in onResume()
130 mIsForeground = false; in onPause()
140 if (mIsForeground) { in onStarted()
172 if (mIsForeground) { in onError()