xref: /aosp_15_r20/prebuilts/sdk/opt/wear/35.1/system/api/wear-sdk-removed.txt (revision 344a7f5ef16c479e7a7f54ee6567a9d112f9e72b)
1// Signature format: 2.0
2package com.google.wear.services.notification {
3
4  public class NotificationManager {
5    method @Deprecated @RequiresPermission(com.google.wear.services.Permissions.ACCESS_WEAR_SYSTEM_SERVICE) @WorkerThread public void getNotificationCountData(@NonNull java.util.concurrent.Executor, @NonNull android.os.OutcomeReceiver<com.google.wear.services.notification.NotificationCountData,java.lang.Throwable>);
6  }
7
8}
9
10