Searched refs:internalDeviceType (Results 1 – 2 of 2) sorted by relevance
71 int internalDeviceType, in AdiDeviceState() argument74 if (internalDeviceType != DEVICE_NONE) { in AdiDeviceState()75 mInternalDeviceType = internalDeviceType; in AdiDeviceState()215 int internalDeviceType = -1; in fromPersistedString() local217 internalDeviceType = Integer.parseInt(fields[5]); in fromPersistedString()224 internalDeviceType, fields[1]); in fromPersistedString()
628 private static int getCanonicalDeviceType(int deviceType, int internalDeviceType) { in getCanonicalDeviceType() argument629 if (isBluetoothDevice(internalDeviceType)) return deviceType; in getCanonicalDeviceType()