blob: 29bc798663374c561b295c3e8a08598a8de07f4f [file]
// Signature format: 6.0
// - style=java
package android.test.mock {
public class MockContext extends android.content.Context {
method public int getDisplayId();
method public void updateDisplay(int);
}
@Deprecated public class MockPackageManager extends android.content.pm.PackageManager {
method @Deprecated public void addCrossProfileIntentFilter(android.content.IntentFilter, int, int, int);
method @Deprecated public void clearCrossProfileIntentFilters(int);
method @Deprecated public int getInstallReason(String, android.os.UserHandle);
method @Deprecated public java.util.List<android.content.pm.ApplicationInfo> getInstalledApplicationsAsUser(int, int);
method @Deprecated public String[] getNamesForUids(int[]);
method @Deprecated @NonNull public String getServicesSystemSharedLibraryPackageName();
method @Deprecated @NonNull public String getSharedSystemSharedLibraryPackageName();
}
}