Searched refs:onReceivedEventFromCaller (Results 1 – 3 of 3) sorted by relevance
33 protected void onReceivedEventFromCaller(Bundle results, String action) { in onReceivedEventFromCaller() method in LifecycleActivity34 super.onReceivedEventFromCaller(results, action); in onReceivedEventFromCaller()
44 protected void onReceivedEventFromCaller(Bundle results, String action) { in onReceivedEventFromCaller() method in TextViewActivity45 super.onReceivedEventFromCaller(results, action); in onReceivedEventFromCaller()
62 onReceivedEventFromCaller(results, action); in registerReceivingCallback()75 protected void onReceivedEventFromCaller(Bundle results, String action) { in onReceivedEventFromCaller() method in BaseRemoteCallbackActivity