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