Home
last modified time | relevance | path

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

/external/smack/src/org/apache/harmony/javax/security/auth/callback/
DConfirmationCallback.java24 public class ConfirmationCallback implements Callback, Serializable { class
62 public ConfirmationCallback(int messageType, int optionType, int defaultOption) { in ConfirmationCallback() method in ConfirmationCallback
92 public ConfirmationCallback(int messageType, String[] options, int defaultOption) { in ConfirmationCallback() method in ConfirmationCallback
116 public ConfirmationCallback(String prompt, int messageType, int optionType, in ConfirmationCallback() method in ConfirmationCallback
152 public ConfirmationCallback(String prompt, int messageType, String[] options, in ConfirmationCallback() method in ConfirmationCallback
/external/chromium_org/chromeos/dbus/
Dbluetooth_agent_service_provider.h63 typedef base::Callback<void(Status)> ConfirmationCallback; typedef
Dbluetooth_profile_service_provider.h64 typedef base::Callback<void(Status)> ConfirmationCallback; typedef
Dfake_bluetooth_device_client.cc954 void FakeBluetoothDeviceClient::ConfirmationCallback( in ConfirmationCallback() function in chromeos::FakeBluetoothDeviceClient