Searched defs:answer (Results 1 - 11 of 11) 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 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 DMockWifiMonitor.java58 public void answer(String iface, int what, Handler handler) { method in class:MockWifiMonitor.RegisterHandlerAnswer
H A DMockAlarmManager.java140 public void answer(int type, long triggerAtMillis, String tag, method in class:MockAlarmManager.SetListenerAnswer
148 public void answer(AlarmManager.OnAlarmListener listener) { method in class:MockAlarmManager.CancelListenerAnswer
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkPolicyManagerServiceTest.java913 public Void answer() { method in class:NetworkPolicyManagerServiceTest.FutureAnswer
/frameworks/base/telecomm/java/android/telecom/
H A DConnectionService.java72 * receives call-commands such as answer, reject, hold and disconnect.
166 public void answer(String callId) {
325 answer((String) msg.obj);
806 findConnectionForAction(callId, "answer").onAnswer(videoState);
809 private void answer(String callId) { method in class:ConnectionService
810 Log.d(this, "answer %s", callId);
811 findConnectionForAction(callId, "answer").onAnswer();
H A DCall.java872 * Instructs this {@link #STATE_RINGING} {@code Call} to answer.
873 * @param videoState The video state in which to answer the call.
875 public void answer(int videoState) { method in class:Call
H A DRemoteConnection.java865 * Instructs this {@link Connection#STATE_RINGING} {@code RemoteConnection} to answer.
867 public void answer() { method in class:RemoteConnection
870 mConnectionService.answer(mConnectionId);
877 * Instructs this {@link Connection#STATE_RINGING} {@code RemoteConnection} to answer.
878 * @param videoState The video state in which to answer the call.
881 public void answer(int videoState) { method in class:RemoteConnection
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java757 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 307 milliseconds