Home
last modified time | relevance | path

Searched refs:NEVER (Results 1 – 25 of 118) sorted by relevance

12345

/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
H A DStorageManagerUpsellDialog.java48 private static final long NEVER = -1; field in StorageManagerUpsellDialog
53 private static final long NO_THANKS_LONG_DELAY = NEVER;
97 long nextShowTime = noThanksDelay == NEVER ? NEVER : getCurrentTime() + noThanksDelay; in onClick()
130 if (nextTimeToShow == NEVER) { in shouldShow()
/aosp12/packages/apps/Settings/src/com/android/settings/dream/
H A DDreamSettings.java20 import static com.android.settingslib.dream.DreamBackend.NEVER;
60 return NEVER; in getSettingFromPrefKey()
72 case NEVER: in getKeyFromSetting()
86 case NEVER: in getDreamSettingDescriptionResId()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/dream/
H A DWhenToDreamPickerTest.java77 when(mBackend.getWhenToDreamSetting()).thenReturn(DreamBackend.NEVER); in getDefaultKeyReturnsCurrentWhenToDreamSetting()
79 .isEqualTo(DreamSettings.getKeyFromSetting(DreamBackend.NEVER)); in getDefaultKeyReturnsCurrentWhenToDreamSetting()
105 final String key = DreamSettings.getKeyFromSetting(DreamBackend.NEVER); in setDreamNever()
107 verify(mBackend).setWhenToDream(DreamBackend.NEVER); in setDreamNever()
H A DDreamSettingsTest.java51 DreamBackend.NEVER,
68 .isEqualTo(DreamBackend.NEVER); in getSettingFromPrefKey()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/dream/
H A DDreamBackend.java75 @IntDef({WHILE_CHARGING, WHILE_DOCKED, EITHER, NEVER})
81 public static final int NEVER = 3; field in DreamBackend
183 return NEVER; in getWhenToDreamSetting()
188 : NEVER; in getWhenToDreamSetting()
192 setEnabled(whenToDream != NEVER); in setWhenToDream()
210 case NEVER: in setWhenToDream()
/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java1242 private static final long NEVER = -1L; field in PhotoView.TranslateRunnable
1257 mLastRunTime = NEVER; in TranslateRunnable()
1268 mLastRunTime = NEVER; in start()
1344 private static final long NEVER = -1L; field in PhotoView.SnapRunnable
1356 mStartRunTime = NEVER; in SnapRunnable()
1367 mStartRunTime = NEVER; in start()
1393 float delta = (mStartRunTime != NEVER) ? (now - mStartRunTime) : 0f; in run()
1395 if (mStartRunTime == NEVER) { in run()
1436 private static final long NEVER = -1L; field in PhotoView.RotateRunnable
1463 mLastRuntime = NEVER; in start()
[all …]
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/
H A DOneHandedSettingsUtilsTest.java92 OneHandedSettingsUtils.OneHandedTimeout.NEVER.getValue()); in setTimeout_setNever_shouldReturnNeverValue()
96 OneHandedSettingsUtils.OneHandedTimeout.NEVER.getValue(), mCurrentUserId)) in setTimeout_setNever_shouldReturnNeverValue()
/aosp12/system/tools/aidl/build/
H A Dmessage_check_equality_release.txt4 Above AIDL file(s) has changed and this is NEVER allowed on a release platform
/aosp12/system/sepolicy/prebuilts/api/28.0/public/
H A Drecovery_persist.te14 ### recovery_persist should NEVER do any of this
H A Drecovery_refresh.te12 ### recovery_refresh should NEVER do any of this
H A Dlogpersist.te7 ### logpersist should NEVER do any of this
/aosp12/system/sepolicy/prebuilts/api/26.0/public/
H A Drecovery_persist.te14 ### recovery_persist should NEVER do any of this
H A Drecovery_refresh.te12 ### recovery_refresh should NEVER do any of this
H A Dlogpersist.te7 ### logpersist should NEVER do any of this
/aosp12/system/sepolicy/prebuilts/api/27.0/public/
H A Drecovery_persist.te14 ### recovery_persist should NEVER do any of this
H A Drecovery_refresh.te12 ### recovery_refresh should NEVER do any of this
H A Dlogpersist.te7 ### logpersist should NEVER do any of this
/aosp12/system/sepolicy/prebuilts/api/30.0/public/
H A Drecovery_refresh.te12 ### recovery_refresh should NEVER do any of this
/aosp12/system/sepolicy/prebuilts/api/29.0/public/
H A Drecovery_refresh.te12 ### recovery_refresh should NEVER do any of this
H A Dlogpersist.te7 ### logpersist should NEVER do any of this
H A Drecovery_persist.te19 ### recovery_persist should NEVER do any of this
/aosp12/system/sepolicy/prebuilts/api/31.0/public/
H A Drecovery_refresh.te12 ### recovery_refresh should NEVER do any of this
/aosp12/system/sepolicy/prebuilts/api/32.0/public/
H A Drecovery_refresh.te12 ### recovery_refresh should NEVER do any of this
/aosp12/system/sepolicy/public/
H A Drecovery_refresh.te12 ### recovery_refresh should NEVER do any of this
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/toolbar/
H A DToolbarMenuItemsTest.java229 .setDisplayBehavior(MenuItem.DisplayBehavior.NEVER) in menuItems_overflowText_shouldWork()
270 .setDisplayBehavior(MenuItem.DisplayBehavior.NEVER) in menuItems_overflowIconAndText_shouldWork()
290 .setDisplayBehavior(MenuItem.DisplayBehavior.NEVER) in menuItems_overflow2To1_shouldWork()
295 .setDisplayBehavior(MenuItem.DisplayBehavior.NEVER) in menuItems_overflow2To1_shouldWork()

12345