HomeSort by relevance Sort by last modified time
    Searched refs:getPublisherInfo (Results 1 - 7 of 7) sorted by null

  /packages/services/Car/tests/carservice_unit_test/src/com/android/car/
VmsPublishersInfoTest.java 44 byte[] info = mVmsPublishersInfo.getPublisherInfo(id);
54 byte[] info = mVmsPublishersInfo.getPublisherInfo(id + 1);
69 byte[] info0 = mVmsPublishersInfo.getPublisherInfo(id0);
70 byte[] info1 = mVmsPublishersInfo.getPublisherInfo(id1);
  /packages/services/Car/car-lib/src/android/car/vms/
IVmsSubscriberService.aidl 96 byte[] getPublisherInfo(in int publisherId) = 9;
VmsSubscriberManager.java 169 public byte[] getPublisherInfo(int publisherId)
172 return mVmsSubscriberService.getPublisherInfo(publisherId);
  /packages/services/Car/service/src/com/android/car/
VmsPublishersInfo.java 79 public byte[] getPublisherInfo(int publisherId) {
VmsSubscriberService.java 304 public byte[] getPublisherInfo(int publisherId) {
307 return mHal.getPublisherInfo(publisherId);
  /packages/services/Car/tests/carservice_test/src/com/android/car/
VmsPublisherSubscriberTest.java 169 byte[] info = mVmsSubscriberManager.getPublisherInfo(EXPECTED_PUBLISHER_ID);
  /packages/services/Car/service/src/com/android/car/hal/
VmsHalService.java 276 public byte[] getPublisherInfo(int publisherId) {
281 return mPublishersInfo.getPublisherInfo(publisherId);

Completed in 420 milliseconds