Searched refs:SystemContract (Results 1 – 24 of 24) sorted by relevance
46 import android.provider.BlockedNumberContract.SystemContract;281 SystemContract.endBlockSuppression(mMockContext); in testBlockSuppressionAfterEmergencyContact()289 SystemContract.notifyEmergencyContact(mMockContext); in testBlockSuppressionAfterEmergencyContact()292 SystemContract.BlockSuppressionStatus status = in testBlockSuppressionAfterEmergencyContact()303 SystemContract.endBlockSuppression(mMockContext); in testBlockSuppressionAfterEmergencyContact()321 SystemContract.notifyEmergencyContact(mMockContext); in testBlockSuppressionAfterEmergencyContact_invalidCarrierConfigDefaultValueUsed()324 SystemContract.BlockSuppressionStatus status = in testBlockSuppressionAfterEmergencyContact_invalidCarrierConfigDefaultValueUsed()386 SystemContract.notifyEmergencyContact(mMockContext); in testEnhancedBlockSuppressionAfterEmergencyContact()397 SystemContract.BlockSuppressionStatus status = in testEnhancedBlockSuppressionAfterEmergencyContact()408 SystemContract.endBlockSuppression(mMockContext); in testEnhancedBlockSuppressionAfterEmergencyContact()[all …]
20 import static android.provider.BlockedNumberContract.SystemContract102 BlockedNumberContract.SystemContract.shouldSystemBlockNumber(mMockContext, in testShouldSystemBlockNumberException()113 assertFalse(BlockedNumberContract.SystemContract.shouldShowEmergencyCallNotification( in testShouldShowEmergencyCallNotificationException()124 assertFalse(BlockedNumberContract.SystemContract.getEnhancedBlockSetting( in testGetEnhancedBlockSettingException()
26 import android.provider.BlockedNumberContract.SystemContract;54 setOnPreferenceChangeListener(SystemContract.ENHANCED_SETTING_KEY_BLOCK_UNREGISTERED); in onCreate()55 setOnPreferenceChangeListener(SystemContract.ENHANCED_SETTING_KEY_BLOCK_PRIVATE); in onCreate()56 setOnPreferenceChangeListener(SystemContract.ENHANCED_SETTING_KEY_BLOCK_PAYPHONE); in onCreate()57 setOnPreferenceChangeListener(SystemContract.ENHANCED_SETTING_KEY_BLOCK_UNKNOWN); in onCreate()59 …Preference payPhoneOption = getPreferenceScreen().findPreference(SystemContract.ENHANCED_SETTING_K… in onCreate()113 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()
26 import android.provider.BlockedNumberContract.SystemContract;152 return SystemContract.getEnhancedBlockSetting(context, key); in getEnhancedBlockSetting()163 SystemContract.setEnhancedBlockSetting(context, key, value); in setEnhancedBlockSetting()
159 BlockedNumberContract.SystemContract.ACTION_BLOCK_SUPPRESSION_STATE_CHANGED)); in onCreate()184 if (BlockedNumberContract.SystemContract.getBlockSuppressionStatus(this).isSuppressed) { in updateButterBar()239 BlockedNumberContract.SystemContract.endBlockSuppression(this); in onClick()
63 BlockedNumberContract.SystemContract in showCallBlockingOffDialog()
45 import android.provider.BlockedNumberContract.SystemContract;329 case SystemContract.METHOD_NOTIFY_EMERGENCY_CONTACT: in call()334 case SystemContract.METHOD_END_BLOCK_SUPPRESSION: in call()339 case SystemContract.METHOD_GET_BLOCK_SUPPRESSION_STATUS: in call()347 case SystemContract.METHOD_SHOULD_SYSTEM_BLOCK_NUMBER: in call()354 case SystemContract.METHOD_SHOULD_SHOW_EMERGENCY_CALL_NOTIFICATION: in call()359 case SystemContract.METHOD_GET_ENHANCED_BLOCK_SETTING: in call()367 case SystemContract.METHOD_SET_ENHANCED_BLOCK_SETTING: in call()476 private SystemContract.BlockSuppressionStatus getBlockSuppressionStatus() {481 return new SystemContract.BlockSuppressionStatus(isSuppressed,[all …]
43 BlockedNumberContract.SystemContract.notifyEmergencyContact(mContext); in doInBackground()
71 blockStatus = BlockedNumberContract.SystemContract.shouldSystemBlockNumber( in getBlockStatus()
51 blockStatus = BlockedNumberContract.SystemContract.shouldSystemBlockNumber( in getBlockStatus()
145 BlockedNumberContract.SystemContract.blockStatusToString(blockStatus) + " " in completeResult()
400 public static class SystemContract { class in BlockedNumberContract
186 blockStatus = BlockedNumberContract.SystemContract.shouldSystemBlockNumber( in isNumberBlocked()
137 BlockedNumberContract.SystemContract in notifyIfEmergencyContact()
794 case BlockedNumberContract.SystemContract.METHOD_SHOULD_SYSTEM_BLOCK_NUMBER: in call()801 case BlockedNumberContract.SystemContract.METHOD_NOTIFY_EMERGENCY_CONTACT: in call()
70 import android.provider.BlockedNumberContract.SystemContract;435 || SystemContract.ACTION_BLOCK_SUPPRESSION_STATE_CHANGED.equals(action)) {454 SystemContract.shouldShowEmergencyCallNotification(context)); in doInBackground()598 intentFilter.addAction(SystemContract.ACTION_BLOCK_SUPPRESSION_STATE_CHANGED); in CallsManager()2348 BlockedNumberContract.SystemContract.notifyEmergencyContact(mContext))
1615 BlockedNumberContract.SystemContract.endBlockSuppression(mContext);
1873 if (BlockedNumberContract.SystemContract.getBlockSuppressionStatus(mContext).isSuppressed) { in handleEndBlockSuppressionCommand()1874 BlockedNumberContract.SystemContract.endBlockSuppression(mContext); in handleEndBlockSuppressionCommand()
844 eq(BlockedNumberContract.SystemContract.METHOD_SHOULD_SYSTEM_BLOCK_NUMBER), in blockNumberWithAnswer()
44775 Landroid/provider/BlockedNumberContract$SystemContract$BlockSuppressionStatus;-><init>(ZJ)V44776 Landroid/provider/BlockedNumberContract$SystemContract$BlockSuppressionStatus;->isSuppressed:Z44777 Landroid/provider/BlockedNumberContract$SystemContract$BlockSuppressionStatus;->untilTimestampMilli…44778 Landroid/provider/BlockedNumberContract$SystemContract;-><init>()V44780 Landroid/provider/BlockedNumberContract$SystemContract;->endBlockSuppression(Landroid/content/Conte…44786 …NumberContract$SystemContract;->getBlockSuppressionStatus(Landroid/content/Context;)Landroid/provi…44788 Landroid/provider/BlockedNumberContract$SystemContract;->METHOD_END_BLOCK_SUPPRESSION:Ljava/lang/St…44790 Landroid/provider/BlockedNumberContract$SystemContract;->METHOD_GET_ENHANCED_BLOCK_SETTING:Ljava/la…44791 Landroid/provider/BlockedNumberContract$SystemContract;->METHOD_NOTIFY_EMERGENCY_CONTACT:Ljava/lang…44795 Landroid/provider/BlockedNumberContract$SystemContract;->notifyEmergencyContact(Landroid/content/Co…[all …]
5904 android.provider.BlockedNumberContract$SystemContract
29289 Landroid/provider/BlockedNumberContract$SystemContract;
5902 android.provider.BlockedNumberContract$SystemContract
38926 Landroid/provider/BlockedNumberContract$SystemContract;