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

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java2323 private static final String KEY_HINT_SCREEN_TIMEOUT = "hintScreenTimeout"; field in class:NotificationCompat.WearableExtender
2388 mHintScreenTimeout = wearableBundle.getInt(KEY_HINT_SCREEN_TIMEOUT);
2439 wearableBundle.putInt(KEY_HINT_SCREEN_TIMEOUT, mHintScreenTimeout);
/frameworks/base/core/java/android/app/
H A DNotification.java4683 private static final String KEY_HINT_SCREEN_TIMEOUT = "hintScreenTimeout"; field in class:Notification.WearableExtender
4745 mHintScreenTimeout = wearableBundle.getInt(KEY_HINT_SCREEN_TIMEOUT);
4794 wearableBundle.putInt(KEY_HINT_SCREEN_TIMEOUT, mHintScreenTimeout);

Completed in 49 milliseconds