Searched refs:currentStoredOverlays (Results 1 – 1 of 1) sorted by relevance
149 String currentStoredOverlays = getStoredOverlays(); in applyOverlays() local150 if (TextUtils.isEmpty(currentStoredOverlays)) { in applyOverlays()151 currentStoredOverlays = "{}"; in applyOverlays()155 overlaysJson = new JSONObject(currentStoredOverlays); in applyOverlays()