Searched refs:RES_NUMBER_IS_BLOCKED (Results 1 – 2 of 2) sorted by relevance
219 public static final String RES_NUMBER_IS_BLOCKED = "blocked"; field in BlockedNumberContract247 return res != null && res.getBoolean(RES_NUMBER_IS_BLOCKED, false); in isBlocked()352 return res != null && res.getBoolean(RES_NUMBER_IS_BLOCKED, false); in shouldSystemBlockNumber()
470 bundle.putBoolean(BlockedNumberContract.RES_NUMBER_IS_BLOCKED, in call()