Searched refs:mInUse (Results 1 – 4 of 4) sorted by relevance
36 private final ArraySet<ContentProvider> mInUse = new ArraySet<>(); field in TestableContentResolver88 if (mInUse.contains(provider)) { in releaseProvider()89 mInUse.remove(provider); in releaseProvider()108 if (mInUse.contains(icp)) { in releaseUnstableProvider()109 mInUse.remove(icp); in releaseUnstableProvider()118 if (mInUse.contains(icp)) { in unstableProviderDied()
880 if (!statement.mInUse) { in acquirePreparedStatement()907 statement.mInUse = true; in acquirePreparedStatement()912 statement.mInUse = false; in releasePreparedStatement()1250 public boolean mInUse; field in SQLiteConnection.PreparedStatement1263 if (!oldValue.mInUse) { in entryRemoved()
1799 slot->mInUse = true; in process()1803 slot->mInUse = true; in process()1807 slot->mInUse = true; in process()1811 slot->mInUse = true; in process()1816 slot->mInUse = true; in process()1820 slot->mInUse = true; in process()1825 slot->mInUse = true; in process()1832 slot->mInUse = false; in process()1834 slot->mInUse = true; in process()1839 slot->mInUse = true; in process()[all …]
884 inline bool isInUse() const { return mInUse; } in isInUse()902 bool mInUse; variable