xref: /aosp_15_r20/prebuilts/sdk/36/test/api/framework-ondeviceintelligence-platform.txt (revision 344a7f5ef16c479e7a7f54ee6567a9d112f9e72b)
1// Signature format: 2.0
2
3package android.service.ondeviceintelligence {
4
5  public abstract class OnDeviceIntelligenceService extends android.app.Service {
6    method public void onReady();
7  }
8}
9
10