summaryrefslogtreecommitdiff
path: root/tools/layoutlib/bridge/src/android/os/ServiceManager.java
AgeCommit message (Collapse)Author
2017-05-10Removing layout from frameworks/baseDiego Perez
The directory is being moved to its own project in frameworks/layoutlib Bug: 36889565 Test: Built manually Change-Id: I69a1a826d0bac8ede1f9a337c9c1d930bbcd04f3
2016-11-28Override TextServicesManager in layoutlibJerome Gaillard
When a TextServicesManger is required in layoutlib, provide a fake one. Test: Run layoutlib tests Change-Id: I8c25f4919a2e97b56f705b59747e81cb6f45b07b
2016-11-28Fix layoutlib to reflect recent changes in platform codeJerome Gaillard
Test: Layoutlib tests Change-Id: I81964233a9e580ccee9c9e9b0cf3525babf30bd4
2016-11-24Add missing ServiceNotFoundException classJerome Gaillard
This class was added in ServiceManager.java in commit 49ca529a85. Layoutlib rewrites the entire ServiceManager class, so it also needs to define ServiceNotFoundException. Test: TestDelegates.testMethodDelegates Change-Id: Ia68399e8baa973ae961eabe929ca3d1019f20ba7
2016-01-07[1/3] Remove unnecessary throws statement in ServiceManagerUmair Khan
The exception is already caught by the try-catch block. Change-Id: I0c10fe51d12a10cbc02a25c719d03a4ba6497767 Signed-off-by: Umair Khan <omerjerk@gmail.com>
2014-01-27Revert "Move frameworks/base/tools/ to frameworks/tools/"Adam Lesinski
This reverts commit 9f6a119c8aa276432ece4fe2118bd8a3c9b1067e.
2013-08-28Move frameworks/base/tools/ to frameworks/tools/Mike Lockwood
Change-Id: I3ffafdab27cc4aca256c3a5806b630795b75d5c8
2009-08-13Fix handling of reference XML file in layout filesXavier Ducrohet
This allows layout that references animation to properly load in the layout editor in ADT
2009-08-12Mock ServiceManager and AccesibilityManager to make the view renders in ADTXavier Ducrohet
BUG: 2049348