Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/
DIpMemoryStoreService.java21 import static android.net.ipmemorystore.Status.ERROR_ILLEGAL_ARGUMENT;
225 if (null == l2Key) return ERROR_ILLEGAL_ARGUMENT; in storeNetworkAttributesAndBlobSync()
226 if (null == attributes && null == data) return ERROR_ILLEGAL_ARGUMENT; in storeNetworkAttributesAndBlobSync()
227 if (null != data && (null == clientId || null == name)) return ERROR_ILLEGAL_ARGUMENT; in storeNetworkAttributesAndBlobSync()
272 listener.onL2KeyResponse(makeStatus(ERROR_ILLEGAL_ARGUMENT), null); in findL2Key()
276 listener.onL2KeyResponse(makeStatus(ERROR_ILLEGAL_ARGUMENT), null); in findL2Key()
304 listener.onSameL3NetworkResponse(makeStatus(ERROR_ILLEGAL_ARGUMENT), null); in isSameNetwork()
308 listener.onSameL3NetworkResponse(makeStatus(ERROR_ILLEGAL_ARGUMENT), null); in isSameNetwork()
351 makeStatus(ERROR_ILLEGAL_ARGUMENT), l2Key, null); in retrieveNetworkAttributes()
391 listener.onBlobRetrieved(makeStatus(ERROR_ILLEGAL_ARGUMENT), l2Key, name, null); in retrieveBlob()
DIpMemoryStoreDatabase.java684 return Status.ERROR_ILLEGAL_ARGUMENT; in dropNumberOfRecords()
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ipmemorystore/
DStatus.java32 public static final int ERROR_ILLEGAL_ARGUMENT = -2; field in Status
66 case ERROR_ILLEGAL_ARGUMENT: return "ILLEGAL ARGUMENT"; in toString()
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ipmemorystore/
DIpMemoryStoreServiceTest.java519 assertEquals(Status.ERROR_ILLEGAL_ARGUMENT, status.resultCode);
528 assertEquals(Status.ERROR_ILLEGAL_ARGUMENT, status.resultCode);
536 assertEquals(Status.ERROR_ILLEGAL_ARGUMENT, status.resultCode);
545 assertEquals(Status.ERROR_ILLEGAL_ARGUMENT, status.resultCode);
731 assertEquals(Status.ERROR_ILLEGAL_ARGUMENT, status.resultCode);