Searched refs:mScreenUnlockedFunctions (Results 1 – 1 of 1) sorted by relevance
577 protected long mScreenUnlockedFunctions; field in UsbDeviceManager.UsbHandler613 mScreenUnlockedFunctions = UsbManager.usbFunctionsFromString( in UsbHandler()953 setEnabledFunctions(mScreenUnlockedFunctions, false, operationId); in setScreenUnlockedFunctions()1133 mScreenUnlockedFunctions = (Long) msg.obj; in handleMessage()1138 UsbManager.usbFunctionsToString(mScreenUnlockedFunctions)); in handleMessage()1162 if (mScreenUnlockedFunctions != UsbManager.FUNCTION_NONE in handleMessage()1214 mScreenUnlockedFunctions = UsbManager.FUNCTION_NONE; in handleMessage()1216 mScreenUnlockedFunctions = UsbManager.usbFunctionsFromString( in handleMessage()1263 && mScreenUnlockedFunctions != UsbManager.FUNCTION_NONE) { in finishBoot()1528 return mScreenUnlockedFunctions; in getScreenUnlockedFunctions()[all …]