- e539dba [LSC] Add LOCAL_LICENSE_KINDS to frameworks/base by Bob Badour · 3 years, 11 months ago
- 0ab7007 resolve merge conflicts of 358f0d4fc8c248498cf113c41e043877a14e89a1 to master by Jeff Sharkey · 4 years, 1 month ago
- 52b9862 Improve OWNERS coverage across frameworks/base/. by Jeff Sharkey · 4 years, 1 month ago
- d23b537 Enable Error Prone to detect obscure bugs. by Jeff Sharkey · 4 years, 2 months ago
- 78d63ac Fix confusion of userId vs. uid by Adam Bookatz · 4 years, 5 months ago
- 837f8c1 Removed @Deprecated SystemService callback methods that take a userId. by Felipe Leme · 4 years, 6 months ago
- 4d1d7b5 Add custom Error Prone check for SDK comparisons. by Jeff Sharkey · 4 years, 8 months ago
- c8df11a Replace com.android.internal.util.Preconditions.checkNotNull with by Daulet Zhanguzin · 5 years ago
- bae2e90 Add filegroups for services.* libraries by Jiyong Park · 5 years ago
- c137f1c Add TEST_MAPPING for print and pdf tests by Philip P. Moltmann · 5 years ago
- be538c2 Bind print svcs as "in foreground" for location by Philip P. Moltmann · 6 years ago
- 25c0e87 Post system_server toasts as system_server by Julia Reynolds · 6 years ago
- 11e9d9d Merge "Avoid onServiceDisconnected() for unbind Service" am: a37c252248 am: c38e0f19c1 am: 2a126b05a2 by Gopal Krishna Shukla · 6 years ago
- c38e0f1 Merge "Avoid onServiceDisconnected() for unbind Service" am: a37c252248 by Gopal Krishna Shukla · 6 years ago
- 9117037 Avoid onServiceDisconnected() for unbind Service by Gopal Krishna Shukla · 6 years ago
- 5aae0c9 Utility methods useful for working with files. by Jeff Sharkey · 6 years ago
- b3baaab Allow Print subsystem to work with services provided by instant app by Philip P. Moltmann · 7 years ago
- 0ec75be Merge "Check printing restriction for correct user." by Vladislav Kuzkokov · 7 years ago
- 1dcd645 Merge "Use PooledLambda in print code" by TreeHugger Robot · 7 years ago
- 9f35ca9 Use PooledLambda in print code by Eugene Susla · 7 years ago
- bc63049 Check printing restriction for correct user. by Vladislav Kuzkokov · 7 years ago
- e65a9b8 Create print job when print activity starts by Philip P. Moltmann · 7 years ago
- bbab23f Frameworks: Annotate trivial @GuardedBy in services/ misc by Andreas Gampe · 7 years ago
- 622b9f9 Make printing policy a restriction. by Vladislav Kuzkokov · 7 years ago
- 371a3b8 Dump usb as DualDump by Philip P. Moltmann · 7 years ago
- fef75ee Fix Printing policy in profile owner. by Vladislav Kuzkokov · 7 years ago
- 792d58f Implement Policy to disable printing. by Vladislav Kuzkokov · 7 years ago
- bd62e9a Follow up I1f0c56651eaa59f0ce90cdb08c71e89a96c48dd4 by Philip P. Moltmann · 7 years ago
- 9a534c0 Only have one way of dumping print manager state by Philip P. Moltmann · 7 years ago
- eb652a4 Convert services to Android.bp by Colin Cross · 7 years ago
- e0b2ee5 Convert services to Android.bp by Colin Cross · 7 years ago
- 2f5ee71 PooledLambda by Eugene Susla · 8 years ago
- 220871a Merge commit '98e12851336b7db16e583f9afac63ecc97465980' from by Xin Li · 7 years ago
- a9a65af Merge "Stop observing death of PrintManager listener when it is removed" am: e7240a52e2 am: 5cb172d17e by Koji Fukui · 7 years ago
- 9e3ff42 Merge "Stop observing death of PrintManager listener when it is removed" am: e7240a52e2 by Koji Fukui · 7 years ago
- 05b6857 Stop observing death of PrintManager listener when it is removed by Koji Fukui · 7 years ago
- 4b89d63 Don't dump print state while holding lock by Philip P. Moltmann · 7 years ago
- 0515c80 Merge "PrintManagerService: Don't prune services on all package change events." into oc-mr1-dev am: 735ed6c011 by Narayan Kamath · 7 years ago
- 973d8af PrintManagerService: Don't prune services on all package change events. by Narayan Kamath · 7 years ago
- c0a128d Dump print manager as proto by Philip P. Moltmann · 8 years ago
- 6870033 Enforce permission for print system APIs by Philip P. Moltmann · 8 years ago
- 5ab0243 Only require that system UIDs tag their sockets. by Jeff Sharkey · 8 years ago
- a76f1cb Merge "remove the lock-use for prunePrintService in case blocking main thread" am: b124bea782 by yangbingqian · 8 years ago
- 82cff68 remove the lock-use for prunePrintService in case blocking main thread by yangbingqian · 8 years ago
- 0d3dd12 Move CompanionDeviceManagerService to a place of its own by Eugene Susla · 8 years ago
- cf00ade API for notification listener for Companioon apps by Eugene Susla · 8 years ago
- 4df89bc [DO NOT MERGE] Fix associations serialization optimization bug by Eugene Susla · 8 years ago
- 200c37f [DO NOT MERGE] Stop scan on device chooser activity backgrounded by Eugene Susla · 8 years ago
- adce09b Add ICompanionDeviceManager.getAssociation overload with explicit userId by Eugene Susla · 8 years ago
- 7e01895 Return inet addr for discoverable printers by Philip P. Moltmann · 8 years ago
- fe9a53b Consistent dump() permission checking. by Jeff Sharkey · 8 years ago
- a38fbf6 Unbind from service on app killed and dedup association requests by Eugene Susla · 8 years ago
- 6a7006a Register PackageMonitor for CompanionDeviceManagerService by Eugene Susla · 8 years ago
- 36e866b Support multiple filters per association request by Eugene Susla · 8 years ago
- d66c95f Revert "Support multiple filters per association request" by Hector Tellez · 8 years ago
- e70e6aa Support multiple filters per association request by Eugene Susla · 8 years ago
- 47aafbe Record app<->device association to xml file by Eugene Susla · 8 years ago
- da0acdf Auto-grant background execution and data access by Svet Ganov · 8 years ago
- 6ed45d8 CompanionDeviceManager by Eugene Susla · 8 years ago
- 126913c Ignore commands if service connection is destroyed. by Philip P. Moltmann · 8 years ago
- c06f184 Move dump() to dumpAsync(), more oneway calls. by Jeff Sharkey · 8 years ago
- 76932df Merge "Wait when other thread is binding to print spooler" by Philip P. Moltmann · 8 years ago
- dc589ac Update usage of ActivityManagerNative. by Sudheer Shanka · 8 years ago
- 93a22493 Wait when other thread is binding to print spooler by Philip P. Moltmann · 8 years ago
- c4f65e0 Merge "Move dump() to dumpAsync(), more oneway calls." by TreeHugger Robot · 8 years ago
- 850c83e Move dump() to dumpAsync(), more oneway calls. by Jeff Sharkey · 8 years ago
- 383db5eb Update package names to work with the proto3 compiler by Tamas Berghammer · 9 years ago
- e5d9121 Do not enforce unlocked state for system calls by Fyodor Kupolov · 8 years ago
- 1d6e7cc Hold no locks when calling RemotePrintSpooler by Philip P. Moltmann · 8 years ago
- e2ad85d Hold no locks when calling RemotePrintSpooler by Philip P. Moltmann · 8 years ago
- df4a7ad Merge \\"Always reload print services\\" into nyc-mr1-dev am: fd28d8ebd1 by Philip P. Moltmann · 9 years ago
- 0de4834 Always reload print services by Philip P. Moltmann · 9 years ago
- 2e30126 Add event tracking to print UI. by Philip P. Moltmann · 9 years ago
- e8bffdc Reconnect to service when it is updated by Philip P. Moltmann · 9 years ago
- f8a765b Merge "Check if records is inited before removing items" into nyc-dev by Philip P. Moltmann · 9 years ago
- 640918f Check if records is inited before removing items by Philip P. Moltmann · 9 years ago
- efb1950 Check if user is unlocked when handler is executed by Philip P. Moltmann · 9 years ago
- ce18c81 Introduce "unlocking" vs "unlocked" nuance. by Jeff Sharkey · 9 years ago
- 4bd8fac Send update notifications when the status of a print job updates and by Philip P. Moltmann · 9 years ago
- 9dcb86a Add the print service recommendation service by Philip P. Moltmann · 9 years ago
- 59d1c94 Merge "If the print spooler gets started onUserUnlock use less of a priority to have less impact on the system." into nyc-dev by Philip P. Moltmann · 9 years ago
- d74d1e5 Change hasCustomPrintIcon and setStatus as requested by API council. by Philip P. Moltmann · 9 years ago
- e8ae154 If the print spooler gets started onUserUnlock use less of a priority to have less impact on the system. by Philip P. Moltmann · 9 years ago
- f084787 If services are enabled, services might become enabled in the future by Philip P. Moltmann · 9 years ago
- 852c950 Correct how to deal with print service installation by Philip P. Moltmann · 9 years ago
- c2c83ee Fix NPE in PrintManagerService by Jae Seo · 9 years ago
- 66c9659 Add "app printer activity" and always keep the print service state by Philip P. Moltmann · 9 years ago
- 76d7e3e Check parameters for callers of IPrintManager by Philip P. Moltmann · 9 years ago
- cdf2b40 Enforce non-nullness in PrinterId and exploit it. by Philip P. Moltmann · 9 years ago
- 05e3423 Deal with UserState#getEnabledPrintServices returning null. by Philip P. Moltmann · 9 years ago
- cd65448 Even more PackageManager caller triage. by Jeff Sharkey · 9 years ago
- f0e4dae Skip package updates when user is locked. by Jeff Sharkey · 9 years ago
- 8141bdf Store which print services are disabled instead of which are enabled by Philip P. Moltmann · 9 years ago
- bb36206 Rename variable that hides the contatining classes name. by Philip P. Moltmann · 9 years ago
- bb9f686 Allow a print service to specify per printer icons, description and by Philip P. Moltmann · 9 years ago
- 0999c0d Make printing framework encryption-aware. by Jeff Sharkey · 9 years ago
- b3078c2 Allow print service to specify progress of print and status by Philip P. Moltmann · 9 years ago
- 03755a1 Syncronosuly notify SelectPrinterActivity about changes to enabled print by Philip P. Moltmann · 9 years ago
- e3ce0a4 Create PrintDiscoverySession for future print services by Philip P. Moltmann · 9 years ago
- 853a6f5 Add a alert that allows the user to approve a print service when by Philip P. Moltmann · 9 years ago