Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastChannelManager.java183 public boolean mIsDebugBuildOnly = false; field in CellBroadcastChannelManager.CellBroadcastChannelRange
301 mIsDebugBuildOnly = true; in CellBroadcastChannelRange()
359 + ", mIsDebugBuildOnly =" + mIsDebugBuildOnly in toString()
442 if (r.mIsDebugBuildOnly && !mIsDebugBuild) { in getChannelRangesMapFromResoures()