Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DAssetAtlasService.java65 public class AssetAtlasService extends IAssetAtlas.Stub { class
131 public AssetAtlasService(Context context) { in AssetAtlasService() method in AssetAtlasService
/frameworks/base/services/java/com/android/server/
DSystemServer.java660 AssetAtlasService atlas = null; in startOtherServices()
1088 atlas = new AssetAtlasService(context); in startOtherServices()
1089 ServiceManager.addService(AssetAtlasService.ASSET_ATLAS_SERVICE, atlas); in startOtherServices()
1269 final AssetAtlasService atlasF = atlas; in startOtherServices()