Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7347e033 authored by Sandeep Bandaru's avatar Sandeep Bandaru
Browse files

Correct Flagged API for InferenceInfo

FLAG_ENABLE_ON_DEVICE_INTELLIGENCE_MODULE is for a different feature.
Update it to FLAG_ON_DEVICE_INTELLIGENCE_25Q4.

This is blocking flag push to nextfood - https://googleplex-android-review.git.corp.google.com/c/platform/vendor/google_shared/build/release/+/34619939?tab=checks

Bug: 372658837
Test: cts already exists
Change-Id: I7797c60b32646f8f8b4033e56d5060319af58e35
Flag: android.app.ondeviceintelligence.flags.on_device_intelligence_25q4
parent 8b5f8436
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

package android.app.ondeviceintelligence;

import static android.app.ondeviceintelligence.flags.Flags.FLAG_ENABLE_ON_DEVICE_INTELLIGENCE_MODULE;
import static android.app.ondeviceintelligence.flags.Flags.FLAG_ON_DEVICE_INTELLIGENCE_25Q4;

import android.annotation.CurrentTimeMillisLong;
import android.annotation.DurationMillisLong;
@@ -33,7 +33,7 @@ import android.os.Parcelable;
 * @hide
 */
@SystemApi
@FlaggedApi(FLAG_ENABLE_ON_DEVICE_INTELLIGENCE_MODULE)
@FlaggedApi(FLAG_ON_DEVICE_INTELLIGENCE_25Q4)
public final class InferenceInfo implements Parcelable {

    /**