Searched defs:updateButton (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransferActivity.java449 updateButton();
457 private void updateButton() { method in class:BluetoothOppTransferActivity
/packages/apps/Settings/src/com/android/settings/
H A DTrustedCredentialsDialogBuilder.java237 mPositiveButton = updateButton(DialogInterface.BUTTON_POSITIVE, displayText);
246 mNegativeButton = updateButton(DialogInterface.BUTTON_NEGATIVE, displayText);
255 private Button updateButton(int buttonType, CharSequence displayText) { method in class:TrustedCredentialsDialogBuilder.DialogEventHandler
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiStatusTest.java56 private Button updateButton; field in class:WifiStatusTest
132 updateButton = (Button) findViewById(R.id.update);
133 updateButton.setOnClickListener(updateButtonHandler);

Completed in 115 milliseconds