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

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java2287 private static final String KEY_HINT_SCREEN_TIMEOUT = "hintScreenTimeout"; field in class:NotificationCompat.WearableExtender
2352 mHintScreenTimeout = wearableBundle.getInt(KEY_HINT_SCREEN_TIMEOUT);
2403 wearableBundle.putInt(KEY_HINT_SCREEN_TIMEOUT, mHintScreenTimeout);
/frameworks/base/core/java/android/app/
H A DNotification.java4483 private static final String KEY_HINT_SCREEN_TIMEOUT = "hintScreenTimeout"; field in class:Notification.WearableExtender
4545 mHintScreenTimeout = wearableBundle.getInt(KEY_HINT_SCREEN_TIMEOUT);
4594 wearableBundle.putInt(KEY_HINT_SCREEN_TIMEOUT, mHintScreenTimeout);

Completed in 475 milliseconds