Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/localepicker/
DNotificationActionActivity.java43 private static final int INVALID_NOTIFICATION_ID = -1; field in NotificationActionActivity
53 int notificationId = intent.getIntExtra(EXTRA_NOTIFICATION_ID, INVALID_NOTIFICATION_ID); in onCreate()
55 if (TextUtils.isEmpty(appLocale) || notificationId == INVALID_NOTIFICATION_ID) { in onCreate()