Searched defs:ConfirmationCallback (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/chromeos/dbus/ |
H A D | bluetooth_agent_service_provider.h | 60 // 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 D | bluetooth_profile_service_provider.h | 61 // 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 D | fake_bluetooth_device_client.cc | 474 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 D | ConfirmationCallback.java | 24 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