Home | History | Annotate | Download | only in telephony

Lines Matching defs:mDelay

355         private int mDelay = UNINITIALIZED_DELAY_VALUE;
369 this.mDelay = bundle.getInt(
371 Rlog.i(LOG_TAG, "reading time to delay notification pref network: " + mDelay);
375 return mDelay;
387 + "," + isPhoneStillRegistered() + "," + mDelay + "," + isGlobalMode()
389 if (mDelay == UNINITIALIZED_DELAY_VALUE || isPhoneStillRegistered() || isGlobalMode()
425 private int mDelay = UNINITIALIZED_DELAY_VALUE;
439 this.mDelay = bundle.getInt(
441 Rlog.i(LOG_TAG, "reading time to delay notification emergency: " + mDelay);
445 return mDelay;
457 + "," + isPhoneVoiceRegistered() + "," + mDelay + ","
459 if (mDelay == UNINITIALIZED_DELAY_VALUE || isPhoneVoiceRegistered()