Searched refs:mUnlocked (Results 1 – 1 of 1) sorted by relevance
87 private boolean mUnlocked; field in MtpService113 mUnlocked = intent.getBooleanExtra(UsbManager.USB_DATA_UNLOCKED, false); in onStartCommand()114 if (LOGD) { Log.d(TAG, "onStartCommand intent=" + intent + " mUnlocked=" + mUnlocked); } in onStartCommand()143 mMtpDisabled = !mUnlocked || !isCurrentUser; in updateDisabledStateLocked()