Home
last modified time | relevance | path

Searched refs:mEventsQueue (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-task-manager/android/src/main/java/expo/modules/taskManager/
H A DTaskManagerInternalModule.java29 private List<Bundle> mEventsQueue = new ArrayList<>(); field in TaskManagerInternalModule
81 if (mEventsQueue != null) { in executeTaskWithBody()
83 mEventsQueue.add(body); in executeTaskWithBody()
101 if (mEventsQueue != null) { in flushQueuedEvents()
102 for (Bundle body : mEventsQueue) { in flushQueuedEvents()
105 mEventsQueue = null; in flushQueuedEvents()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/taskManager/
H A DTaskManagerInternalModule.java29 private List<Bundle> mEventsQueue = new ArrayList<>(); field in TaskManagerInternalModule
81 if (mEventsQueue != null) { in executeTaskWithBody()
83 mEventsQueue.add(body); in executeTaskWithBody()
101 if (mEventsQueue != null) { in flushQueuedEvents()
102 for (Bundle body : mEventsQueue) { in flushQueuedEvents()
105 mEventsQueue = null; in flushQueuedEvents()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/taskManager/
H A DTaskManagerInternalModule.java29 private List<Bundle> mEventsQueue = new ArrayList<>(); field in TaskManagerInternalModule
81 if (mEventsQueue != null) { in executeTaskWithBody()
83 mEventsQueue.add(body); in executeTaskWithBody()
101 if (mEventsQueue != null) { in flushQueuedEvents()
102 for (Bundle body : mEventsQueue) { in flushQueuedEvents()
105 mEventsQueue = null; in flushQueuedEvents()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/taskManager/
H A DTaskManagerInternalModule.java29 private List<Bundle> mEventsQueue = new ArrayList<>(); field in TaskManagerInternalModule
81 if (mEventsQueue != null) { in executeTaskWithBody()
83 mEventsQueue.add(body); in executeTaskWithBody()
101 if (mEventsQueue != null) { in flushQueuedEvents()
102 for (Bundle body : mEventsQueue) { in flushQueuedEvents()
105 mEventsQueue = null; in flushQueuedEvents()