Searched refs:KEY_HINT_SCREEN_TIMEOUT (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java3786 private static final String KEY_HINT_SCREEN_TIMEOUT = "hintScreenTimeout"; field in class:NotificationCompat.WearableExtender
3867 mHintScreenTimeout = wearableBundle.getInt(KEY_HINT_SCREEN_TIMEOUT);
3931 wearableBundle.putInt(KEY_HINT_SCREEN_TIMEOUT, mHintScreenTimeout);
/frameworks/base/core/java/android/app/
H A DNotification.java8304 private static final String KEY_HINT_SCREEN_TIMEOUT = "hintScreenTimeout"; field in class:Notification.WearableExtender
8372 mHintScreenTimeout = wearableBundle.getInt(KEY_HINT_SCREEN_TIMEOUT);
8423 wearableBundle.putInt(KEY_HINT_SCREEN_TIMEOUT, mHintScreenTimeout);

Completed in 51 milliseconds