Searched refs:BlockNumberDialogFragment (Results 1 – 2 of 2) sorted by relevance
45 public class BlockNumberDialogFragment extends DialogFragment { class61 public static BlockNumberDialogFragment show( in show()69 final BlockNumberDialogFragment newFragment = in show()70 BlockNumberDialogFragment.newInstance( in show()74 newFragment.show(fragmentManager, BlockNumberDialogFragment.BLOCK_DIALOG_FRAGMENT); in show()78 private static BlockNumberDialogFragment newInstance( in newInstance()84 final BlockNumberDialogFragment fragment = new BlockNumberDialogFragment(); in newInstance()
23 import com.android.dialer.blocking.BlockNumberDialogFragment;65 BlockNumberDialogFragment.show( in bindView()72 new BlockNumberDialogFragment.Callback() { in bindView()