HomeSort by relevance Sort by last modified time
    Searched refs:mIsForeground (Results 1 - 2 of 2) sorted by null

  /packages/apps/Phone/src/com/android/phone/
TimeConsumingPreferenceActivity.java 39 protected boolean mIsForeground = false;
111 mIsForeground = true;
117 mIsForeground = false;
130 if (mIsForeground) {
146 if (mBusyList.isEmpty() && mIsForeground) {
159 if (mIsForeground) {
NetworkSetting.java 72 protected boolean mIsForeground = false;
108 if (mIsForeground) {
242 mIsForeground = true;
248 mIsForeground = false;
316 if (mIsForeground) {
360 if (mIsForeground) {
386 if (mIsForeground) {
429 if (mIsForeground) {

Completed in 40 milliseconds