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