Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/util/
DNoLocaleSQLiteHelper.java40 super(ATLEAST_P ? context : new NoLocalContext(context), name, null, version); in NoLocaleSQLiteHelper()
46 private static class NoLocalContext extends ContextWrapper { class in NoLocaleSQLiteHelper
47 public NoLocalContext(Context base) { in NoLocalContext() method in NoLocaleSQLiteHelper.NoLocalContext