Searched refs:mInstance (Results 1 – 6 of 6) sorted by relevance
88 return sCursorAnchorInfoClass.exists() && mInstance != null; in isAvailable()91 private Object mInstance; field in CursorAnchorInfoCompatWrapper94 mInstance = instance; in CursorAnchorInfoCompatWrapper()115 return sGetSelectionStartMethod.invoke(mInstance); in getSelectionStart()119 return sGetSelectionEndMethod.invoke(mInstance); in getSelectionEnd()123 return sGetComposingTextMethod.invoke(mInstance); in getComposingText()127 return sGetComposingTextStartMethod.invoke(mInstance); in getComposingTextStart()131 return sGetMatrixMethod.invoke(mInstance); in getMatrix()135 return sGetCharacterBoundsMethod.invoke(mInstance, index); in getCharacterBounds()139 return sGetCharacterBoundsFlagsMethod.invoke(mInstance, index); in getCharacterBoundsFlags()[all …]
43 private static ContactsAsyncHelper mInstance = null; field in ContactsAsyncHelper160 if (mInstance == null) { in updateImageViewWithContactPhotoAsync()161 mInstance = new ContactsAsyncHelper(); in updateImageViewWithContactPhotoAsync()209 if (mInstance == null) { in retrieveContactPhotoAsync()210 mInstance = new ContactsAsyncHelper(); in retrieveContactPhotoAsync()
81 Activity mInstance = null; field in StkInputActivity90 appService.getStkContext(mSlotId).setPendingActivityInstance(mInstance);144 mInstance = this; in onCreate()
56 Activity mInstance = null; field in StkMenuActivity88 appService.getStkContext(mSlotId).setPendingActivityInstance(mInstance);106 mInstance = this; in onCreate()
43 private static final AnalyticsTimer mInstance = new AnalyticsTimer(); field in AnalyticsTimer48 return mInstance; in getInstance()
449 private static CalendarProvider2 mInstance; field in CalendarProvider2501 return mInstance; in getInstance()528 mInstance = this; in initialize()