Searched refs:sInstance (Results 1 – 6 of 6) sorted by relevance
35 private static BigTextStyleReminderAppData sInstance = null; field in MockDatabase.BigTextStyleReminderAppData48 if (sInstance == null) { in getInstance()49 sInstance = getSync(); in getInstance()52 return sInstance; in getInstance()56 if (sInstance == null) { in getSync()57 sInstance = new BigTextStyleReminderAppData(); in getSync()60 return sInstance; in getSync()106 private static BigPictureStyleSocialAppData sInstance = null; field in MockDatabase.BigPictureStyleSocialAppData123 if (sInstance == null) { in getInstance()124 sInstance = getSync(); in getInstance()[all …]
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()
38 private static Authenticator sInstance; field in MyAuthenticator42 if (sInstance == null) { in onBind()43 sInstance = new Authenticator(getApplicationContext()); in onBind()46 return sInstance.getIBinder(); in onBind()
50 private static final AlbumArtCache sInstance = new AlbumArtCache(); field in AlbumArtCache53 return sInstance; in getInstance()