• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

annotation/25-Apr-2025-7650

common/25-Apr-2025-244116

evs/25-Apr-2025-239122

os/25-Apr-2025-25399

property/25-Apr-2025-3,1561,737

util/25-Apr-2025-4,4222,478

CarPermission.javaD25-Apr-20251.7 KiB6236

CarRatedListeners.javaD25-Apr-20252.8 KiB9447

CarSafetyAccessibilityServiceImplBase.javaD25-Apr-20251.2 KiB325

ExcludeFromCodeCoverageGeneratedReport.javaD25-Apr-20252.5 KiB7122

FeatureUtil.javaD25-Apr-2025978 328

ICarBase.javaD25-Apr-20252.5 KiB7817

ICarServiceHelper.aidlD25-Apr-20253.9 KiB11424

ICarSystemServerClient.aidlD25-Apr-20252 KiB5510

LargeParcelable.aidlD25-Apr-2025684 202

LargeParcelable.javaD25-Apr-202514.4 KiB362209

LargeParcelableBase.javaD25-Apr-202515.3 KiB392274

LongPendingRequestPool.javaD25-Apr-20258.2 KiB216127

LongRequestIdWithTimeout.javaD25-Apr-20251,017 315

NotificationHelperBase.javaD25-Apr-20253.9 KiB10231

PropertyPermissionMapping.javaD25-Apr-20259.5 KiB224175

ProxiedService.javaD25-Apr-20251.9 KiB5620

README.mdD25-Apr-2025942 286

ResultCallbackImpl.aidlD25-Apr-2025689 192

ResultCallbackImpl.javaD25-Apr-20254.6 KiB14789

ResultWrapper.aidlD25-Apr-2025681 192

ResultWrapper.javaD25-Apr-20251.7 KiB6936

SingleMessageHandler.javaD25-Apr-20252 KiB6835

StaticBinderInterface.javaD25-Apr-20252 KiB495

SystemConstants.javaD25-Apr-20251.2 KiB3310

SystemStaticBinder.javaD25-Apr-20251 KiB3512

TEST_MAPPINGD25-Apr-202581 87

VisibleForHiddenApiCheck.javaD25-Apr-20251.2 KiB3512

package-info.javaD25-Apr-2025775 252

README.md

1<!--
2  Copyright (C) 2024 The Android Open Source Project
3
4  Licensed under the Apache License, Version 2.0 (the "License");
5  you may not use this file except in compliance with the License.
6  You may obtain a copy of the License at
7
8       http://www.apache.org/licenses/LICENSE-2.0
9
10  Unless required by applicable law or agreed to in writing, software
11  distributed under the License is distributed on an "AS IS" BASIS,
12  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  See the License for the specific language governing permissions and
14  limitations under the License
15  -->
16
17# Car-lib Internal
18
19Source code for the internal libraries for car-lib implementation.
20
21## Coding Convention
22
23Public methods in car-lib internal are not surfaced to APIs through
24`packages/services/Car/car-lib/src/com/android/car/internal/package-info.java`.
25
26We don't encourage you to add @hide annotation to make them a hidden API.
27
28