Searched refs:BlockedNumberContract (Results 1 – 9 of 9) sorted by relevance
5 import android.provider.BlockedNumberContract;46 != BlockedNumberContract.STATUS_NOT_BLOCKED; in isBlocked()67 int blockStatus = BlockedNumberContract.STATUS_NOT_BLOCKED; in getBlockStatus()71 blockStatus = BlockedNumberContract.SystemContract.shouldSystemBlockNumber( in getBlockStatus()73 if (blockStatus != BlockedNumberContract.STATUS_NOT_BLOCKED) { in getBlockStatus()
21 import android.provider.BlockedNumberContract;43 BlockedNumberContract.SystemContract.notifyEmergencyContact(mContext); in doInBackground()
149 public class BlockedNumberContract { class150 private BlockedNumberContract() { in BlockedNumberContract() method in BlockedNumberContract159 private static final String LOG_TAG = BlockedNumberContract.class.getSimpleName();496 BlockedNumberContract.STATUS_NOT_BLOCKED; in shouldSystemBlockNumber()504 return BlockedNumberContract.STATUS_NOT_BLOCKED; in shouldSystemBlockNumber()
55 import android.provider.BlockedNumberContract;421 BlockedNumberContract.AUTHORITY, mFakeBlockedNumberContentProvider); in setUp()712 case BlockedNumberContract.SystemContract.METHOD_SHOULD_SYSTEM_BLOCK_NUMBER: in call()715 ? BlockedNumberContract.STATUS_BLOCKED_IN_LIST in call()716 : BlockedNumberContract.STATUS_NOT_BLOCKED; in call()717 bundle.putInt(BlockedNumberContract.RES_BLOCK_STATUS, blockStatus); in call()719 case BlockedNumberContract.SystemContract.METHOD_NOTIFY_EMERGENCY_CONTACT: in call()
116 import android.provider.BlockedNumberContract;6924 case BlockedNumberContract.AUTHORITY: in installProviderAuthoritiesLocked()
55336 Landroid/provider/BlockedNumberContract$BlockedNumbers;-><init>()V55337 Landroid/provider/BlockedNumberContract$SystemContract$BlockSuppressionStatus;-><init>(ZJ)V55338 Landroid/provider/BlockedNumberContract$SystemContract$BlockSuppressionStatus;->isSuppressed:Z55339 Landroid/provider/BlockedNumberContract$SystemContract$BlockSuppressionStatus;->untilTimestampMilli…55340 Landroid/provider/BlockedNumberContract$SystemContract;-><init>()V55341 Landroid/provider/BlockedNumberContract$SystemContract;->ACTION_BLOCK_SUPPRESSION_STATE_CHANGED:Lja…55342 Landroid/provider/BlockedNumberContract$SystemContract;->endBlockSuppression(Landroid/content/Conte…55343 Landroid/provider/BlockedNumberContract$SystemContract;->ENHANCED_SETTING_KEY_BLOCK_PAYPHONE:Ljava/…55344 Landroid/provider/BlockedNumberContract$SystemContract;->ENHANCED_SETTING_KEY_BLOCK_PRIVATE:Ljava/l…55345 Landroid/provider/BlockedNumberContract$SystemContract;->ENHANCED_SETTING_KEY_BLOCK_UNKNOWN:Ljava/l…[all …]
12700 HSPLandroid/provider/BlockedNumberContract$SystemContract;->shouldShowEmergencyCallNotification(Lan…12701 PLandroid/provider/BlockedNumberContract$SystemContract;->shouldSystemBlockNumber(Landroid/content/…
36812 public class BlockedNumberContract {36820 public static class BlockedNumberContract.BlockedNumbers {
36956 public class BlockedNumberContract {36964 public static class BlockedNumberContract.BlockedNumbers {