Searched refs:NOTIFICATION_TYPE_CONTENT (Results 1 – 4 of 4) sorted by relevance
29 import static com.android.cts.net.hostside.app2.Common.NOTIFICATION_TYPE_CONTENT;217 case NOTIFICATION_TYPE_CONTENT: in sendNotification()
51 static final String NOTIFICATION_TYPE_CONTENT = "CONTENT"; field in Common
110 testNotification(4, NOTIFICATION_TYPE_CONTENT); in testBackgroundNetworkAccess_enabledButWhitelistedOnNotificationAction()
111 protected static final String NOTIFICATION_TYPE_CONTENT = "CONTENT"; field in AbstractRestrictBackgroundNetworkTestCase