Searched refs:ERROR_UNKNOWN (Results 1 – 6 of 6) sorted by relevance
97 () -> listener.onComplete(new Status(Status.ERROR_UNKNOWN))); in storeNetworkAttributes()122 () -> listener.onComplete(new Status(Status.ERROR_UNKNOWN))); in storeBlob()148 () -> listener.onL2KeyResponse(new Status(Status.ERROR_UNKNOWN), in findL2Key()170 () -> listener.onSameL3NetworkResponse(new Status(Status.ERROR_UNKNOWN), in isSameNetwork()192 () -> listener.onNetworkAttributesRetrieved(new Status(Status.ERROR_UNKNOWN), in retrieveNetworkAttributes()216 () -> listener.onBlobRetrieved(new Status(Status.ERROR_UNKNOWN), in retrieveBlob()244 () -> listener.onComplete(new Status(Status.ERROR_UNKNOWN), in delete()276 () -> listener.onComplete(new Status(Status.ERROR_UNKNOWN), in deleteCluster()
153 return Backend.ERROR_UNKNOWN; in doInBackground()180 return Backend.ERROR_UNKNOWN; in doInBackground()
53 static final int ERROR_UNKNOWN = -3; field in Backend
35 public static final int ERROR_UNKNOWN = -5; field in Status
165 ERROR_UNKNOWN = 1 variable
640 return new StatusAndCount(Status.ERROR_UNKNOWN, 0); in deleteEntriesWithColumn()