Searched refs:touchDataJson (Results 1 – 2 of 2) sorted by relevance
216 val touchDataJson = Settings.System.getString(context.contentResolver, TOUCH_STATS) in loadDevicePressureData() constant218 if (touchDataJson != null) touchDataJson else "{}") in loadDevicePressureData()
213 final String touchDataJson = Settings.System.getString( in syncTouchPressure() local216 touchDataJson != null ? touchDataJson : "{}"); in syncTouchPressure()