Searched defs:PAYLOAD (Results 1 – 6 of 6) sorted by relevance
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | VmsPublisherClientServiceTest.java | 43 public static final byte[] PAYLOAD = new byte[]{1, 1, 2, 3, 5, 8, 13}; field in VmsPublisherClientServiceTest
|
D | VmsSubscriberManagerTest.java | 78 private static final byte[] PAYLOAD = {0xa, 0xb}; field in VmsSubscriberManagerTest
|
D | VmsPublisherSubscriberTest.java | 51 private static final byte[] PAYLOAD = {0xa, 0xb}; field in VmsPublisherSubscriberTest
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | VmsPublisherServiceTest.java | 74 private static final byte[] PAYLOAD = new byte[]{1, 2, 3, 4}; field in VmsPublisherServiceTest
|
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/ |
D | IndexDatabaseHelper.java | 74 String PAYLOAD = "payload"; field
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | VmsHalServiceTest.java | 79 private static final byte[] PAYLOAD = new byte[]{1, 2, 3, 4}; field in VmsHalServiceTest
|