Home
last modified time | relevance | path

Searched defs:executed (Results 1 – 4 of 4) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsTaskSchedulerTest.java33 final List<String> executed = new ArrayList<>(); field in ContactsTaskSchedulerTest.MyContactsTaskScheduler
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DActionServiceTest.java245 final ActionStateChangedListener listener, final ActionCompletedListener executed) { in TestChatActionMonitor()
DActionServiceSystemTest.java424 final ActionCompletedListener completed, final ActionExecutedListener executed) { in TestChatActionMonitor()
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DActionMonitor.java364 final void executed(final Action action, in executed() method in ActionMonitor