Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/
DIpMemoryStoreService.java145 private StatusParcelable makeStatus(final int code) { in makeStatus() method in IpMemoryStoreService
179 if (null != listener) listener.onComplete(makeStatus(code)); in storeNetworkAttributes()
206 if (null != listener) listener.onComplete(makeStatus(code)); in storeBlob()
272 listener.onL2KeyResponse(makeStatus(ERROR_ILLEGAL_ARGUMENT), null); in findL2Key()
276 listener.onL2KeyResponse(makeStatus(ERROR_ILLEGAL_ARGUMENT), null); in findL2Key()
281 listener.onL2KeyResponse(makeStatus(SUCCESS), key); in findL2Key()
304 listener.onSameL3NetworkResponse(makeStatus(ERROR_ILLEGAL_ARGUMENT), null); in isSameNetwork()
308 listener.onSameL3NetworkResponse(makeStatus(ERROR_ILLEGAL_ARGUMENT), null); in isSameNetwork()
317 listener.onSameL3NetworkResponse(makeStatus(SUCCESS), in isSameNetwork()
323 listener.onSameL3NetworkResponse(makeStatus(SUCCESS), in isSameNetwork()
[all …]