Searched refs:TetheringNotificationUpdater (Results 1 – 5 of 5) sorted by relevance
43 import com.android.networkstack.tethering.TetheringNotificationUpdater.ACTION_DISABLE_TETHERING44 import com.android.networkstack.tethering.TetheringNotificationUpdater.DOWNSTREAM_NONE45 import com.android.networkstack.tethering.TetheringNotificationUpdater.EVENT_SHOW_NO_UPSTREAM46 import com.android.networkstack.tethering.TetheringNotificationUpdater.NO_UPSTREAM_NOTIFICATION_ID47 import com.android.networkstack.tethering.TetheringNotificationUpdater.RESTRICTED_NOTIFICATION_ID48 import com.android.networkstack.tethering.TetheringNotificationUpdater.ROAMING_NOTIFICATION_ID49 import com.android.networkstack.tethering.TetheringNotificationUpdater.VERIZON_CARRIER_ID50 import com.android.networkstack.tethering.TetheringNotificationUpdater.getSettingsPackageName96 private lateinit var notificationUpdater: TetheringNotificationUpdater118 : TetheringNotificationUpdater(c, looper) { in createContextAsUser()
80 import static com.android.networkstack.tethering.TetheringNotificationUpdater.DOWNSTREAM_NONE;287 @Mock private TetheringNotificationUpdater mNotificationUpdater;521 public TetheringNotificationUpdater makeNotificationUpdater(Context ctx, Looper looper) { in makeNotificationUpdater()
141 public TetheringNotificationUpdater makeNotificationUpdater(@NonNull final Context ctx, in makeNotificationUpdater()143 return new TetheringNotificationUpdater(ctx, looper); in makeNotificationUpdater()
64 public class TetheringNotificationUpdater { class65 private static final String TAG = TetheringNotificationUpdater.class.getSimpleName();140 public TetheringNotificationUpdater(@NonNull final Context context, in TetheringNotificationUpdater() method in TetheringNotificationUpdater
67 import static com.android.networkstack.tethering.TetheringNotificationUpdater.DOWNSTREAM_NONE;258 private final TetheringNotificationUpdater mNotificationUpdater;481 noUpstreamFilter.addAction(TetheringNotificationUpdater.ACTION_DISABLE_TETHERING); in startStateMachineUpdaters()1193 } else if (action.equals(TetheringNotificationUpdater.ACTION_DISABLE_TETHERING)) { in onReceive()1379 private final TetheringNotificationUpdater mNotificationUpdater;1383 @NonNull TetheringNotificationUpdater updater) { in UserRestrictionActionListener()