Searched defs:TILES (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileLifecycleManager.java69 private static final String TILES = "tiles_prefs"; field in class:TileLifecycleManager
420 return context.getSharedPreferences(TILES, 0).getBoolean(component.flattenToString(), false);
424 context.getSharedPreferences(TILES, 0).edit().putBoolean(component.flattenToString(),

Completed in 46 milliseconds