Home
last modified time | relevance | path

Searched refs:dumpAnomalyDetection (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
DSettingsDumpService.java79 dump.put(KEY_ANOMALY_DETECTION, dumpAnomalyDetection()); in dump()
171 JSONObject dumpAnomalyDetection() throws JSONException { in dumpAnomalyDetection() method in SettingsDumpService
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DSettingsDumpService.java79 dump.put(KEY_ANOMALY_DETECTION, dumpAnomalyDetection()); in dump()
171 JSONObject dumpAnomalyDetection() throws JSONException { in dumpAnomalyDetection() method in SettingsDumpService
/packages/apps/Settings/tests/robotests/src/com/android/settings/
DSettingsDumpServiceTest.java98 final JSONObject jsonObject = mTestService.dumpAnomalyDetection(); in testDumpAnomalyDetection_returnAnomalyInfo()