@@ -62,7 +62,7 @@ def test_GetVehicleDataResponse(self):
6262 expected ['function_id' ] = 'GET_VEHICLE_DATA'
6363 expected ['class_name' ] = 'GetVehicleDataResponse'
6464 expected ['extends_class' ] = 'RPCResponse'
65- expected ['imports' ] = ['android.support .annotation.NonNull' , '' ,
65+ expected ['imports' ] = ['androidx .annotation.NonNull' , '' ,
6666 'com.smartdevicelink.protocol.enums.FunctionID' ,
6767 'com.smartdevicelink.proxy.RPCResponse' ,
6868 'com.smartdevicelink.proxy.rpc.enums.Result' ,
@@ -86,7 +86,7 @@ def test_RegisterAppInterfaceResponse(self):
8686 expected ['function_id' ] = 'REGISTER_APP_INTERFACE'
8787 expected ['class_name' ] = 'RegisterAppInterfaceResponse'
8888 expected ['extends_class' ] = 'RPCResponse'
89- expected ['imports' ] = ['android.support .annotation.NonNull' , '' ,
89+ expected ['imports' ] = ['androidx .annotation.NonNull' , '' ,
9090 'com.smartdevicelink.protocol.enums.FunctionID' , 'com.smartdevicelink.proxy.RPCResponse' ,
9191 'com.smartdevicelink.proxy.rpc.enums.Language' ,
9292 'com.smartdevicelink.proxy.rpc.enums.Result' , '' , 'java.util.Hashtable' ]
@@ -108,7 +108,7 @@ def test_RegisterAppInterface(self):
108108 expected ['function_id' ] = 'REGISTER_APP_INTERFACE'
109109 expected ['class_name' ] = 'RegisterAppInterface'
110110 expected ['extends_class' ] = 'RPCRequest'
111- expected ['imports' ] = ['android.support .annotation.NonNull' , '' ,
111+ expected ['imports' ] = ['androidx .annotation.NonNull' , '' ,
112112 'com.smartdevicelink.protocol.enums.FunctionID' ,
113113 'com.smartdevicelink.proxy.RPCRequest' ,
114114 '' , 'java.util.Hashtable' , 'java.util.List' ]
@@ -139,7 +139,7 @@ def test_PutFileRequest(self):
139139 expected ['function_id' ] = 'PUT_FILE'
140140 expected ['class_name' ] = 'PutFile'
141141 expected ['extends_class' ] = 'RPCRequest'
142- expected ['imports' ] = ['android.support .annotation.NonNull' , '' ,
142+ expected ['imports' ] = ['androidx .annotation.NonNull' , '' ,
143143 'com.smartdevicelink.protocol.enums.FunctionID' , 'com.smartdevicelink.proxy.RPCRequest' ,
144144 'com.smartdevicelink.proxy.rpc.enums.FileType' , '' , 'java.util.Hashtable' ]
145145 expected ['description' ] = ['Used to' ]
@@ -163,7 +163,7 @@ def test_OnEncodedSyncPDataNotification(self):
163163 expected ['function_id' ] = 'ON_ENCODED_SYNC_PDATA'
164164 expected ['class_name' ] = 'OnEncodedSyncPData'
165165 expected ['extends_class' ] = 'RPCNotification'
166- expected ['imports' ] = ['android.support .annotation.NonNull' , '' ,
166+ expected ['imports' ] = ['androidx .annotation.NonNull' , '' ,
167167 'com.smartdevicelink.protocol.enums.FunctionID' ,
168168 'com.smartdevicelink.proxy.RPCNotification' , '' , 'java.util.Hashtable' ]
169169 expected ['description' ] = ['Callback including' ]
@@ -184,7 +184,7 @@ def test_DeleteCommand(self):
184184 expected ['function_id' ] = 'DELETE_COMMAND'
185185 expected ['class_name' ] = 'DeleteCommand'
186186 expected ['extends_class' ] = 'RPCRequest'
187- expected ['imports' ] = ['android.support .annotation.NonNull' , '' ,
187+ expected ['imports' ] = ['androidx .annotation.NonNull' , '' ,
188188 'com.smartdevicelink.protocol.enums.FunctionID' , 'com.smartdevicelink.proxy.RPCRequest' ,
189189 '' , 'java.util.Hashtable' ]
190190 expected ['params' ] = (
@@ -204,7 +204,7 @@ def test_Alert(self):
204204 expected ['function_id' ] = 'ALERT'
205205 expected ['class_name' ] = 'Alert'
206206 expected ['extends_class' ] = 'RPCRequest'
207- expected ['imports' ] = ['android.support .annotation.NonNull' , '' ,
207+ expected ['imports' ] = ['androidx .annotation.NonNull' , '' ,
208208 'com.smartdevicelink.protocol.enums.FunctionID' ,
209209 'com.smartdevicelink.proxy.RPCRequest' , '' , 'java.util.Hashtable' ]
210210 expected ['params' ] = (
@@ -225,7 +225,7 @@ def test_ReleaseInteriorVehicleDataModule(self):
225225 expected ['function_id' ] = 'RELEASE_INTERIOR_VEHICLE_DATA_MODULE'
226226 expected ['class_name' ] = 'ReleaseInteriorVehicleDataModule'
227227 expected ['extends_class' ] = 'RPCRequest'
228- expected ['imports' ] = ['android.support .annotation.NonNull' , '' ,
228+ expected ['imports' ] = ['androidx .annotation.NonNull' , '' ,
229229 'com.smartdevicelink.protocol.enums.FunctionID' ,
230230 'com.smartdevicelink.proxy.RPCRequest' , '' , 'java.util.Hashtable' ]
231231 expected ['params' ] = (
0 commit comments