Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/cts/hostside/app2/src/com/android/cts/net/hostside/app2/
H A DMyBroadcastReceiver.java28 import static com.android.cts.net.hostside.app2.Common.NOTIFICATION_TYPE_BUNDLE;
228 case NOTIFICATION_TYPE_BUNDLE: in sendNotification()
H A DCommon.java54 static final String NOTIFICATION_TYPE_BUNDLE = "BUNDLE"; field in Common
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
H A DAbstractDozeModeTestCase.java113 testNotification(16, NOTIFICATION_TYPE_BUNDLE); in testBackgroundNetworkAccess_enabledButWhitelistedOnNotificationAction()
H A DAbstractRestrictBackgroundNetworkTestCase.java114 protected static final String NOTIFICATION_TYPE_BUNDLE = "BUNDLE"; field in AbstractRestrictBackgroundNetworkTestCase