Home
last modified time | relevance | path

Searched refs:mInstance (Results 1 – 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DCursorAnchorInfoCompatWrapper.java119 private final CursorAnchorInfo mInstance; field in CursorAnchorInfoCompatWrapper.RealWrapper
122 mInstance = info; in RealWrapper()
127 return mInstance.getSelectionStart(); in getSelectionStart()
132 return mInstance.getSelectionEnd(); in getSelectionEnd()
137 return mInstance.getComposingText(); in getComposingText()
142 return mInstance.getComposingTextStart(); in getComposingTextStart()
147 return mInstance.getMatrix(); in getMatrix()
152 return mInstance.getCharacterBounds(index); in getCharacterBounds()
157 return mInstance.getCharacterBoundsFlags(index); in getCharacterBoundsFlags()
162 return mInstance.getInsertionMarkerBaseline(); in getInsertionMarkerBaseline()
[all …]
/packages/apps/Calendar/src/com/android/calendar/
DContactsAsyncHelper.java43 private static ContactsAsyncHelper mInstance = null; field in ContactsAsyncHelper
160 if (mInstance == null) { in updateImageViewWithContactPhotoAsync()
161 mInstance = new ContactsAsyncHelper(); in updateImageViewWithContactPhotoAsync()
209 if (mInstance == null) { in retrieveContactPhotoAsync()
210 mInstance = new ContactsAsyncHelper(); in retrieveContactPhotoAsync()
/packages/apps/UnifiedEmail/src/com/android/mail/analytics/
DAnalyticsTimer.java43 private static final AnalyticsTimer mInstance = new AnalyticsTimer(); field in AnalyticsTimer
48 return mInstance; in getInstance()
/packages/apps/Stk/src/com/android/stk/
DStkInputActivity.java81 Activity mInstance = null; field in StkInputActivity
90 appService.getStkContext(mSlotId).setPendingActivityInstance(mInstance);
144 mInstance = this; in onCreate()
DStkMenuActivity.java56 Activity mInstance = null; field in StkMenuActivity
88 appService.getStkContext(mSlotId).setPendingActivityInstance(mInstance);
106 mInstance = this; in onCreate()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java444 private static CalendarProvider2 mInstance; field in CalendarProvider2
496 return mInstance; in getInstance()
523 mInstance = this; in initialize()