Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/
DIpMemoryStoreService.java20 import static android.net.ipmemorystore.Status.ERROR_GENERIC;
248 return ERROR_GENERIC; in storeNetworkAttributesAndBlobSync()
326 listener.onSameL3NetworkResponse(makeStatus(ERROR_GENERIC), null); in isSameNetwork()
365 listener.onNetworkAttributesRetrieved(makeStatus(ERROR_GENERIC), l2Key, null); in retrieveNetworkAttributes()
404 listener.onBlobRetrieved(makeStatus(ERROR_GENERIC), l2Key, name, null); in retrieveBlob()
DIpMemoryStoreDatabase.java697 if (cursor == null || cursor.getCount() <= 0) return Status.ERROR_GENERIC; in dropNumberOfRecords()
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ipmemorystore/
DStatus.java31 public static final int ERROR_GENERIC = -1; field in Status
65 case ERROR_GENERIC: return "GENERIC ERROR"; in toString()
/packages/services/Car/service/src/com/android/car/
DCarProjectionService.java18 import static android.car.CarProjectionManager.ProjectionAccessPointCallback.ERROR_GENERIC;
622 sendApFailed(ERROR_GENERIC); in startTetheredApLocked()
690 reason = ERROR_GENERIC; in startLocalOnlyApLocked()
982 reason = ProjectionAccessPointCallback.ERROR_GENERIC; in onStateChanged()
/packages/services/Car/tests/CarLibTests/src/android/car/
DCarProjectionManagerTest.java19 import static android.car.CarProjectionManager.ProjectionAccessPointCallback.ERROR_GENERIC;
101 assertThat(mApCallback.mFailureReason).isEqualTo(ERROR_GENERIC); in startAp_fail()
/packages/services/Car/car-lib/src/android/car/
DCarProjectionManager.java710 public static final int ERROR_GENERIC = 2; field in CarProjectionManager.ProjectionAccessPointCallback
778 callback.onFailed(ProjectionAccessPointCallback.ERROR_GENERIC); in ProjectionAccessPointCallbackProxy()
/packages/services/Car/car-test-lib/src/android/car/testapi/
DFakeCarProjectionService.java123 message.arg1 = ProjectionAccessPointCallback.ERROR_GENERIC; in startProjectionAccessPoint()
/packages/services/Car/car-lib/api/
Dsystem-current.txt121 field public static final int ERROR_GENERIC = 2; // 0x2