1*344a7f5eSAndroid Build Coastguard Worker// Signature format: 2.0 2*344a7f5eSAndroid Build Coastguard Workerpackage com.android.server.sdksandbox { 3*344a7f5eSAndroid Build Coastguard Worker 4*344a7f5eSAndroid Build Coastguard Worker public interface SdkSandboxManagerLocal { 5*344a7f5eSAndroid Build Coastguard Worker method public void enforceAllowedToSendBroadcast(@NonNull android.content.Intent); 6*344a7f5eSAndroid Build Coastguard Worker method public void enforceAllowedToStartActivity(@NonNull android.content.Intent); 7*344a7f5eSAndroid Build Coastguard Worker method public void enforceAllowedToStartOrBindService(@NonNull android.content.Intent); 8*344a7f5eSAndroid Build Coastguard Worker method @NonNull public String getSdkSandboxProcessNameForInstrumentation(@NonNull android.content.pm.ApplicationInfo); 9*344a7f5eSAndroid Build Coastguard Worker method public void notifyInstrumentationFinished(@NonNull String, int); 10*344a7f5eSAndroid Build Coastguard Worker method public void notifyInstrumentationStarted(@NonNull String, int); 11*344a7f5eSAndroid Build Coastguard Worker field public static final String SERVICE_INTERFACE = "com.android.sdksandbox.SdkSandboxService"; 12*344a7f5eSAndroid Build Coastguard Worker field public static final String VERIFIER_RECEIVER = "com.android.server.sdksandbox.SdkSandboxVerifierReceiver"; 13*344a7f5eSAndroid Build Coastguard Worker } 14*344a7f5eSAndroid Build Coastguard Worker 15*344a7f5eSAndroid Build Coastguard Worker} 16*344a7f5eSAndroid Build Coastguard Worker 17