Searched refs:taskBundle (Results 1 – 8 of 8) sorted by relevance
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/internal/ |
| H A D | DevMenuModule.kt | 59 val taskBundle = Bundle() in getInitialProps() constant 61 taskBundle.putString("manifestUrl", getManifestUrl()) in getInitialProps() 62 taskBundle.putString("manifestString", manifest?.toString()) in getInitialProps() 64 bundle.putBundle("task", taskBundle) in getInitialProps()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/internal/ |
| H A D | DevMenuModule.kt | 59 val taskBundle = Bundle() in getInitialProps() constant 61 taskBundle.putString("manifestUrl", getManifestUrl()) in getInitialProps() 62 taskBundle.putString("manifestString", manifest?.toString()) in getInitialProps() 64 bundle.putBundle("task", taskBundle) in getInitialProps()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/internal/ |
| H A D | DevMenuModule.kt | 59 val taskBundle = Bundle() in getInitialProps() constant 61 taskBundle.putString("manifestUrl", getManifestUrl()) in getInitialProps() 62 taskBundle.putString("manifestString", manifest?.toString()) in getInitialProps() 64 bundle.putBundle("task", taskBundle) in getInitialProps()
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/internal/ |
| H A D | DevMenuModule.kt | 59 val taskBundle = Bundle() in getInitialProps() constant 61 taskBundle.putString("manifestUrl", getManifestUrl()) in getInitialProps() 62 taskBundle.putString("manifestString", manifest?.toString()) in getInitialProps() 64 bundle.putBundle("task", taskBundle) in getInitialProps()
|
| /expo/packages/expo-task-manager/android/src/main/java/expo/modules/taskManager/ |
| H A D | TaskService.java | 171 Bundle taskBundle = new Bundle(); in getTasksForAppScopeKey() local 173 taskBundle.putString("taskName", task.getName()); in getTasksForAppScopeKey() 174 taskBundle.putString("taskType", task.getConsumer().taskType()); in getTasksForAppScopeKey() 175 taskBundle.putBundle("options", task.getOptionsBundle()); in getTasksForAppScopeKey() 177 tasks.add(taskBundle); in getTasksForAppScopeKey()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/taskManager/ |
| H A D | TaskService.java | 171 Bundle taskBundle = new Bundle(); in getTasksForAppScopeKey() local 173 taskBundle.putString("taskName", task.getName()); in getTasksForAppScopeKey() 174 taskBundle.putString("taskType", task.getConsumer().taskType()); in getTasksForAppScopeKey() 175 taskBundle.putBundle("options", task.getOptionsBundle()); in getTasksForAppScopeKey() 177 tasks.add(taskBundle); in getTasksForAppScopeKey()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/taskManager/ |
| H A D | TaskService.java | 171 Bundle taskBundle = new Bundle(); in getTasksForAppScopeKey() local 173 taskBundle.putString("taskName", task.getName()); in getTasksForAppScopeKey() 174 taskBundle.putString("taskType", task.getConsumer().taskType()); in getTasksForAppScopeKey() 175 taskBundle.putBundle("options", task.getOptionsBundle()); in getTasksForAppScopeKey() 177 tasks.add(taskBundle); in getTasksForAppScopeKey()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/taskManager/ |
| H A D | TaskService.java | 171 Bundle taskBundle = new Bundle(); in getTasksForAppScopeKey() local 173 taskBundle.putString("taskName", task.getName()); in getTasksForAppScopeKey() 174 taskBundle.putString("taskType", task.getConsumer().taskType()); in getTasksForAppScopeKey() 175 taskBundle.putBundle("options", task.getOptionsBundle()); in getTasksForAppScopeKey() 177 tasks.add(taskBundle); in getTasksForAppScopeKey()
|