Home
last modified time | relevance | path

Searched refs:onReceivedEventFromCaller (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/assist/testapp/src/android/assist/testapp/
DLifecycleActivity.java33 protected void onReceivedEventFromCaller(Bundle results, String action) { in onReceivedEventFromCaller() method in LifecycleActivity
34 super.onReceivedEventFromCaller(results, action); in onReceivedEventFromCaller()
DTextViewActivity.java44 protected void onReceivedEventFromCaller(Bundle results, String action) { in onReceivedEventFromCaller() method in TextViewActivity
45 super.onReceivedEventFromCaller(results, action); in onReceivedEventFromCaller()
/cts/tests/tests/assist/common/src/android/assist/common/
DBaseRemoteCallbackActivity.java62 onReceivedEventFromCaller(results, action); in registerReceivingCallback()
75 protected void onReceivedEventFromCaller(Bundle results, String action) { in onReceivedEventFromCaller() method in BaseRemoteCallbackActivity