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

/frameworks/base/services/java/com/android/server/
H A DSystemServer.java358 AssetAtlasService atlas = null;
788 atlas = new AssetAtlasService(context);
789 ServiceManager.addService(AssetAtlasService.ASSET_ATLAS_SERVICE, atlas);
791 reportWtf("starting AssetAtlasService", e);
927 final AssetAtlasService atlasF = atlas;
1059 reportWtf("Notifying AssetAtlasService running", e);
H A DAssetAtlasService.java63 public class AssetAtlasService extends IAssetAtlas.Stub { class in inherits:IAssetAtlas.Stub
65 * Name of the <code>AssetAtlasService</code>.
131 public AssetAtlasService(Context context) { method in class:AssetAtlasService

Completed in 97 milliseconds