Searched refs:StoreWriteQueueItem (Results 1 – 2 of 2) sorted by relevance
58 private final ArrayDeque<StoreWriteQueueItem> mStoreQueueItems = new ArrayDeque<>();128 final StoreWriteQueueItem item = mStoreQueueItems.poll(); in ensureStoreQueueDepthLocked()217 StoreWriteQueueItem createStoreWriteQueueItem(int id, int userId, TaskSnapshot snapshot, in createStoreWriteQueueItem()219 return new StoreWriteQueueItem(id, userId, snapshot, provider); in createStoreWriteQueueItem()222 class StoreWriteQueueItem extends WriteQueueItem { class in SnapshotPersistQueue227 StoreWriteQueueItem(int id, int userId, TaskSnapshot snapshot, in StoreWriteQueueItem() method in SnapshotPersistQueue.StoreWriteQueueItem
11335 HPLcom/android/server/wm/SnapshotPersistQueue$StoreWriteQueueItem;->writeBuffer()Z11336 HPLcom/android/server/wm/SnapshotPersistQueue$StoreWriteQueueItem;->writeProto()Z