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

/frameworks/base/services/java/com/android/server/
H A DSystemServer.java543 AssetAtlasService atlas = null;
938 atlas = new AssetAtlasService(context);
939 ServiceManager.addService(AssetAtlasService.ASSET_ATLAS_SERVICE, atlas);
941 reportWtf("starting AssetAtlasService", e);
1084 final AssetAtlasService atlasF = atlas;
1195 reportWtf("Notifying AssetAtlasService running", e);
/frameworks/base/services/core/java/com/android/server/
H A DAssetAtlasService.java65 public class AssetAtlasService extends IAssetAtlas.Stub { class in inherits:IAssetAtlas.Stub
67 * Name of the <code>AssetAtlasService</code>.
131 public AssetAtlasService(Context context) { method in class:AssetAtlasService

Completed in 103 milliseconds