HomeSort by relevance Sort by last modified time
    Searched refs:sInstance (Results 51 - 75 of 551) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
Config.java 28 private static AlbumSetPage sInstance;
37 if (sInstance == null) {
38 sInstance = new AlbumSetPage(context);
40 return sInstance;
82 private static AlbumPage sInstance;
88 if (sInstance == null) {
89 sInstance = new AlbumPage(context);
91 return sInstance;
107 private static ManageCachePage sInstance;
113 if (sInstance == null)
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/include/
Hwcomposer.h 93 Hwcomposer *instance = sInstance;
96 sInstance = instance;
98 return *sInstance;
101 delete sInstance;
102 sInstance = NULL;
130 static Hwcomposer *sInstance;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
Hwcomposer.h 86 Hwcomposer *instance = sInstance;
89 sInstance = instance;
91 return *sInstance;
94 delete sInstance;
95 sInstance = NULL;
117 static Hwcomposer *sInstance;
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiInjector.java 28 public static final WifiInjector sInstance = new WifiInjector();
32 return LazyHolder.sInstance;
  /packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/utils/
StatsUtilsManager.java 28 private static final StatsUtilsManager sInstance = new StatsUtilsManager();
35 return sTestInstance != null ? sTestInstance : sInstance;
  /hardware/intel/common/utils/media_resource_manager/omx_adaptor/
OMX_adaptor.h 50 if (sInstance) {
51 delete sInstance;
52 sInstance = NULL;
111 static MRM_OMX_Adaptor* sInstance;
  /packages/apps/Camera2/src_pd/com/android/camera/stats/
UsageStatistics.java 33 private static UsageStatistics sInstance;
36 if (sInstance == null) {
37 sInstance = new UsageStatistics();
39 return sInstance;
  /packages/apps/Email/provider_src/com/android/email/
ResourceHelper.java 30 private static ResourceHelper sInstance;
53 if (sInstance == null) {
54 sInstance = new ResourceHelper(context);
56 return sInstance;
  /packages/apps/TV/src/com/android/tv/util/
SearchManagerHelper.java 35 private static SearchManagerHelper sInstance;
46 if (sInstance == null) {
47 sInstance = new SearchManagerHelper(context.getApplicationContext());
49 return sInstance;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/permissions/
PermissionsManager.java 43 private static PermissionsManager sInstance;
51 if (sInstance == null) {
52 sInstance = new PermissionsManager(context);
54 return sInstance;
  /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
LauncherStrategyFactory.java 33 private static LauncherStrategyFactory sInstance;
55 if (sInstance == null) {
56 sInstance = new LauncherStrategyFactory(uiDevice);
58 return sInstance;
  /system/core/fingerprintd/
FingerprintDaemonProxy.h 28 if (sInstance == NULL) {
29 sInstance = new FingerprintDaemonProxy();
31 return sInstance;
56 static FingerprintDaemonProxy* sInstance;
  /system/vold/
NetlinkManager.h 27 static NetlinkManager *sInstance;
  /platform_testing/libraries/base-app-helpers/src/android/platform/test/helpers/
HelperManager.java 58 private static HelperManager sInstance;
69 if (sInstance == null) {
79 sInstance = new HelperManager(context.getPackageCodePath(), instr);
81 return sInstance;
94 if (sInstance == null) {
105 sInstance = new HelperManager(path, instr);
107 return sInstance;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
FalsingLog.java 65 private static FalsingLog sInstance;
105 if (sInstance == null) {
106 sInstance = new FalsingLog();
109 if (sInstance.mLog.size() >= MAX_SIZE) {
110 sInstance.mLog.removeFirst();
112 String entry = new StringBuilder().append(sInstance.mFormat.format(new Date()))
115 sInstance.mLog.add(entry);
125 if (sInstance == null || sInstance.mLog.isEmpty()) {
130 for (String s : sInstance.mLog)
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/compat/
AppWidgetManagerCompat.java 40 private static AppWidgetManagerCompat sInstance;
45 if (sInstance == null) {
47 sInstance = new AppWidgetManagerCompatVL(context.getApplicationContext());
49 sInstance = new AppWidgetManagerCompatV16(context.getApplicationContext());
52 return sInstance;
LauncherAppsCompat.java 49 private static LauncherAppsCompat sInstance;
54 if (sInstance == null) {
56 sInstance = new LauncherAppsCompatVL(context.getApplicationContext());
58 sInstance = new LauncherAppsCompatV16(context.getApplicationContext());
61 return sInstance;
  /cts/tests/tests/drm/src/android/drm/cts/configs/
FwdLockConfig.java 24 private static FwdLockConfig sInstance = new FwdLockConfig();
27 return sInstance;
PassthruConfig.java 24 private static PassthruConfig sInstance = new PassthruConfig();
27 return sInstance;
  /frameworks/base/core/java/android/animation/
ArgbEvaluator.java 24 private static final ArgbEvaluator sInstance = new ArgbEvaluator();
35 return sInstance;
  /frameworks/base/core/java/android/text/
Editable.java 128 private static Editable.Factory sInstance = new Editable.Factory();
134 return sInstance;
  /frameworks/base/services/tests/servicestests/src/com/android/server/
AccessibilityManagerServiceTest.java 206 MockAccessibilityService service = MyFirstMockAccessibilityService.sInstance;
236 MockAccessibilityService service = MyFirstMockAccessibilityService.sInstance;
266 MockAccessibilityService service = MyFirstMockAccessibilityService.sInstance;
296 MockAccessibilityService service = MyFirstMockAccessibilityService.sInstance;
347 MockAccessibilityService firstService = MyFirstMockAccessibilityService.sInstance;
353 MockAccessibilityService secondService = MySecondMockAccessibilityService.sInstance;
391 MockAccessibilityService firstService = MyFirstMockAccessibilityService.sInstance;
395 MockAccessibilityService secondService = MySecondMockAccessibilityService.sInstance;
430 MockAccessibilityService firstService = MyFirstMockAccessibilityService.sInstance;
436 MockAccessibilityService secondService = MySecondMockAccessibilityService.sInstance;
    [all...]
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
PresencePreferences.java 37 private static PresencePreferences sInstance;
53 if (null == sInstance) {
54 sInstance = new PresencePreferences();
56 return sInstance;
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
NsdResolveQueue.java 31 /** Lock for {@link #sInstance} */
36 private static NsdResolveQueue sInstance;
47 if (sInstance == null) {
48 sInstance = new NsdResolveQueue();
51 return sInstance;
  /frameworks/base/services/core/java/com/android/server/fingerprint/
FingerprintUtils.java 38 private static FingerprintUtils sInstance;
45 if (sInstance == null) {
46 sInstance = new FingerprintUtils();
49 return sInstance;

Completed in 1417 milliseconds

1 23 4 5 6 7 8 91011>>