HomeSort by relevance Sort by last modified time
    Searched full:disconnectbutton (Results 1 - 12 of 12) sorted by null

  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
CallFragment.java 31 private ImageButton disconnectButton;
59 disconnectButton =
71 disconnectButton.setOnClickListener(new View.OnClickListener() {
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPActivity.java 192 Button disconnectButton = (Button) findViewById(R.id.button_disconnect_channel);
193 disconnectButton.setOnClickListener(new View.OnClickListener() {
  /external/libvncserver/webclients/novnc/include/
ui.js 195 $D("disconnectButton").onclick = UI.disconnect;
628 $D('disconnectButton').style.display = "none";
632 $D('disconnectButton').style.display = "";
    [all...]
  /external/libvncserver/webclients/novnc/
vnc.html 110 id="disconnectButton" class="noVNC_status_button"
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.ui 182 <widget class="QPushButton" name="disconnectButton" >
wpagui.cpp 97 connect(disconnectButton, SIGNAL(clicked()), this, SLOT(disconnect()));
    [all...]
  /external/libvncserver/webclients/java-applet/ssl/
ultravnc-102-JavaViewer-ssl-etc.patch 8 - disconnectButton = new Button("Disconnect");
10 + disconnectButton = new Button("Quit");
12 + disconnectButton = new Button("Close");
14 disconnectButton.setEnabled(false);
15 add(disconnectButton);
16 disconnectButton.addActionListener(this);
65 disconnectButton.setEnabled(true);
81 remove(disconnectButton);
82 disconnectButton = new Button("Hide desktop");
83 disconnectButton.setEnabled(true)
    [all...]
SignedUltraViewerSSL.jar 
SignedVncViewer.jar 
UltraViewerSSL.jar 
VncViewer.jar 
  /external/libvncserver/webclients/java-applet/
VncViewer.jar 

Completed in 2669 milliseconds