Searched defs:answer (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/tests/utils/testutils/java/android/app/test/
H A DMockAnswerUtil.java32 * Answer that calls the method in the Answer called "answer" that matches the type signature of
38 public final Object answer(InvocationOnMock invocation) throws Throwable { method in class:MockAnswerUtil.AnswerWithArguments
41 Method implementation = getClass().getMethod("answer", method.getParameterTypes());
43 throw new RuntimeException("Found answer method does not have expected return "
51 throw new RuntimeException("Error invoking answer method", e);
56 throw new RuntimeException("Could not find answer method with the expected args "
H A DTestAlarmManager.java139 public void answer(int type, long triggerAtMillis, String tag, method in class:TestAlarmManager.SetListenerAnswer
147 public void answer(AlarmManager.OnAlarmListener listener) { method in class:TestAlarmManager.CancelListenerAnswer
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DHalDeviceManagerTest.java1298 public void answer(IWifi.getChipIdsCallback cb) { method in class:HalDeviceManagerTest.GetChipIdsAnswer
1312 public void answer(int chipId, IWifi.getChipCallback cb) { method in class:HalDeviceManagerTest.GetChipAnswer
1324 public void answer(IWifiChip.getIdCallback cb) { method in class:HalDeviceManagerTest.GetIdAnswer
1336 public void answer(IWifiChip.getAvailableModesCallback cb) { method in class:HalDeviceManagerTest.GetAvailableModesAnswer
1348 public void answer(IWifiChip.getModeCallback cb) { method in class:HalDeviceManagerTest.GetModeAnswer
1361 public WifiStatus answer(int chipMode) { method in class:HalDeviceManagerTest.ConfigureChipAnswer
1374 public void answer(IWifiChip.getStaIfaceNamesCallback cb) { method in class:HalDeviceManagerTest.GetXxxIfaceNamesAnswer
1378 public void answer(IWifiChip.getApIfaceNamesCallback cb) { method in class:HalDeviceManagerTest.GetXxxIfaceNamesAnswer
1382 public void answer(IWifiChip.getP2pIfaceNamesCallback cb) { method in class:HalDeviceManagerTest.GetXxxIfaceNamesAnswer
1386 public void answer(IWifiChi method in class:HalDeviceManagerTest.GetXxxIfaceNamesAnswer
1398 public void answer(String name, IWifiChip.getStaIfaceCallback cb) { method in class:HalDeviceManagerTest.GetXxxIfaceAnswer
1403 public void answer(String name, IWifiChip.getApIfaceCallback cb) { method in class:HalDeviceManagerTest.GetXxxIfaceAnswer
1408 public void answer(String name, IWifiChip.getP2pIfaceCallback cb) { method in class:HalDeviceManagerTest.GetXxxIfaceAnswer
1413 public void answer(String name, IWifiChip.getNanIfaceCallback cb) { method in class:HalDeviceManagerTest.GetXxxIfaceAnswer
1441 public void answer(IWifiChip.createStaIfaceCallback cb) { method in class:HalDeviceManagerTest.CreateXxxIfaceAnswer
1446 public void answer(IWifiChip.createApIfaceCallback cb) { method in class:HalDeviceManagerTest.CreateXxxIfaceAnswer
1451 public void answer(IWifiChip.createP2pIfaceCallback cb) { method in class:HalDeviceManagerTest.CreateXxxIfaceAnswer
1456 public void answer(IWifiChip.createNanIfaceCallback cb) { method in class:HalDeviceManagerTest.CreateXxxIfaceAnswer
1485 public WifiStatus answer(String ifname) { method in class:HalDeviceManagerTest.RemoveXxxIfaceAnswer
1497 public void answer(IWifiIface.getNameCallback cb) { method in class:HalDeviceManagerTest.GetNameAnswer
1509 public void answer(IWifiIface.getTypeCallback cb) { method in class:HalDeviceManagerTest.GetTypeAnswer
[all...]
H A DSupplicantStaIfaceHalTest.java226 public void answer(ISupplicantStaIface.listNetworksCallback cb) {
232 public void answer(final int networkId, ISupplicantStaIface.getNetworkCallback cb) {
235 public boolean answer(
279 public void answer(ISupplicantStaIface.listNetworksCallback cb) {
285 public SupplicantStatus answer(int id) {
290 public void answer(final int networkId, ISupplicantStaIface.getNetworkCallback cb) {
293 public boolean answer(
350 public void answer(ISupplicantStaIface.listNetworksCallback cb) {
368 public void answer(ISupplicantStaIface.listNetworksCallback cb) {
374 public void answer(fina
1447 public void answer(ISupplicant.listInterfacesCallback cb) { method in class:SupplicantStaIfaceHalTest.GetListInterfacesAnswer
1459 public void answer(ISupplicant.IfaceInfo iface, ISupplicant.getInterfaceCallback cb) { method in class:SupplicantStaIfaceHalTest.GetGetInterfaceAnswer
[all...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
H A DWifiAwareStateManagerTest.java2042 public boolean answer(short transactionId, int pubSubId, int requestorInstanceId, method in class:WifiAwareStateManagerTest.SendMessageQueueModelAnswer
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkPolicyManagerServiceTest.java322 public Void answer(InvocationOnMock invocation) throws Throwable {
342 public PackageInfo answer(InvocationOnMock invocation) throws Throwable {
1547 public Void answer(InvocationOnMock invocation) throws Throwable { method in class:NetworkPolicyManagerServiceTest.FutureAnswer
1678 * Custom Mockito answer used to verify async {@link INetworkPolicyListener} calls.
1699 public Void answer(InvocationOnMock invocation) throws Throwable { method in class:NetworkPolicyManagerServiceTest.NetworkPolicyListenerAnswer
1700 Log.d(TAG,"counting down on answer: " + invocation);
/frameworks/base/telecomm/java/android/telecom/
H A DConnectionService.java84 * receives call-commands such as answer, reject, hold and disconnect.
287 public void answer(String callId, Session.Info sessionInfo) {
723 answer((String) args.arg1);
1436 findConnectionForAction(callId, "answer").onAnswer(videoState);
1439 private void answer(String callId) { method in class:ConnectionService
1440 Log.d(this, "answer %s", callId);
1441 findConnectionForAction(callId, "answer").onAnswer();
H A DRemoteConnection.java910 * Instructs this {@link Connection#STATE_RINGING} {@code RemoteConnection} to answer.
912 public void answer() { method in class:RemoteConnection
915 mConnectionService.answer(mConnectionId, null /*Session.Info*/);
922 * Instructs this {@link Connection#STATE_RINGING} {@code RemoteConnection} to answer.
923 * @param videoState The video state in which to answer the call.
926 public void answer(int videoState) { method in class:RemoteConnection
H A DCall.java1068 * Instructs this {@link #STATE_RINGING} {@code Call} to answer.
1069 * @param videoState The video state in which to answer the call.
1071 public void answer(int videoState) { method in class:Call
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceHalTest.java230 public void answer(ISupplicantIface.getNameCallback cb) throws RemoteException {
249 public void answer(ISupplicantIface.getNameCallback cb) throws RemoteException {
266 public void answer(ISupplicantIface.getNameCallback cb) throws RemoteException {
561 public void answer(byte[] peer, int method, String pin, boolean joinExisting,
617 public void answer(byte[] peer, int method, String pin, boolean joinExisting,
661 public void answer(byte[] peer, int method, String pin, boolean joinExisting,
943 public void answer(ISupplicantP2pIface.getDeviceAddressCallback cb) {
967 public void answer(ISupplicantP2pIface.getDeviceAddressCallback cb) {
989 public void answer(ISupplicantP2pIface.getDeviceAddressCallback cb) {
1022 public void answer(byt
2610 public void answer(ISupplicant.IfaceInfo iface, ISupplicant.getInterfaceCallback cb) { method in class:SupplicantP2pIfaceHalTest.GetGetInterfaceAnswer
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java847 public T answer(InvocationOnMock invocation) throws Throwable { method in class:BaseShortcutManagerTest.AnswerWithSystemCheck
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 8490 milliseconds