Searched refs:mSaveBlobsInfoRunnable (Results 1 – 1 of 1) sorted by relevance
180 private final Runnable mSaveBlobsInfoRunnable = this::writeBlobsInfo; field in BlobStoreManagerService975 if (!mHandler.hasCallbacks(mSaveBlobsInfoRunnable)) { in writeBlobsInfoAsync()976 mHandler.post(mSaveBlobsInfoRunnable); in writeBlobsInfoAsync()