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.java98 private boolean mIsDebugBuild = false; field in CellBroadcastChannelManager
387 mIsDebugBuild = isDebugBuild; in CellBroadcastChannelManager()
442 if (r.mIsDebugBuildOnly && !mIsDebugBuild) { in getChannelRangesMapFromResoures()
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java400 boolean mIsDebugBuild; field in NfcService
730 mIsDebugBuild = "userdebug".equals(Build.TYPE) || "eng".equals(Build.TYPE); in NfcService()
3755 if (mIsDebugBuild && mSkipNdefRead) { in handleMessage()