Home
last modified time | relevance | path

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

/aosp12/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java321 boolean mIsDebugBuild; field in NfcService
497 mIsDebugBuild = "userdebug".equals(Build.TYPE) || "eng".equals(Build.TYPE); in NfcService()
2643 if (mIsDebugBuild) { in handleMessage()
2651 if (mIsDebugBuild) { in handleMessage()