Home
last modified time | relevance | path

Searched refs:toJsonString (Results 1 – 4 of 4) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSuggestionExtras.kt29 @Throws(JSONException::class) fun toJsonString(): String? method
DAbstractSuggestionExtras.kt47 override fun toJsonString(): String? { in doGetExtra() method in com.android.quicksearchbox.AbstractSuggestionExtras
DJsonBackedSuggestionExtras.kt64 override fun toJsonString(): String? { in toJsonString() method in com.android.quicksearchbox.JsonBackedSuggestionExtras
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/remoteaccess/
DKitchenSinkRemoteTaskService.java163 sharedPrefEditor.putString(PREF_KEY, toJsonString( in onRemoteTaskRequested()
188 private static String toJsonString(String taskListJson, String taskId, String taskDataStr, in toJsonString() method in KitchenSinkRemoteTaskService.RemoteTaskClient