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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/services/core/java/com/android/server/accounts/
CryptoHelper.java 35 private static CryptoHelper sInstance;
41 if (sInstance == null) {
42 sInstance = new CryptoHelper();
44 return sInstance;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyComponentFactory.java 42 private static TelephonyComponentFactory sInstance;
45 if (sInstance == null) {
46 sInstance = new TelephonyComponentFactory();
48 return sInstance;
  /frameworks/support/core-ui/java/android/support/v4/view/
AsyncLayoutInflater.java 159 private static final InflateThread sInstance;
161 sInstance = new InflateThread();
162 sInstance.start();
166 return sInstance;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/system/
Settings.java 48 static private Settings sInstance;
56 if (sInstance == null) {
57 sInstance = new Settings(context);
59 return sInstance;
  /hardware/ti/omap4-aah/libtiutils/
DebugUtils.cpp 43 Debug Debug::sInstance;
  /packages/apps/Contacts/src/com/android/contacts/list/
ProviderStatusWatcher.java 61 private static ProviderStatusWatcher sInstance;
89 if (sInstance == null) {
90 sInstance = new ProviderStatusWatcher(context);
92 return sInstance;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/location/
CountryDetector.java 49 private static CountryDetector sInstance;
131 if (sInstance == null) {
132 sInstance = new CountryDetector(context.getApplicationContext());
134 return sInstance;
  /packages/apps/Email/provider_src/com/android/email/provider/
RefreshStatusMonitor.java 32 private static RefreshStatusMonitor sInstance = null;
41 if (sInstance == null) {
42 sInstance = new RefreshStatusMonitor(context.getApplicationContext());
45 return sInstance;
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/uiflows/
EncryptionController.java 64 private static EncryptionController sInstance;
67 if (sInstance == null) {
68 sInstance = new EncryptionController(context);
70 return sInstance;
  /packages/apps/Messaging/src/com/android/messaging/ui/
ConversationDrawables.java 31 private static ConversationDrawables sInstance;
57 if (sInstance == null) {
58 sInstance = new ConversationDrawables(Factory.get().getApplicationContext());
60 return sInstance;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
HanziToPinyin.java 36 private static HanziToPinyin sInstance;
91 if (sInstance == null) {
92 sInstance = new HanziToPinyin();
94 return sInstance;
  /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
CommonLauncherHelper.java 40 private static CommonLauncherHelper sInstance;
53 if (sInstance == null) {
54 sInstance = new CommonLauncherHelper(uiDevice);
56 return sInstance;
  /system/netd/server/
NetlinkManager.cpp 52 NetlinkManager *NetlinkManager::sInstance = NULL;
55 if (!sInstance)
56 sInstance = new NetlinkManager();
57 return sInstance;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ShadowHelper.java 25 final static ShadowHelper sInstance = new ShadowHelper();
102 return sInstance;
  /packages/services/Car/service/src/com/android/car/hal/
VehicleHal.java 57 private static VehicleHal sInstance;
60 if (sInstance == null) {
63 return sInstance;
67 sInstance = new VehicleHal();
70 sInstance.init();
74 if (sInstance != null) {
75 sInstance.release();
76 sInstance = null;
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/publisher/25.2.0/
publisher-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/publisher/25.2.0-alpha7/
publisher-25.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/publisher/25.2.0-beta1/
publisher-25.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/publisher/25.2.0-beta2/
publisher-25.2.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/publisher/25.2.0-beta3/
publisher-25.2.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/publisher/25.2.0-rc1/
publisher-25.2.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/publisher/25.2.0-rc2/
publisher-25.2.0-rc2.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/publisher/25.2.1/
publisher-25.2.1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleXmlTransfer.java 67 private static final SimpleXmlTransfer sInstance = new SimpleXmlTransfer();
76 return sInstance;
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
VendorPolicyLoader.java 60 private static VendorPolicyLoader sInstance;
65 if (sInstance == null) {
67 sInstance = new VendorPolicyLoader(context);
69 return sInstance;
81 sInstance = new VendorPolicyLoader(context, apkPackageName, name, true);
91 sInstance = null;

Completed in 883 milliseconds

1 2 3 4 56 7 8 91011>>