Home
last modified time | relevance | path

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

/cts/tests/suspendapps/test-apps/SuspendTestApp/aidl/com/android/suspendapps/suspendtestapp/
DIBroadcastReporter.aidl21 void onBroadcastReceived(in Intent intent); in onBroadcastReceived() method
/cts/tests/suspendapps/test-apps/SuspendTestApp/src/com/android/suspendapps/suspendtestapp/
DTestService.java116 reporter.onBroadcastReceived(intent); in reportBroadcastIfNeeded()
/cts/tests/suspendapps/tests/src/android/suspendapps/cts/
DTestAppInterface.java145 public void onBroadcastReceived(Intent intent) throws RemoteException { in register()