You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
593 B
17 lines
593 B
// Signature format: 2.0
|
|
package android.test.mock {
|
|
|
|
public class MockContext extends android.content.Context {
|
|
method public android.content.SharedPreferences getSharedPreferences(java.io.File, int);
|
|
method public java.io.File getSharedPreferencesPath(String);
|
|
}
|
|
|
|
@Deprecated public class MockPackageManager extends android.content.pm.PackageManager {
|
|
method @Deprecated public String getDefaultBrowserPackageName(int);
|
|
method @Deprecated public boolean setDefaultBrowserPackageName(String, int);
|
|
method public boolean setInstantAppCookie(@NonNull byte[]);
|
|
}
|
|
|
|
}
|
|
|