Searched refs:mBound (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DStorageMeasurement.java293 private volatile boolean mBound = false; field in class:StorageMeasurement.MeasurementHandler
305 mBound = true;
311 mBound = false;
336 if (mBound) {
355 if (mBound) {
361 mBound = false;
/packages/apps/Nfc/src/com/android/nfc/handover/
H A DHandoverManager.java87 boolean mBound; field in class:HandoverManager
136 mBound = true;
173 mBound = false;
225 if (mBound && (force || (!mBluetoothHeadsetPending && mPendingTransfers.isEmpty()))) {
228 mBound = false;
382 if (!mBound || mService == null) {

Completed in 109 milliseconds