Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
packages
/
services
/
Car
/
285718d3461812b49c0dbf9175b7aec322a26c02
/
car-lib
03d1ed5
Merge "Use PerUserCarService in the CarLocationService." into qt-dev
by Gregory Clark
· 5 years ago
8b924da
Merge "Add progress API to ICarBugreport and CarBugReportManagerService." into qt-dev
by Zhomart Mukhamejanov
· 5 years ago
55620c1
Use PerUserCarService in the CarLocationService.
by Gregory Clark
· 5 years ago
1186dd6
Merge "Create fake CarPropertyValue for an error event" into qt-dev
by Kai Wang
· 5 years ago
ad23f27
Add progress API to ICarBugreport and CarBugReportManagerService.
by Zhomart Mukhamejanov
· 5 years ago
4b098cf
Create fake CarPropertyValue for an error event
by Kai
· 5 years ago
3dbbbc4
Merge "Added bundle information for zone audio focus" into qt-dev
by Oscar Azucena
· 5 years ago
b00e47c
Added bundle information for zone audio focus
by Oscar Azucena
· 5 years ago
ed0ae00
Merge "Cleanup old internal APIs from carbugreportmanagerservice" into qt-dev
by Selim Gurun
· 5 years ago
c4d96db
Merge "Add @TestApi to inject driving state." into qt-dev
by Yuxing Yao
· 5 years ago
e32b3f6
Add @TestApi to inject driving state.
by Yao, Yuxing
· 5 years ago
95588cc
Cleanup old internal APIs from carbugreportmanagerservice
by Selim Gurun
· 5 years ago
7e680e0
Merge changes from topic "audio-zone-focus" into qt-dev
by Oscar Azucena
· 5 years ago
c4d7c01
Create an internal API to collect zipped bugreports
by Selim Gurun
· 5 years ago
c29363f
Merge "Add annotations for car properties" into qt-dev
by Kai Wang
· 5 years ago
8cd798c
Add annotations for car properties
by Kai
· 5 years ago
e44481b
Added API to manage uids in each zone
by Oscar Azucena
· 6 years ago
000d285
Add annotations for car properties
by Kai
· 5 years ago
6d1e41c
Merge "Create whitelisted apps for all users." into qt-dev
by TreeHugger Robot
· 5 years ago
0c6fc73
Create whitelisted apps for all users.
by Yao, Yuxing
· 5 years ago
2ac3713
Merge "Distruibut XML formatted API files for the Android Automotive Library." into qt-dev
by Sumanth Kumar Mara
· 5 years ago
ead982f
Distruibut XML formatted API files for the Android Automotive Library.
by Sumanth Mara
· 5 years ago
6d35daf
Make inner class static
by Selim Gurun
· 5 years ago
29051a0
Merge "Calculate next update time in nanosecond" into qt-dev
by Kai Wang
· 5 years ago
0823d98
Merge "Avoid Null point in CarPropertyEvent" into qt-dev
by Kai Wang
· 5 years ago
5831d73
Avoid Null point in CarPropertyEvent
by Kai
· 5 years ago
8f5700a
Calculate next update time in nanosecond
by Kai
· 5 years ago
8492b7a
Merge "Add Property and VehicleUnits for speed" into qt-dev
by Kai Wang
· 5 years ago
619b04b
Return and use connect/disconnect return codes + ignore PRIORITY_OFF
by Sal Savage
· 5 years ago
dd5d69c
Add Property and VehicleUnits for speed
by Kai
· 5 years ago
703c46f
Refactor car bluetooth device management code
by Sal Savage
· 6 years ago
221a558
Merge "[AAE Pwr Mgt] Don't allow non-Car jobs to delay SHUTDOWN_PREPARE" into qt-dev
by Jim Kaye
· 6 years ago
e513316
[AAE Pwr Mgt] Don't allow non-Car jobs to delay SHUTDOWN_PREPARE
by Jim Kaye
· 6 years ago
c8bd72d
DO NOT MERGE Support UXR configurations on multi-displays.
by Yao, Yuxing
· 6 years ago
9bde289
Merge "Fixed null pointer exception on mSupportedAreas." into qt-dev
by TreeHugger Robot
· 6 years ago
38747b4
DO NOT MERGE Support passenger mode XML configuration.
by Yao, Yuxing
· 6 years ago
e3bdb1e
DO NOT MERGE Lock internally instead of synchronized method.
by Yao, Yuxing
· 6 years ago
f8fd3f5
Fixed null pointer exception on mSupportedAreas.
by Tyler Trephan
· 6 years ago
de93d3e
Merge "Expose String to get CarPropertyManager" into qt-dev
by Kai Wang
· 6 years ago
d6ba89f
Expose String to get CarPropertyManager
by Kai
· 6 years ago
4ca2a62
Merge "Create a bugreport service" into qt-dev
by TreeHugger Robot
· 6 years ago
c8c82f6
Create a bugreport service
by Selim Gurun
· 6 years ago
eb8a625
Merge "Set rate to ZERO for car on_change property" into qt-dev
by Kai Wang
· 6 years ago
3f67277
Set rate to ZERO for car on_change property
by Kai
· 6 years ago
e2344ac
Get phone device name
by Erin Yan
· 6 years ago
23cd36b
Merge "Set range as NULL for properties" into qt-dev
by Kai Wang
· 6 years ago
4fbb690
Merge "Improve CarNavigationStatusManager after API review" into qt-dev
by Roberto Perez
· 6 years ago
57fb28e
Improve CarNavigationStatusManager after API review
by Roberto Perez
· 6 years ago
d26a3fb
Provide a way to disable trusted device.
by Ram Periathiruvadi
· 6 years ago
89888c9
Set range as NULL for properties
by Kai
· 6 years ago
c355acd
Merge "Clean up error reporting." into qt-dev
by Ram Periathiruvadi
· 6 years ago
8f64ab9
Remove unused code
by Selim Gurun
· 6 years ago
9c80067
Removes system-baseline.txt file and fixes the remaining warnings. Got a
by Max Dashouk
· 6 years ago
baf8dbc
Clean up error reporting.
by Ram Periathiruvadi
· 6 years ago
83efac7
Merge "Remove warnings in VmsOperationsRecorder by hiding the constructor since it already references a parameter of hidden class." into qt-dev
by Max Dashouk
· 6 years ago
6e0ceda
Remove warnings in VmsOperationsRecorder by hiding the constructor since
by Max Dashouk
· 6 years ago
6817673
Make VehicleUnit @SystemApi.
by Dean Harding
· 6 years ago
9cb25cb
Merge "CarDiagnosticEvent clean up" into qt-dev
by Kai Wang
· 6 years ago
e63e644
Merge "Makes all classes that implement Parcelable final per API guidelines." into qt-dev
by Max Dashouk
· 6 years ago
1b45e45
CarDiagnosticEvent clean up
by Kai
· 6 years ago
35b5834
Merge "CarAudioFocus: Send LOSS_TRANSIENT_CAN_DUCK to certain clients." into qt-dev
by Justin Paupore
· 6 years ago
0296843
Makes all classes that implement Parcelable final per API guidelines.
by Max Dashouk
· 6 years ago
60686d1
Remove initiateEnrollmentHandshake API.
by Ram Periathiruvadi
· 6 years ago
eade0f2
CarAudioFocus: Send LOSS_TRANSIENT_CAN_DUCK to certain clients.
by Justin Paupore
· 6 years ago
6664d73
Merge "Updating Trusted Device Enrollment API" into qt-dev
by Wenting Zhai
· 6 years ago
a057d05
CarProjectionManager: Introduce ProjectionKeyEventHandler
by Justin Paupore
· 6 years ago
c757516
Updating Trusted Device Enrollment API
by Wenting Zhai
· 6 years ago
21c7160
Merge "Removes CarTestManagerBinderWrapper from System API." into qt-dev
by Max Dashouk
· 6 years ago
bf10d1b
Removes CarTestManagerBinderWrapper from System API.
by Max Dashouk
· 6 years ago
76a0a8a
Merge "Propagate user switch event to Car Service" into qt-dev
by TreeHugger Robot
· 6 years ago
7570c58
Merge "Fix return type of getModelYear" into qt-dev
by Kai Wang
· 6 years ago
17e8183
Propagate user switch event to Car Service
by Pavel Maltsev
· 6 years ago
541bd24
Fix return type of getModelYear
by Kai
· 6 years ago
51a2bfc
API review for storagemonitoring
by Keun young Park
· 6 years ago
1fe818b
Merge "Add documentation to restrictions."
by TreeHugger Robot
· 6 years ago
47d3b80
Add documentation to restrictions.
by Yao, Yuxing
· 6 years ago
d351133
Merge "Fix permission check in car-usb-handler"
by TreeHugger Robot
· 6 years ago
f6862a0
Fix permission check in car-usb-handler
by Pavel Maltsev
· 6 years ago
3d5df0c
Merge "Added a dist directive to the stub targets."
by TreeHugger Robot
· 6 years ago
42b446e
Added a dist directive to the stub targets.
by Dean Harding
· 6 years ago
c33068b
Merge "Support passenger mode in UXR configuration."
by Yuxing Yao
· 6 years ago
0828492
Merge "Mark the following classes final because they extend Parcelable:"
by Sarah Wittman
· 6 years ago
34f8751
Merge "Change UXR getConfig()/getStagedConfig() as hidden"
by TreeHugger Robot
· 6 years ago
2966f93
Merge "Tag VmsSubscriptionState and VmsAssociatedLayer with @SystemApi"
by Mark Tabry
· 6 years ago
5278fff
Change UXR getConfig()/getStagedConfig() as hidden
by Yao, Yuxing
· 6 years ago
9a5d20f
Mark the following classes final because they extend Parcelable:
by Sarah Wittman
· 6 years ago
f673e24
Merge "Hide CarUxRetrictions.getTimeStamp()."
by TreeHugger Robot
· 6 years ago
8f475c1
Support passenger mode in UXR configuration.
by Yao, Yuxing
· 6 years ago
bbf642d
Merge "Update Car services to support:"
by Wenting Zhai
· 6 years ago
16318e2
Tag VmsSubscriptionState and VmsAssociatedLayer with @SystemApi
by Mark Tabry
· 6 years ago
dff0202
Hide CarUxRetrictions.getTimeStamp().
by Yao, Yuxing
· 6 years ago
9d94c6b
Update Car services to support:
by Ram Periathiruvadi
· 6 years ago
7215269
Merge "Deprecate APP_FOCUS_TYPE_VOICE_COMMAND"
by TreeHugger Robot
· 6 years ago
d6961f6
Remove IBinder from CarProjectionManager API
by Pavel Maltsev
· 6 years ago
e7f634d
Merge "Reworked iface between car-usb-handler and apps"
by Pavel Maltsev
· 6 years ago
6b49b9b
Reworked iface between car-usb-handler and apps
by Pavel Maltsev
· 6 years ago
54602c4
Merge "Add removeEscrowToken and remove revokeTrust() method in CarTrustAgentEnrollmentManager"
by Wenting Zhai
· 6 years ago
7d9e699
Deprecate APP_FOCUS_TYPE_VOICE_COMMAND
by Tomasz Wasilczyk
· 6 years ago
d86d44e
Merge "api review: Parcelable InputFilter should be final."
by Keun-young Park
· 6 years ago
93eec73
Add removeEscrowToken and remove revokeTrust() method in
by Wenting Zhai
· 6 years ago
Next »