Searched refs:ERROR_GENERIC (Results 1 – 8 of 8) sorted by relevance
20 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()
697 if (cursor == null || cursor.getCount() <= 0) return Status.ERROR_GENERIC; in dropNumberOfRecords()
31 public static final int ERROR_GENERIC = -1; field in Status65 case ERROR_GENERIC: return "GENERIC ERROR"; in toString()
18 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()
19 import static android.car.CarProjectionManager.ProjectionAccessPointCallback.ERROR_GENERIC;101 assertThat(mApCallback.mFailureReason).isEqualTo(ERROR_GENERIC); in startAp_fail()
710 public static final int ERROR_GENERIC = 2; field in CarProjectionManager.ProjectionAccessPointCallback778 callback.onFailed(ProjectionAccessPointCallback.ERROR_GENERIC); in ProjectionAccessPointCallbackProxy()
123 message.arg1 = ProjectionAccessPointCallback.ERROR_GENERIC; in startProjectionAccessPoint()
121 field public static final int ERROR_GENERIC = 2; // 0x2