Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/download/
H A DDownloadManagerService.java141 private long mNativeDownloadManagerService; field in DownloadManagerService
1091 if (mNativeDownloadManagerService == 0) { in getNativeDownloadManagerService()
1093 mNativeDownloadManagerService = DownloadManagerServiceJni.get().init( in getNativeDownloadManagerService()
1097 return mNativeDownloadManagerService; in getNativeDownloadManagerService()
1104 mNativeDownloadManagerService, DownloadManagerService.this, profile); in onProfileAdded()