Searched refs:mIsMtpServiceBound (Results 1 – 1 of 1) sorted by relevance
603 private boolean mIsMtpServiceBound = false; field in UsbDeviceManager.UsbHandler1033 + ", mIsMtpServiceBound: " + mIsMtpServiceBound in updateMtpFunction()1039 } else if (mIsMtpServiceBound) { in updateMtpFunction()1051 mIsMtpServiceBound = mContext.bindServiceAsUser( in bindToMtpService()1063 if (!mIsMtpServiceBound) { in bindToMtpService()1068 if (DEBUG && mIsMtpServiceBound) Slog.d(TAG, "Successfully bound to MtpService"); in bindToMtpService()1075 mIsMtpServiceBound = false; in unbindMtpService()