Home
last modified time | relevance | path

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

/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/model/
DWorkTypeConverters.java261 ObjectOutputStream objectOutputStream = null; in contentUriTriggersToByteArray() local
263 objectOutputStream = new ObjectOutputStream(outputStream); in contentUriTriggersToByteArray()
264 objectOutputStream.writeInt(triggers.size()); in contentUriTriggersToByteArray()
266 objectOutputStream.writeUTF(trigger.getUri().toString()); in contentUriTriggersToByteArray()
267 objectOutputStream.writeBoolean(trigger.shouldTriggerForDescendants()); in contentUriTriggersToByteArray()
272 if (objectOutputStream != null) { in contentUriTriggersToByteArray()
274 objectOutputStream.close(); in contentUriTriggersToByteArray()
/frameworks/support/work/workmanager/src/main/java/androidx/work/
DData.java297 ObjectOutputStream objectOutputStream = null; in toByteArray() local
299 objectOutputStream = new ObjectOutputStream(outputStream); in toByteArray()
300 objectOutputStream.writeInt(data.size()); in toByteArray()
302 objectOutputStream.writeUTF(entry.getKey()); in toByteArray()
303 objectOutputStream.writeObject(entry.getValue()); in toByteArray()
308 if (objectOutputStream != null) { in toByteArray()
310 objectOutputStream.close(); in toByteArray()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...