OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BluetoothPairingDialog
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/chromeos/bluetooth/
bluetooth_pairing_dialog.h
22
class
BluetoothPairingDialog
: public ui::WebDialogDelegate {
24
BluetoothPairingDialog
(gfx::NativeWindow parent_window,
26
virtual ~
BluetoothPairingDialog
();
51
DISALLOW_COPY_AND_ASSIGN(
BluetoothPairingDialog
);
bluetooth_pairing_dialog.cc
30
//
BluetoothPairingDialog
, public:
32
BluetoothPairingDialog
::
BluetoothPairingDialog
(
42
BluetoothPairingDialog
::~
BluetoothPairingDialog
() {
45
void
BluetoothPairingDialog
::Show() {
54
ui::ModalType
BluetoothPairingDialog
::GetDialogModalType() const {
58
base::string16
BluetoothPairingDialog
::GetDialogTitle() const {
63
GURL
BluetoothPairingDialog
::GetDialogContentURL() const {
67
void
BluetoothPairingDialog
::GetWebUIMessageHandlers
[
all
...]
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java
49
*
BluetoothPairingDialog
asks the user to enter a PIN / Passkey / simple confirmation
52
public final class
BluetoothPairingDialog
extends AlertActivity implements
54
private static final String TAG = "
BluetoothPairingDialog
";
Completed in 62 milliseconds