1*344a7f5eSAndroid Build Coastguard Worker// Signature format: 2.0 2*344a7f5eSAndroid Build Coastguard Workerpackage android.test.mock { 3*344a7f5eSAndroid Build Coastguard Worker 4*344a7f5eSAndroid Build Coastguard Worker public class MockContext extends android.content.Context { 5*344a7f5eSAndroid Build Coastguard Worker method public android.content.Context createCredentialProtectedStorageContext(); 6*344a7f5eSAndroid Build Coastguard Worker method public java.io.File getPreloadsFileCache(); 7*344a7f5eSAndroid Build Coastguard Worker method public boolean isCredentialProtectedStorage(); 8*344a7f5eSAndroid Build Coastguard Worker method public void sendBroadcastAsUser(android.content.Intent, android.os.UserHandle, String, android.os.Bundle); 9*344a7f5eSAndroid Build Coastguard Worker } 10*344a7f5eSAndroid Build Coastguard Worker 11*344a7f5eSAndroid Build Coastguard Worker @Deprecated public class MockPackageManager extends android.content.pm.PackageManager { 12*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public void addOnPermissionsChangeListener(android.content.pm.PackageManager.OnPermissionsChangedListener); 13*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public boolean arePermissionsIndividuallyControlled(); 14*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public java.util.List<android.content.IntentFilter> getAllIntentFilters(String); 15*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public String getDefaultBrowserPackageNameAsUser(int); 16*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public java.util.List<android.content.pm.PackageInfo> getInstalledPackagesAsUser(int, int); 17*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public android.graphics.drawable.Drawable getInstantAppIcon(String); 18*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public android.content.ComponentName getInstantAppInstallerComponent(); 19*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public android.content.ComponentName getInstantAppResolverSettingsComponent(); 20*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public java.util.List<android.content.pm.InstantAppInfo> getInstantApps(); 21*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public java.util.List<android.content.pm.IntentFilterVerificationInfo> getIntentFilterVerifications(String); 22*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public int getIntentVerificationStatusAsUser(String, int); 23*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public int getPermissionFlags(String, String, android.os.UserHandle); 24*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public void grantRuntimePermission(String, String, android.os.UserHandle); 25*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public int installExistingPackage(String) throws android.content.pm.PackageManager.NameNotFoundException; 26*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public int installExistingPackage(String, int) throws android.content.pm.PackageManager.NameNotFoundException; 27*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public void registerDexModule(String, @Nullable android.content.pm.PackageManager.DexModuleRegisterCallback); 28*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public void removeOnPermissionsChangeListener(android.content.pm.PackageManager.OnPermissionsChangedListener); 29*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public void revokeRuntimePermission(String, String, android.os.UserHandle); 30*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public boolean setDefaultBrowserPackageNameAsUser(String, int); 31*344a7f5eSAndroid Build Coastguard Worker method public String[] setPackagesSuspended(String[], boolean, android.os.PersistableBundle, android.os.PersistableBundle, String); 32*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public void setUpdateAvailable(String, boolean); 33*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public boolean updateIntentVerificationStatusAsUser(String, int, int); 34*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public void updatePermissionFlags(String, String, int, int, android.os.UserHandle); 35*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public void verifyIntentFilter(int, int, java.util.List<java.lang.String>); 36*344a7f5eSAndroid Build Coastguard Worker } 37*344a7f5eSAndroid Build Coastguard Worker 38*344a7f5eSAndroid Build Coastguard Worker} 39*344a7f5eSAndroid Build Coastguard Worker 40