Home
last modified time | relevance | path

Searched refs:NOTIFICATION_TYPE_ACTION (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
H A DAbstractDozeModeTestCase.java114 testNotification(23, NOTIFICATION_TYPE_ACTION); in testBackgroundNetworkAccess_enabledButWhitelistedOnNotificationAction()
125 if (type.equals(NOTIFICATION_TYPE_ACTION)) { in testNotification()
H A DAbstractRestrictBackgroundNetworkTestCase.java115 protected static final String NOTIFICATION_TYPE_ACTION = "ACTION"; field in AbstractRestrictBackgroundNetworkTestCase
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app2/src/com/android/cts/net/hostside/app2/
H A DMyBroadcastReceiver.java25 import static com.android.cts.net.hostside.app2.Common.NOTIFICATION_TYPE_ACTION;
232 case NOTIFICATION_TYPE_ACTION: in sendNotification()
H A DCommon.java55 static final String NOTIFICATION_TYPE_ACTION = "ACTION"; field in Common