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()
245 private final Thread mOwnerThread; field in AbsListView854 mOwnerThread = Thread.currentThread(); in AbsListView()874 mOwnerThread = Thread.currentThread(); in AbsListView()1397 return mOwnerThread == Thread.currentThread(); in isOwnerThread()
80249 Landroid/widget/AbsListView;->mOwnerThread:Ljava/lang/Thread;