Searched refs:BLOCKED (Results 1 – 7 of 7) sorted by relevance
68 public static final int BLOCKED = 14; /* The number was found on the block list */ field in Call.State121 case BLOCKED: in toString()441 if (mState != State.BLOCKED) { in updateFromTelecomCall()621 setState(State.BLOCKED); in blockCall()
62 ParticipantColumns.BLOCKED + "=1", null, null); in onCreateLoader()
70 ParticipantColumns.BLOCKED,509 values.put(ParticipantColumns.BLOCKED, mBlocked); in toContentValues()
94 ParticipantColumns.BLOCKED + "=1", null, null); in onCreateLoader()
425 public static final String BLOCKED = "blocked"; field in DatabaseHelper.ParticipantColumns454 + ParticipantColumns.BLOCKED + " INT DEFAULT(0), "
332 new String[] { ParticipantColumns.BLOCKED }, in isBlockedParticipant()1775 values.put(ParticipantColumns.BLOCKED, blocked ? 1 : 0); in updateDestination()
37765 ------ BLOCKED PROCESS WAIT-CHANNELS ------