1*344a7f5eSAndroid Build Coastguard Worker// Signature format: 2.0 2*344a7f5eSAndroid Build Coastguard Workerpackage android.app.ecm { 3*344a7f5eSAndroid Build Coastguard Worker 4*344a7f5eSAndroid Build Coastguard Worker public class EnhancedConfirmationFrameworkInitializer { 5*344a7f5eSAndroid Build Coastguard Worker method public static void registerServiceWrappers(); 6*344a7f5eSAndroid Build Coastguard Worker } 7*344a7f5eSAndroid Build Coastguard Worker 8*344a7f5eSAndroid Build Coastguard Worker} 9*344a7f5eSAndroid Build Coastguard Worker 10*344a7f5eSAndroid Build Coastguard Workerpackage android.app.role { 11*344a7f5eSAndroid Build Coastguard Worker 12*344a7f5eSAndroid Build Coastguard Worker public class RoleFrameworkInitializer { 13*344a7f5eSAndroid Build Coastguard Worker method public static void registerServiceWrappers(); 14*344a7f5eSAndroid Build Coastguard Worker } 15*344a7f5eSAndroid Build Coastguard Worker 16*344a7f5eSAndroid Build Coastguard Worker public final class RoleManager { 17*344a7f5eSAndroid Build Coastguard Worker method @Nullable public String getBrowserRoleHolder(int); 18*344a7f5eSAndroid Build Coastguard Worker method @Nullable @RequiresPermission(android.Manifest.permission.READ_PRIVILEGED_PHONE_STATE) public String getEmergencyRoleHolder(int); 19*344a7f5eSAndroid Build Coastguard Worker method @Nullable public String getSmsRoleHolder(int); 20*344a7f5eSAndroid Build Coastguard Worker method @Nullable @RequiresPermission(android.Manifest.permission.SET_PREFERRED_APPLICATIONS) public boolean setBrowserRoleHolder(@Nullable String, int); 21*344a7f5eSAndroid Build Coastguard Worker } 22*344a7f5eSAndroid Build Coastguard Worker 23*344a7f5eSAndroid Build Coastguard Worker} 24*344a7f5eSAndroid Build Coastguard Worker 25*344a7f5eSAndroid Build Coastguard Workerpackage android.safetycenter { 26*344a7f5eSAndroid Build Coastguard Worker 27*344a7f5eSAndroid Build Coastguard Worker public final class SafetyCenterFrameworkInitializer { 28*344a7f5eSAndroid Build Coastguard Worker method public static void registerServiceWrappers(); 29*344a7f5eSAndroid Build Coastguard Worker } 30*344a7f5eSAndroid Build Coastguard Worker 31*344a7f5eSAndroid Build Coastguard Worker} 32*344a7f5eSAndroid Build Coastguard Worker 33