Searched refs:ACTION_DISABLE_TETHERING (Results 1 – 3 of 3) sorted by relevance
43 import com.android.networkstack.tethering.TetheringNotificationUpdater.ACTION_DISABLE_TETHERING292 val disableIntent = Intent(ACTION_DISABLE_TETHERING).setPackage(context.packageName) in testNoUpstreamNotification()367 val disableIntent = Intent(ACTION_DISABLE_TETHERING).setPackage(context.packageName) in testRoamingNotification()
71 static final String ACTION_DISABLE_TETHERING = field in TetheringNotificationUpdater293 final Intent intent = new Intent(ACTION_DISABLE_TETHERING); in notifyTetheringNoUpstream()
481 noUpstreamFilter.addAction(TetheringNotificationUpdater.ACTION_DISABLE_TETHERING); in startStateMachineUpdaters()1193 } else if (action.equals(TetheringNotificationUpdater.ACTION_DISABLE_TETHERING)) { in onReceive()