Home
last modified time | relevance | path

Searched refs:getEndpointPackageInfo (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarRemoteDeviceManagerUnitTest.java86 () -> mRemoteDeviceManager.getEndpointPackageInfo(/* occupantZone= */ null)); in testGetEndpointPackageInfoWithNullParameters_throwsException()
95 when(mService.getEndpointPackageInfo(eq(zoneId), eq(PACKAGE_NAME))) in testGetEndpointPackageInfo()
98 assertThat(mRemoteDeviceManager.getEndpointPackageInfo(zone)).isEqualTo(expectedValue); in testGetEndpointPackageInfo()
/packages/services/Car/car-lib/src/android/car/
DCarRemoteDeviceManager.java325 public PackageInfo getEndpointPackageInfo(@NonNull OccupantZoneInfo occupantZone) { in getEndpointPackageInfo() method in CarRemoteDeviceManager
328 return mService.getEndpointPackageInfo(occupantZone.zoneId, mPackageName); in getEndpointPackageInfo()
/packages/services/Car/car-lib/src/android/car/occupantconnection/
DICarRemoteDevice.aidl29 PackageInfo getEndpointPackageInfo(int occupantZoneId, String packageName); in getEndpointPackageInfo() method
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/occupantconnection/
DCarRemoteDeviceServiceTest.java310 () -> mService.getEndpointPackageInfo(OCCUPANT_ZONE_ID, PACKAGE_NAME)); in testGetEndpointPackageInfoWithoutPermission_throwsException()
316 () -> mService.getEndpointPackageInfo(OCCUPANT_ZONE_ID, FAKE_PACKAGE_NAME)); in testGetEndpointPackageInfoWithFakePackageName_throwsException()
324 assertThat(mService.getEndpointPackageInfo(OCCUPANT_ZONE_ID, PACKAGE_NAME)).isNull(); in testGetEndpointPackageInfoWithInvalidUserId()
333 assertThat(mService.getEndpointPackageInfo(mOccupantZone.zoneId, PACKAGE_NAME)) in testGetEndpointPackageInfo()
DCarOccupantConnectionServiceTest.java984 when(mRemoteDeviceService.getEndpointPackageInfo(occupantZone.zoneId, PACKAGE_NAME)) in mockAppInstalled()
/packages/services/Car/service/src/com/android/car/occupantconnection/
DCarRemoteDeviceService.java391 public PackageInfo getEndpointPackageInfo(int occupantZoneId, String packageName) { in getEndpointPackageInfo() method in CarRemoteDeviceService
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt225 …SION_MANAGE_REMOTE_DEVICE) public android.content.pm.PackageInfo getEndpointPackageInfo(@NonNull a…
/packages/services/Car/car-lib/api/
Dsystem-current.txt225 …SION_MANAGE_REMOTE_DEVICE) public android.content.pm.PackageInfo getEndpointPackageInfo(@NonNull a…
Dtest-current.txt228 …SION_MANAGE_REMOTE_DEVICE) public android.content.pm.PackageInfo getEndpointPackageInfo(@NonNull a…
Dsystem-lint-baseline.txt1300 UnflaggedApi: android.car.CarRemoteDeviceManager#getEndpointPackageInfo(android.car.CarOccupantZone…
1301 …gged with @FlaggedApi: method android.car.CarRemoteDeviceManager.getEndpointPackageInfo(android.ca…