Searched refs:ARG_BLOCK_ID (Results 1 – 1 of 1) sorted by relevance
48 private static final String ARG_BLOCK_ID = "argBlockId"; field in BlockNumberDialogFragment87 args.putInt(ARG_BLOCK_ID, blockId.intValue()); in newInstance()112 final boolean isBlocked = getArguments().containsKey(ARG_BLOCK_ID); in onCreateDialog()308 getArguments().getInt(ARG_BLOCK_ID)); in unblockNumber()