Searched refs:sInstance (Results 1 – 3 of 3) sorted by relevance
110 private static PhotoManager sInstance = null; field in PhotoManager119 sInstance = new PhotoManager();265 return sInstance; in getInstance()317 PhotoTask[] taskArray = new PhotoTask[sInstance.mDownloadWorkQueue.size()]; in cancelAll()320 sInstance.mDownloadWorkQueue.toArray(taskArray); in cancelAll()329 synchronized (sInstance) { in cancelAll()359 synchronized (sInstance) { in removeDownload()372 sInstance.mDownloadThreadPool.remove(downloaderTask.getHTTPDownloadRunnable()); in removeDownload()390 PhotoTask downloadTask = sInstance.mPhotoTaskWorkQueue.poll(); in startDownload()398 downloadTask.initializeDownloaderTask(PhotoManager.sInstance, imageView, cacheFlag); in startDownload()[all …]
37 private static ContactAccessor sInstance; field in ContactAccessor40 if (sInstance == null) { in getInstance()68 sInstance = clazz.newInstance(); in getInstance()74 return sInstance; in getInstance()
41 static HINSTANCE sInstance; variable219 sInstance = instance; in WinMain()226 wc.hInstance = sInstance; in WinMain()