Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/settings/
DEnhancedCallBlockingFragment.java113 updateEnhancedBlockPref(SystemContract.ENHANCED_SETTING_KEY_BLOCK_UNREGISTERED); in onResume()
114 updateEnhancedBlockPref(SystemContract.ENHANCED_SETTING_KEY_BLOCK_PRIVATE); in onResume()
116 updateEnhancedBlockPref(SystemContract.ENHANCED_SETTING_KEY_BLOCK_PAYPHONE); in onResume()
118 updateEnhancedBlockPref(SystemContract.ENHANCED_SETTING_KEY_BLOCK_UNKNOWN); in onResume()
124 private void updateEnhancedBlockPref(String key) { in updateEnhancedBlockPref() method in EnhancedCallBlockingFragment