Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastChannelManager.java96 private boolean mIsDebugBuild = false; field in CellBroadcastChannelManager
363 mIsDebugBuild = isDebugBuild; in CellBroadcastChannelManager()
418 if (r.mIsDebugBuildOnly && !mIsDebugBuild) { in getChannelRangesMapFromResoures()
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java336 boolean mIsDebugBuild; field in NfcService
526 mIsDebugBuild = "userdebug".equals(Build.TYPE) || "eng".equals(Build.TYPE); in NfcService()
2684 if (mIsDebugBuild && mSkipNdefRead) { in handleMessage()
2756 if (mIsDebugBuild) { in handleMessage()
2764 if (mIsDebugBuild) { in handleMessage()