Searched defs:mIsDebugBuild (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java210 boolean mIsDebugBuild; field in class:NfcService
343 mIsDebugBuild = "userdebug".equals(Build.TYPE) || "eng".equals(Build.TYPE);
1720 if (mIsDebugBuild) {
1728 if (mIsDebugBuild) {

Completed in 69 milliseconds