Searched defs:BluetoothPairingDialog (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothPairingDialog.java52 * BluetoothPairingDialog asks the user to enter a PIN / Passkey / simple confirmation
55 public final class BluetoothPairingDialog extends AlertActivity implements class in inherits:AlertActivity,CompoundButton.OnCheckedChangeListener,DialogInterface.OnClickListener,TextWatcher
57 private static final String TAG = "BluetoothPairingDialog";
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DBluetoothPairingDialog.java54 * BluetoothPairingDialog asks the user to enter a PIN / Passkey / simple
57 public class BluetoothPairingDialog extends DialogActivity { class in inherits:DialogActivity
62 private static final String TAG = "BluetoothPairingDialog";
364 ((BluetoothPairingDialog)getActivity()).onPair(value);

Completed in 4661 milliseconds