Searched refs:mIsDebugBuild (Results 1 – 2 of 2) sorted by relevance
98 private boolean mIsDebugBuild = false; field in CellBroadcastChannelManager387 mIsDebugBuild = isDebugBuild; in CellBroadcastChannelManager()442 if (r.mIsDebugBuildOnly && !mIsDebugBuild) { in getChannelRangesMapFromResoures()
400 boolean mIsDebugBuild; field in NfcService730 mIsDebugBuild = "userdebug".equals(Build.TYPE) || "eng".equals(Build.TYPE); in NfcService()3755 if (mIsDebugBuild && mSkipNdefRead) { in handleMessage()