Searched refs:INVALID_NOTIFICATION_ID (Results 1 – 1 of 1) sorted by relevance
43 private static final int INVALID_NOTIFICATION_ID = -1; field in NotificationActionActivity53 int notificationId = intent.getIntExtra(EXTRA_NOTIFICATION_ID, INVALID_NOTIFICATION_ID); in onCreate()55 if (TextUtils.isEmpty(appLocale) || notificationId == INVALID_NOTIFICATION_ID) { in onCreate()