Searched refs:ARG_TYPE (Results 1 – 3 of 3) sorted by relevance
329 private static final String ARG_TYPE = "ConfirmationDialogFragment.TYPE"; field in BluetoothPairingDialog.EntryDialogFragment339 b.putInt(ARG_TYPE, type); in newInstance()348 mType = args.getInt(ARG_TYPE); in onCreate()409 private static final String ARG_TYPE = "ConfirmationDialogFragment.TYPE"; field in BluetoothPairingDialog.ConfirmationDialogFragment421 b.putInt(ARG_TYPE, type); in newInstance()434 mType = args.getInt(ARG_TYPE); in onCreate()
54 protected static final String ARG_TYPE = "type"; field in PinDialogFragment174 if (!args.containsKey(ARG_TYPE)) { in onCreate()177 mType = getArguments().getInt(ARG_TYPE); in onCreate()
47 b.putInt(PinDialogFragment.ARG_TYPE, type); in newInstance()