Searched refs:getEndpointPackageInfo (Results 1 – 10 of 10) sorted by relevance
86 () -> 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()
325 public PackageInfo getEndpointPackageInfo(@NonNull OccupantZoneInfo occupantZone) { in getEndpointPackageInfo() method in CarRemoteDeviceManager328 return mService.getEndpointPackageInfo(occupantZone.zoneId, mPackageName); in getEndpointPackageInfo()
29 PackageInfo getEndpointPackageInfo(int occupantZoneId, String packageName); in getEndpointPackageInfo() method
310 () -> 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()
984 when(mRemoteDeviceService.getEndpointPackageInfo(occupantZone.zoneId, PACKAGE_NAME)) in mockAppInstalled()
391 public PackageInfo getEndpointPackageInfo(int occupantZoneId, String packageName) { in getEndpointPackageInfo() method in CarRemoteDeviceService
225 …SION_MANAGE_REMOTE_DEVICE) public android.content.pm.PackageInfo getEndpointPackageInfo(@NonNull a…
228 …SION_MANAGE_REMOTE_DEVICE) public android.content.pm.PackageInfo getEndpointPackageInfo(@NonNull a…
1300 UnflaggedApi: android.car.CarRemoteDeviceManager#getEndpointPackageInfo(android.car.CarOccupantZone…1301 …gged with @FlaggedApi: method android.car.CarRemoteDeviceManager.getEndpointPackageInfo(android.ca…