Home
last modified time | relevance | path

Searched defs:currentServices (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/qc/
DDebugCustomizationOverlayRow.java95 String currentServices = Settings.Secure.getString( in toggleCustomizationTool() local
113 private String getCurrentListPlusService(String currentServices) { in getCurrentListPlusService()
120 private String getCurrentListMinusService(String currentServices) { in getCurrentListMinusService()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/customizationtool/
DCustomizationToolController.java61 String currentServices = Settings.Secure.getString( in removeServiceFromList() local