/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/ |
H A D | StorageManagerUpsellDialog.java | 48 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 D | DreamSettings.java | 20 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 D | WhenToDreamPickerTest.java | 77 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 D | DreamSettingsTest.java | 51 DreamBackend.NEVER, 68 .isEqualTo(DreamBackend.NEVER); in getSettingFromPrefKey()
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/dream/ |
H A D | DreamBackend.java | 75 @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 D | PhotoView.java | 1242 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 D | OneHandedSettingsUtilsTest.java | 92 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 D | message_check_equality_release.txt | 4 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 D | recovery_persist.te | 14 ### recovery_persist should NEVER do any of this
|
H A D | recovery_refresh.te | 12 ### recovery_refresh should NEVER do any of this
|
H A D | logpersist.te | 7 ### logpersist should NEVER do any of this
|
/aosp12/system/sepolicy/prebuilts/api/26.0/public/ |
H A D | recovery_persist.te | 14 ### recovery_persist should NEVER do any of this
|
H A D | recovery_refresh.te | 12 ### recovery_refresh should NEVER do any of this
|
H A D | logpersist.te | 7 ### logpersist should NEVER do any of this
|
/aosp12/system/sepolicy/prebuilts/api/27.0/public/ |
H A D | recovery_persist.te | 14 ### recovery_persist should NEVER do any of this
|
H A D | recovery_refresh.te | 12 ### recovery_refresh should NEVER do any of this
|
H A D | logpersist.te | 7 ### logpersist should NEVER do any of this
|
/aosp12/system/sepolicy/prebuilts/api/30.0/public/ |
H A D | recovery_refresh.te | 12 ### recovery_refresh should NEVER do any of this
|
/aosp12/system/sepolicy/prebuilts/api/29.0/public/ |
H A D | recovery_refresh.te | 12 ### recovery_refresh should NEVER do any of this
|
H A D | logpersist.te | 7 ### logpersist should NEVER do any of this
|
H A D | recovery_persist.te | 19 ### recovery_persist should NEVER do any of this
|
/aosp12/system/sepolicy/prebuilts/api/31.0/public/ |
H A D | recovery_refresh.te | 12 ### recovery_refresh should NEVER do any of this
|
/aosp12/system/sepolicy/prebuilts/api/32.0/public/ |
H A D | recovery_refresh.te | 12 ### recovery_refresh should NEVER do any of this
|
/aosp12/system/sepolicy/public/ |
H A D | recovery_refresh.te | 12 ### 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 D | ToolbarMenuItemsTest.java | 229 .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()
|