Home
last modified time | relevance | path

Searched refs:ARG_BLOCK_ID (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/filterednumber/
DBlockNumberDialogFragment.java75 private static final String ARG_BLOCK_ID = "argBlockId"; field in BlockNumberDialogFragment
114 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()