Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTetheringDependencies.java133 public TetheringNotificationUpdater getNotificationUpdater(@NonNull final Context ctx, in getNotificationUpdater() method in TetheringDependencies
DTethering.java269 mNotificationUpdater = mDeps.getNotificationUpdater(mContext, mLooper); in Tethering()
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java433 public TetheringNotificationUpdater getNotificationUpdater(Context ctx, Looper looper) { in getNotificationUpdater() method in TetheringTest.MockTetheringDependencies