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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java3346 private static final String KEY_HINT_SCREEN_TIMEOUT = "hintScreenTimeout"; field in class:NotificationCompat.WearableExtender
3427 mHintScreenTimeout = wearableBundle.getInt(KEY_HINT_SCREEN_TIMEOUT);
3491 wearableBundle.putInt(KEY_HINT_SCREEN_TIMEOUT, mHintScreenTimeout);
/frameworks/base/core/java/android/app/
H A DNotification.java7186 private static final String KEY_HINT_SCREEN_TIMEOUT = "hintScreenTimeout"; field in class:Notification.WearableExtender
7254 mHintScreenTimeout = wearableBundle.getInt(KEY_HINT_SCREEN_TIMEOUT);
7305 wearableBundle.putInt(KEY_HINT_SCREEN_TIMEOUT, mHintScreenTimeout);

Completed in 58 milliseconds