Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringNotificationUpdaterTest.kt43 import com.android.networkstack.tethering.TetheringNotificationUpdater.ACTION_DISABLE_TETHERING
292 val disableIntent = Intent(ACTION_DISABLE_TETHERING).setPackage(context.packageName) in testNoUpstreamNotification()
367 val disableIntent = Intent(ACTION_DISABLE_TETHERING).setPackage(context.packageName) in testRoamingNotification()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringNotificationUpdater.java71 static final String ACTION_DISABLE_TETHERING = field in TetheringNotificationUpdater
293 final Intent intent = new Intent(ACTION_DISABLE_TETHERING); in notifyTetheringNoUpstream()
DTethering.java481 noUpstreamFilter.addAction(TetheringNotificationUpdater.ACTION_DISABLE_TETHERING); in startStateMachineUpdaters()
1193 } else if (action.equals(TetheringNotificationUpdater.ACTION_DISABLE_TETHERING)) { in onReceive()