1// Signature format: 2.0
2package com.android.server.ondeviceintelligence {
3
4  @FlaggedApi("android.app.ondeviceintelligence.flags.enable_on_device_intelligence_module") public interface OnDeviceIntelligenceManagerLocal {
5    method public int getInferenceServiceUid();
6  }
7
8}
9
10