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.java141 private boolean mEnableDuplicateDetection = true; field in CellBroadcastHandler
161 mEnableDuplicateDetection = intent.getBooleanExtra(EXTRA_ENABLE,
163 log("Duplicate detection " + (mEnableDuplicateDetection
507 if (!mEnableDuplicateDetection) { in isDuplicate()