Searched refs:mIsDebugBuild (Results 1 – 1 of 1) sorted by relevance
301 boolean mIsDebugBuild; field in NfcService460 mIsDebugBuild = "userdebug".equals(Build.TYPE) || "eng".equals(Build.TYPE); in NfcService()2304 if (mIsDebugBuild) { in handleMessage()2312 if (mIsDebugBuild) { in handleMessage()