Home
last modified time | relevance | path

Searched refs:makeNotificationUpdater (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringDependencies.java141 public TetheringNotificationUpdater makeNotificationUpdater(@NonNull final Context ctx, in makeNotificationUpdater() method in TetheringDependencies
DTethering.java300 mNotificationUpdater = mDeps.makeNotificationUpdater(mContext, mLooper); in Tethering()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java521 public TetheringNotificationUpdater makeNotificationUpdater(Context ctx, Looper looper) { in makeNotificationUpdater() method in TetheringTest.MockTetheringDependencies