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/
NetworkSetting.java 73 protected boolean mIsForeground = false;
109 if (mIsForeground) {
243 mIsForeground = true;
249 mIsForeground = false;
317 if (mIsForeground) {
364 if (mIsForeground) {
390 if (mIsForeground) {
452 if (mIsForeground) {
TimeConsumingPreferenceActivity.java 56 protected boolean mIsForeground = false;
124 mIsForeground = true;
130 mIsForeground = false;
140 if (mIsForeground) {
172 if (mIsForeground) {

Completed in 24 milliseconds