Searched defs:mInUse (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java873 if (!statement.mInUse) {
900 statement.mInUse = true;
905 statement.mInUse = false;
1239 public boolean mInUse; field in class:SQLiteConnection.PreparedStatement
1252 if (!oldValue.mInUse) {
/frameworks/base/services/input/
H A DInputReader.h834 inline bool isInUse() const { return mInUse; }
852 bool mInUse; member in class:android::MultiTouchMotionAccumulator::Slot

Completed in 189 milliseconds