OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ActionExecutedListener
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ActionMonitor.java
40
* - will trigger
ActionExecutedListener
once local processing complete and
50
public interface
ActionExecutedListener
{
139
private
ActionExecutedListener
mExecutedListener;
219
protected final void setExecutedListener(final
ActionExecutedListener
listener) {
366
ActionExecutedListener
executedListener = null;
378
ActionExecutedListener
listener = null;
Action.java
27
import com.android.messaging.datamodel.action.ActionMonitor.
ActionExecutedListener
;
54
* @return result to be passed in to {@link
ActionExecutedListener
#onActionExecuted}. It is
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
ActionServiceSystemTest.java
35
import com.android.messaging.datamodel.action.ActionMonitor.
ActionExecutedListener
;
45
implements ActionCompletedListener,
ActionExecutedListener
, FakeContextHost {
430
final ActionCompletedListener completed, final
ActionExecutedListener
executed) {
Completed in 64 milliseconds