Home
last modified time | relevance | path

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

/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DCellBroadcastHandler.java131 private boolean mEnableDuplicateDetection = true; field in CellBroadcastHandler
151 mEnableDuplicateDetection = intent.getBooleanExtra(EXTRA_ENABLE,
153 log("Duplicate detection " + (mEnableDuplicateDetection
400 if (!mEnableDuplicateDetection) { in isDuplicate()