Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java404 boolean mIsRequestUnlockShowed; field in NfcService
3620 if (!mIsRequestUnlockShowed && mKeyguard.isKeyguardLocked()) { in sendRequireUnlockIntent()
3622 mIsRequestUnlockShowed = true; in sendRequireUnlockIntent()
3907 mIsRequestUnlockShowed = false; in handleMessage()