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

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java3816 private int mHintScreenTimeout; field in class:NotificationCompat.WearableExtender
3867 mHintScreenTimeout = wearableBundle.getInt(KEY_HINT_SCREEN_TIMEOUT);
3930 if (mHintScreenTimeout != 0) {
3931 wearableBundle.putInt(KEY_HINT_SCREEN_TIMEOUT, mHintScreenTimeout);
3985 that.mHintScreenTimeout = this.mHintScreenTimeout;
4432 mHintScreenTimeout = timeout;
4444 return mHintScreenTimeout;
/frameworks/base/core/java/android/app/
H A DNotification.java8334 private int mHintScreenTimeout; field in class:Notification.WearableExtender
8372 mHintScreenTimeout = wearableBundle.getInt(KEY_HINT_SCREEN_TIMEOUT);
8422 if (mHintScreenTimeout != 0) {
8423 wearableBundle.putInt(KEY_HINT_SCREEN_TIMEOUT, mHintScreenTimeout);
8450 that.mHintScreenTimeout = this.mHintScreenTimeout;
8897 mHintScreenTimeout = timeout;
8909 return mHintScreenTimeout;

Completed in 48 milliseconds