OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sInstance
(Results
51 - 75
of
185
) sorted by null
1
2
3
4
5
6
7
8
/packages/apps/Browser/src/com/android/browser/
WebViewTimersControl.java
32
private static WebViewTimersControl
sInstance
;
44
if (
sInstance
== null) {
45
sInstance
= new WebViewTimersControl();
47
return
sInstance
;
AutoFillProfileDatabase.java
34
private static AutoFillProfileDatabase
sInstance
;
87
if (
sInstance
== null) {
88
sInstance
= new AutoFillProfileDatabase(context);
90
return
sInstance
;
/packages/apps/Mms/src/com/android/mms/layout/
LayoutManager.java
35
private static LayoutManager
sInstance
;
71
if (
sInstance
!= null) {
74
sInstance
= new LayoutManager(context);
78
if (
sInstance
== null) {
81
return
sInstance
;
/packages/apps/UnifiedEmail/src/com/android/mail/analytics/
Analytics.java
50
private static Tracker
sInstance
;
57
if (
sInstance
== null) {
58
sInstance
= new StubTracker();
61
return
sInstance
;
66
sInstance
= t;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AudioAndHapticFeedbackManager.java
40
private static final AudioAndHapticFeedbackManager
sInstance
=
44
return
sInstance
;
52
sInstance
.initInternal(context);
RichInputMethodManager.java
50
private static final RichInputMethodManager
sInstance
= new RichInputMethodManager();
62
sInstance
.checkInitialized();
63
return
sInstance
;
68
sInstance
.initInternal(context, prefs);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DefaultCallLogInsertionHelper.java
42
private static DefaultCallLogInsertionHelper
sInstance
;
52
if (
sInstance
== null) {
53
sInstance
= new DefaultCallLogInsertionHelper(context);
55
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
;
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
AdtTestData.java
38
private static AdtTestData
sInstance
= null;
104
if (
sInstance
== null) {
105
sInstance
= new AdtTestData();
107
return
sInstance
;
/system/vold/
VolumeManager.h
55
static VolumeManager *
sInstance
;
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
BrowserStartupController.java
57
private static BrowserStartupController
sInstance
;
74
if (
sInstance
!= null) {
75
sInstance
.executeEnqueuedCallbacks(result, NOT_ALREADY_STARTED);
121
if (
sInstance
== null) {
122
sInstance
= new BrowserStartupController(context.getApplicationContext());
124
return
sInstance
;
129
if (
sInstance
== null) {
130
sInstance
= controller;
132
return
sInstance
;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaSubscriptionSourceManager.java
45
private static CdmaSubscriptionSourceManager
sInstance
;
75
if (null ==
sInstance
) {
76
sInstance
= new CdmaSubscriptionSourceManager(context, ci);
80
sInstance
.registerForCdmaSubscriptionSourceChanged(h, what, obj);
81
return
sInstance
;
94
sInstance
= null;
/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
;
/development/ndk/platforms/android-4/samples/san-angeles/jni/
app-win32.c
41
static HINSTANCE
sInstance
;
219
sInstance
= instance;
226
wc.hInstance =
sInstance
;
/frameworks/base/core/java/android/net/http/
CertificateChainValidator.java
46
private static final CertificateChainValidator
sInstance
56
return
sInstance
;
/frameworks/base/core/java/android/view/
AccessibilityIterators.java
71
private static CharacterTextSegmentIterator
sInstance
;
78
if (
sInstance
== null) {
79
sInstance
= new CharacterTextSegmentIterator(locale);
81
return
sInstance
;
168
private static WordTextSegmentIterator
sInstance
;
171
if (
sInstance
== null) {
172
sInstance
= new WordTextSegmentIterator(locale);
174
return
sInstance
;
258
private static ParagraphTextSegmentIterator
sInstance
;
261
if (
sInstance
== null)
[
all
...]
/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);
/frameworks/base/services/java/com/android/server/
AttributeCache.java
37
private static AttributeCache
sInstance
= null;
65
if (
sInstance
== null) {
66
sInstance
= new AttributeCache(context);
71
return
sInstance
;
/frameworks/opt/telephony/src/java/android/telephony/gsm/
SmsManager.java
30
private static SmsManager
sInstance
;
40
if (
sInstance
== null) {
41
sInstance
= new SmsManager();
43
return
sInstance
;
/hardware/qcom/display/msm8960/liboverlay/
overlay.h
149
static Overlay *
sInstance
;
/hardware/qcom/display/msm8x26/liboverlay/
overlay.h
149
static Overlay *
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/Gallery2/src/com/android/photos/data/
GalleryBitmapPool.java
65
private static GalleryBitmapPool
sInstance
= new GalleryBitmapPool(CAPACITY_BYTES);
68
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
;
/packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothManager.java
32
private static LocalBluetoothManager
sInstance
;
52
if (
sInstance
== null) {
59
sInstance
= new LocalBluetoothManager(adapter, appContext);
62
return
sInstance
;
Completed in 2287 milliseconds
1
2
3
4
5
6
7
8