Home
last modified time | relevance | path

Searched refs:disableIntent (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringNotificationUpdaterTest.kt291 val disableIntent = Intent(ACTION_DISABLE_TETHERING).setPackage(context.packageName) in testNoUpstreamNotification() constant
305 NO_UPSTREAM_NOTIFICATION_ID, BROADCAST_PENDING_INTENT, disableIntent, in testNoUpstreamNotification()
320 NO_UPSTREAM_NOTIFICATION_ID, BROADCAST_PENDING_INTENT, disableIntent, in testNoUpstreamNotification()
366 val disableIntent = Intent(ACTION_DISABLE_TETHERING).setPackage(context.packageName) in testRoamingNotification() constant
402 NO_UPSTREAM_NOTIFICATION_ID, BROADCAST_PENDING_INTENT, disableIntent, in testRoamingNotification()
414 NO_UPSTREAM_NOTIFICATION_ID, BROADCAST_PENDING_INTENT, disableIntent, in testRoamingNotification()
/packages/services/BuiltInPrintService/src/com/android/bips/
DP2pPermissionManager.java239 Intent disableIntent = new Intent(mContext, BuiltInPrintService.class) in showNotification() local
242 BuiltInPrintService.P2P_PERMISSION_REQUEST_ID, disableIntent, in showNotification()