This listener was @removed in Q, and is removed entirely after this. Test: atest SettingsProviderTest:DeviceConfigServiceTest atest FrameworksCoreTests:DeviceConfigTest Bug: 128902955 Change-Id: I5021dfcd05118598cd6fb0a9c9724834de9c4ae0
11 lines
388 B
Plaintext
11 lines
388 B
Plaintext
// Signature format: 2.0
|
|
package android.app.prediction {
|
|
|
|
public static final class AppTarget.Builder {
|
|
method @Deprecated @NonNull public android.app.prediction.AppTarget.Builder setTarget(@NonNull String, @NonNull android.os.UserHandle);
|
|
method @Deprecated @NonNull public android.app.prediction.AppTarget.Builder setTarget(@NonNull android.content.pm.ShortcutInfo);
|
|
}
|
|
|
|
}
|
|
|