Searched refs:mOwnerThread (Results 1 – 3 of 3) sorted by relevance
44 private Thread mOwnerThread; field in MutexFileProvider63 if (mOwnerThread == Thread.currentThread()) { in acquireFile()68 if (mOwnerThread != null && mOnReleaseRequestCallback != null) { in acquireFile()73 while (mOwnerThread != null) { in acquireFile()82 mOwnerThread = Thread.currentThread(); in acquireFile()86 Log.i(LOG_TAG, "Acquired file: " + mFile + " by thread: " + mOwnerThread); in acquireFile()95 if (mOwnerThread != Thread.currentThread()) { in releaseFile()100 Log.i(LOG_TAG, "Released file: " + mFile + " from thread: " + mOwnerThread); in releaseFile()104 mOwnerThread = null; in releaseFile()
265 private final Thread mOwnerThread; field in AbsListView934 mOwnerThread = Thread.currentThread(); in AbsListView()957 mOwnerThread = Thread.currentThread(); in AbsListView()1480 return mOwnerThread == Thread.currentThread(); in isOwnerThread()
65177 Landroid/widget/AbsListView;->mOwnerThread:Ljava/lang/Thread;