sSync is for the variables that are static, mSync are for the variables that are per-Context-instance. That is, these are for the corresponding variables with the same prefix.
On Sun, Apr 24, 2011 at 4:53 AM, Dudero <[email protected]> wrote: > Hello, > > I want to add my Manager into the ApplicationContext, to get it via > getSystemService(Context.MY_SERVICE). > > /frameworks/base/core/java/android/app/ApplicationContext.java > > So I added a getMyManager-method like the others, but I do not > understand the difference between the "sSync" and "mSync" lock- > objects: which is for what? > > > Greetz > Dudero > > -- > unsubscribe: [email protected] > website: http://groups.google.com/group/android-porting > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
