Home
last modified time | relevance | path

Searched refs:FastPairNotificationManager (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/fastpair/notification/
DFastPairNotificationManagerTest.java55 private FastPairNotificationManager mFastPairNotificationManager;
68 FastPairNotificationManager fastPairNotificationManager = in setup()
70 new FastPairNotificationManager(context, NOTIFICATION_ID, mNotificationManager, in setup()
72 mLocator.overrideBindingForTest(FastPairNotificationManager.class, in setup()
DFastPairNotificationsTest.java19 import static com.android.server.nearby.fastpair.notification.FastPairNotificationManager.DEVICES_W…
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/fastpair/
DFastPairModule.java27 import com.android.server.nearby.fastpair.notification.FastPairNotificationManager;
56 } else if (type.equals(FastPairNotificationManager.class)) { in configure()
57 locator.bind(FastPairNotificationManager.class, in configure()
58 new FastPairNotificationManager(context)); in configure()
DFastPairController.java40 import com.android.server.nearby.fastpair.notification.FastPairNotificationManager;
132 FastPairNotificationManager fastPairNotificationManager = in pair()
133 Locator.get(mContext, FastPairNotificationManager.class); in pair()
168 FastPairNotificationManager fastPairNotificationManager = in pair()
169 Locator.get(mContext, FastPairNotificationManager.class); in pair()
DFastPairAdvHandler.java39 import com.android.server.nearby.fastpair.notification.FastPairNotificationManager;
243 FastPairNotificationManager fastPairNotificationManager = in showSubsequentNotification()
244 Locator.get(mContext, FastPairNotificationManager.class); in showSubsequentNotification()
/packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/fastpair/pairinghandler/
DNotificationPairingProgressHandlerTest.java39 import com.android.server.nearby.fastpair.notification.FastPairNotificationManager;
145 FastPairNotificationManager fastPairNotificationManager = in createProgressHandler()
146 new FastPairNotificationManager(context, 1234, mNotificationManager, in createProgressHandler()
149 mLocator.overrideBindingForTest(FastPairNotificationManager.class, in createProgressHandler()
DPairingProgressHandlerBaseTest.java42 import com.android.server.nearby.fastpair.notification.FastPairNotificationManager;
225 FastPairNotificationManager fastPairNotificationManager = in createProgressHandler()
226 new FastPairNotificationManager(context, 1234, mNotificationManager, in createProgressHandler()
229 mLocator.overrideBindingForTest(FastPairNotificationManager.class, in createProgressHandler()
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/fastpair/notification/
DFastPairNotificationManager.java43 public class FastPairNotificationManager { class
106 public FastPairNotificationManager(Context context, int notificationId, in FastPairNotificationManager() method in FastPairNotificationManager
119 public FastPairNotificationManager(Context context, int notificationId) { in FastPairNotificationManager() method in FastPairNotificationManager
127 public FastPairNotificationManager(Context context) { in FastPairNotificationManager() method in FastPairNotificationManager
DFastPairNotifications.java22 import static com.android.server.nearby.fastpair.notification.FastPairNotificationManager.DEVICES_W…
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/fastpair/pairinghandler/
DNotificationPairingProgressHandler.java28 import com.android.server.nearby.fastpair.notification.FastPairNotificationManager;
34 private final FastPairNotificationManager mFastPairNotificationManager;
46 FastPairNotificationManager mFastPairNotificationManager) { in NotificationPairingProgressHandler()
DPairingProgressHandlerBase.java33 import com.android.server.nearby.fastpair.notification.FastPairNotificationManager;
62 FastPairNotificationManager notificationManager, in create()
/packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/fastpair/
DFastPairAdvHandlerTest.java36 import com.android.server.nearby.fastpair.notification.FastPairNotificationManager;
62 private FastPairNotificationManager mFastPairNotificationManager;
109 FastPairNotificationManager.class, mFastPairNotificationManager in setup()