HomeSort by relevance Sort by last modified time
    Searched refs:sInstance (Results 76 - 100 of 182) sorted by null

1 2 34 5 6 7 8

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardTouchDelegate.java 44 private static KeyguardTouchDelegate sInstance;
63 sInstance = null; // force reconnection if this goes away
80 KeyguardTouchDelegate instance = sInstance;
82 instance = sInstance = new KeyguardTouchDelegate(context);
  /packages/apps/Contacts/src/com/android/contacts/list/
ProviderStatusWatcher.java 73 private static ProviderStatusWatcher sInstance;
100 if (sInstance == null) {
101 sInstance = new ProviderStatusWatcher(context);
103 return sInstance;
  /packages/apps/Email/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/InCallUI/src/com/android/incallui/
CallCommandClient.java 31 private static CallCommandClient sInstance;
34 if (sInstance == null) {
35 sInstance = new CallCommandClient();
37 return sInstance;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
HanziToPinyin.java 36 private static HanziToPinyin sInstance;
90 if (sInstance == null) {
91 sInstance = new HanziToPinyin();
93 return sInstance;
  /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;
  /frameworks/base/core/java/com/android/internal/view/
InputConnectionWrapper.java 46 private static InputContextCallback sInstance = new InputContextCallback();
57 // Return sInstance if it's non-null, otherwise construct a new callback
59 if (sInstance != null) {
60 callback = sInstance;
61 sInstance = null;
80 // If sInstance is non-null, just let this object be garbage-collected
81 if (sInstance == null) {
86 sInstance = this;
  /packages/apps/Browser/src/com/android/browser/
CrashRecoveryHandler.java 53 private static CrashRecoveryHandler sInstance;
64 if (sInstance == null) {
65 sInstance = new CrashRecoveryHandler(controller);
67 sInstance.mController = controller;
69 return sInstance;
73 return sInstance;
Preloader.java 36 private static Preloader sInstance;
44 sInstance = new Preloader(context);
48 return sInstance;
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
ResolveCache.java 66 private static ResolveCache sInstance;
73 if (sInstance == null) {
75 sInstance = new ResolveCache(applicationContext);
83 applicationContext.registerReceiver(sInstance.mPackageIntentReceiver, filter);
85 return sInstance;
89 sInstance = null;
  /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;
  /frameworks/base/core/java/android/text/method/
PasswordTransformationMethod.java 64 if (sInstance != null)
65 return sInstance;
67 sInstance = new PasswordTransformationMethod();
68 return sInstance;
265 private static PasswordTransformationMethod sInstance;
LinkMovementMethod.java 251 if (sInstance == null)
252 sInstance = new LinkMovementMethod();
254 return sInstance;
257 private static LinkMovementMethod sInstance;
MultiTapKeyListener.java 38 private static MultiTapKeyListener[] sInstance =
74 if (sInstance[off] == null) {
75 sInstance[off] = new MultiTapKeyListener(cap, autotext);
78 return sInstance[off];
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java     [all...]
  /packages/services/Telephony/src/com/android/phone/
Ringer.java 53 private static Ringer sInstance;
76 if (sInstance == null) {
77 sInstance = new Ringer(context, bluetoothManager);
79 Log.wtf(LOG_TAG, "init() called multiple times! sInstance = " + sInstance);
81 return sInstance;
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
ResourceModifiers.java 49 private static ResourceModifiers sInstance = null;
50 public static ResourceModifiers instance() { return sInstance; }
52 sInstance = new ResourceModifiers(resources);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatService.java 75 private static CatService sInstance;
550 if (sInstance == null) {
557 sInstance = new CatService(ci, ca, ir, context, fh, ic);
558 CatLog.d(sInstance, "NEW sInstance");
561 mIccRecords.unregisterForRecordsLoaded(sInstance);
565 mUiccApplication.unregisterForReady(sInstance);
567 CatLog.d(sInstance,
573 mIccRecords.registerForRecordsLoaded(sInstance, MSG_ID_ICC_RECORDS_LOADED, null);
574 mUiccApplication.registerForReady(sInstance, MSG_ID_SIM_READY, null)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibilityUtils.java 47 private static final AccessibilityUtils sInstance = new AccessibilityUtils();
70 sInstance.initInternal(inputMethod);
76 return sInstance;
  /packages/apps/Gallery2/src/com/android/photos/data/
GalleryBitmapPool.java 65 private static GalleryBitmapPool sInstance = new GalleryBitmapPool(CAPACITY_BYTES);
68 return sInstance;
  /frameworks/base/core/java/android/net/
EthernetDataTracker.java 57 private static EthernetDataTracker sInstance;
185 if (sInstance == null) sInstance = new EthernetDataTracker();
186 return sInstance;
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityManager.java 80 private static AccessibilityManager sInstance;
166 if (sInstance == null) {
181 sInstance = new AccessibilityManager(context, service, userId);
184 return sInstance;
  /frameworks/opt/mms/src/java/com/google/android/mms/util/
PduCache.java 50 private static PduCache sInstance;
85 if (sInstance == null) {
89 sInstance = new PduCache();
91 return sInstance;
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorUtils.java 54 private static ContactEditorUtils sInstance;
72 if (sInstance == null) {
73 sInstance = new ContactEditorUtils(context.getApplicationContext());
75 return sInstance;
  /packages/apps/Music/src/com/android/music/
MediaAppWidgetProvider.java 39 private static MediaAppWidgetProvider sInstance;
42 if (sInstance == null) {
43 sInstance = new MediaAppWidgetProvider();
45 return sInstance;

Completed in 494 milliseconds

1 2 34 5 6 7 8