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