Searched refs:makeNotificationUpdater (Results 1 – 3 of 3) sorted by relevance
141 public TetheringNotificationUpdater makeNotificationUpdater(@NonNull final Context ctx, in makeNotificationUpdater() method in TetheringDependencies
300 mNotificationUpdater = mDeps.makeNotificationUpdater(mContext, mLooper); in Tethering()
521 public TetheringNotificationUpdater makeNotificationUpdater(Context ctx, Looper looper) { in makeNotificationUpdater() method in TetheringTest.MockTetheringDependencies