Home
last modified time | relevance | path

Searched refs:touchDataJson (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/
H A DPainting.kt216 val touchDataJson = Settings.System.getString(context.contentResolver, TOUCH_STATS) regex
218 if (touchDataJson != null) touchDataJson else "{}")
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DPlatLogoActivity.java360 final String touchDataJson = Settings.System.getString( in syncTouchPressure() local
363 touchDataJson != null ? touchDataJson : "{}"); in syncTouchPressure()