You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: firebase-ml-modeldownloader/src/main/java/com/google/firebase/ml/modeldownloader/FirebaseModelDownloader.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ public Task<CustomModel> getModel(
135
135
// check for latest model, wait for download if newer model exists
Copy file name to clipboardExpand all lines: firebase-ml-modeldownloader/src/main/java/com/google/firebase/ml/modeldownloader/internal/ModelFileDownloadService.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -392,7 +392,7 @@ public File loadNewlyDownloadedModelFile(CustomModel model) {
Copy file name to clipboardExpand all lines: firebase-ml-modeldownloader/src/main/java/com/google/firebase/ml/modeldownloader/internal/SharedPreferencesUtil.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ public SharedPreferencesUtil(FirebaseApp firebaseApp) {
65
65
* Returns the Custom Model details currently associated with this model. If a fully downloaded
66
66
* model is present - this returns the details of that model, including local file path. If an
67
67
* update of an existing model is in progress, the local model plus the download id for the new
68
-
* upload is returned. To get only details related to the downloading model use {@link
68
+
* download is returned. To get only details related to the downloading model use {@link
69
69
* #getDownloadingCustomModelDetails}. If this is the initial download of a local file - the
70
70
* downloading model details are returned.
71
71
*
@@ -161,7 +161,7 @@ public synchronized void setDownloadingCustomModelDetails(@NonNull CustomModel c
161
161
*
162
162
* @param customModel custom model details to be stored.
Copy file name to clipboardExpand all lines: firebase-ml-modeldownloader/src/test/java/com/google/firebase/ml/modeldownloader/FirebaseModelDownloaderTest.java
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ public class FirebaseModelDownloaderTest {
Copy file name to clipboardExpand all lines: firebase-ml-modeldownloader/src/test/java/com/google/firebase/ml/modeldownloader/internal/ModelFileDownloadServiceTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -596,7 +596,7 @@ public void maybeCheckDownloadingComplete_downloadFailed() throws Exception {
Copy file name to clipboardExpand all lines: firebase-ml-modeldownloader/src/test/java/com/google/firebase/ml/modeldownloader/internal/SharedPreferencesUtilTest.java
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -73,33 +73,33 @@ public void setDownloadingCustomModelDetails_initializeDownload()
0 commit comments