Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/
DVmsOperationRecorderTest.java90 assertJsonMsgEquals("{'subscribe':{'layer':{'subtype':3,'type':1,'version':2}}}"); in testSubscribe()
96 assertJsonMsgEquals("{'unsubscribe':{'layer':{'type':1,'subtype':3,'version':2}}}"); in testUnsubscribe()
102 assertJsonMsgEquals("{'startMonitoring':{}}"); in testStartMonitoring()
108 assertJsonMsgEquals("{'stopMonitoring':{}}"); in testStopMonitoring()
114 assertJsonMsgEquals("{'setLayersOffering':{'publisherId':66}}"); in testSetLayersOffering0()
120 assertJsonMsgEquals("{'setLayersOffering':{'publisherId':66,'layerDependency':[" in testSetLayersOffering2()
130 assertJsonMsgEquals("{'getPublisherId':{'publisherId':9}}"); in testGetPublisherId()
136 assertJsonMsgEquals( in testAddSubscription()
144 assertJsonMsgEquals("{'removeSubscription':" in testRemoveSubscription()
151 assertJsonMsgEquals("{'addPromiscuousSubscription':{'sequenceNumber':42}}"); in testAddPromiscuousSubscription()
[all …]