Searched refs:NOTIFICATION_TYPE_ACTION (Results 1 – 4 of 4) sorted by relevance
114 testNotification(23, NOTIFICATION_TYPE_ACTION); in testBackgroundNetworkAccess_enabledButWhitelistedOnNotificationAction()125 if (type.equals(NOTIFICATION_TYPE_ACTION)) { in testNotification()
115 protected static final String NOTIFICATION_TYPE_ACTION = "ACTION"; field in AbstractRestrictBackgroundNetworkTestCase
25 import static com.android.cts.net.hostside.app2.Common.NOTIFICATION_TYPE_ACTION;232 case NOTIFICATION_TYPE_ACTION: in sendNotification()
55 static final String NOTIFICATION_TYPE_ACTION = "ACTION"; field in Common