Searched defs:ConfirmationCallback (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dbluetooth_agent_service_provider.h60 // The ConfirmationCallback is used for methods which request confirmation
63 typedef base::Callback<void(Status)> ConfirmationCallback; typedef in class:chromeos::BluetoothAgentServiceProvider::Delegate
133 const ConfirmationCallback& callback) = 0;
143 const ConfirmationCallback& callback) = 0;
152 const ConfirmationCallback& callback) = 0;
H A Dbluetooth_profile_service_provider.h61 // The ConfirmationCallback is used for methods which require confirmation;
64 typedef base::Callback<void(Status)> ConfirmationCallback; typedef in class:chromeos::BluetoothProfileServiceProvider::Delegate
88 const ConfirmationCallback& callback) = 0;
95 const ConfirmationCallback& callback) = 0;
H A Dfake_bluetooth_device_client.cc474 base::Bind(&FakeBluetoothDeviceClient::ConfirmationCallback,
954 void FakeBluetoothDeviceClient::ConfirmationCallback( function in class:chromeos::FakeBluetoothDeviceClient
959 VLOG(1) << "ConfirmationCallback: " << object_path.value();
/external/smack/src/org/apache/harmony/javax/security/auth/callback/
H A DConfirmationCallback.java24 public class ConfirmationCallback implements Callback, Serializable { class in inherits:Callback,Serializable
62 public ConfirmationCallback(int messageType, int optionType, int defaultOption) { method in class:ConfirmationCallback
92 public ConfirmationCallback(int messageType, String[] options, int defaultOption) { method in class:ConfirmationCallback
116 public ConfirmationCallback(String prompt, int messageType, int optionType, method in class:ConfirmationCallback
152 public ConfirmationCallback(String prompt, int messageType, String[] options, method in class:ConfirmationCallback

Completed in 121 milliseconds