Home
last modified time | relevance | path

Searched refs:NONE (Results 1 – 25 of 265) sorted by relevance

1234567891011

/aosp14/frameworks/base/services/tests/servicestests/res/raw/
H A Da11y_three_finger_swipe_down_gesture.log2 …, y[0]=696.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags…
3 …, y[1]=801.0, toolType[1]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags…
4 …, y[1]=801.0, toolType[1]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags…
6 …, y[2]=849.0, toolType[2]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags…
7 …, y[2]=849.0, toolType[2]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags…
8 …, y[2]=876.0, toolType[2]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags…
9 …, y[2]=911.0, toolType[2]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags…
10 …, y[2]=941.0, toolType[2]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags…
11 …, y[2]=976.0, toolType[2]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags…
28 … y[1]=1553.0, toolType[1]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags…
[all …]
H A Da11y_touch_explore_gesture.log2 … y[0]=2028.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags…
3 … y[0]=2028.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags…
4 … y[0]=2028.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags…
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DBackgroundStartPrivilegesTest.java21 import static android.app.BackgroundStartPrivileges.NONE;
63 assertThat(NONE.getOriginatingToken()).isNull(); in backgroundStartPrivilege_getters_work()
64 assertThat(NONE.allowsBackgroundActivityStarts()).isEqualTo(false); in backgroundStartPrivilege_getters_work()
65 assertThat(NONE.allowsBackgroundFgsStarts()).isEqualTo(false); in backgroundStartPrivilege_getters_work()
66 assertThat(NONE.allowsAny()).isEqualTo(false); in backgroundStartPrivilege_getters_work()
67 assertThat(NONE.allowsNothing()).isEqualTo(true); in backgroundStartPrivilege_getters_work()
80 assertThat(NONE.toString()).isNotEmpty(); in backgroundStartPrivilege_toString_returnsSomething()
106 assertThat(BSP_ALLOW_A.merge(NONE)).isEqualTo(BSP_ALLOW_A); in backgroundStartPrivilege_mergeAwithNone_resultsInA()
112 Arrays.asList(BSP_ALLOW_A, BSP_ALLOW_B, NONE, BSP_ALLOW_A, ALLOW_FGS))) in backgroundStartPrivilege_mergeManyWithDifferentToken_resultsInAllowBal()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DLockscreenRepairModeTest.java54 assertSame(PersistentData.NONE, mStorage.readRepairModePersistentData()); in verifyPin_writeRepairModePW()
67 assertSame(PersistentData.NONE, mStorage.readRepairModePersistentData()); in verifyPattern_writeRepairModePW()
80 assertSame(PersistentData.NONE, mStorage.readRepairModePersistentData()); in verifyPassword_writeRepairModePW()
93 assertSame(PersistentData.NONE, mStorage.readRepairModePersistentData()); in verifyCredential_writeRepairModePW_repairModeActive()
100 assertSame(PersistentData.NONE, mStorage.readRepairModePersistentData()); in verifyCredential_writeRepairModePW_repairModeActive()
106 assertSame(PersistentData.NONE, mStorage.readRepairModePersistentData()); in deleteRepairModePersistentData()
115 assertSame(PersistentData.NONE, mStorage.readRepairModePersistentData()); in deleteRepairModePersistentData()
121 assertSame(PersistentData.NONE, mStorage.readRepairModePersistentData()); in verifyPin_userRepairMode()
138 assertSame(PersistentData.NONE, mStorage.readRepairModePersistentData()); in verifyPattern_userRepairMode()
155 assertSame(PersistentData.NONE, mStorage.readRepairModePersistentData()); in verifyPassword_userRepairMode()
[all …]
H A DLockSettingsStorageTests.java372 assertSame(PersistentData.NONE, mStorage.readPersistentDataBlock()); in testPersistentDataBlock_unavailable()
379 assertSame(PersistentData.NONE, mStorage.readPersistentDataBlock()); in testPersistentDataBlock_empty()
402 assertSame(PersistentData.NONE, mStorage.readPersistentDataBlock()); in testPersistentDataBlock_exception()
419 assertSame(PersistentData.NONE, deserialized); in testPersistentData_unserializeNull()
425 assertSame(PersistentData.NONE, deserialized); in testPersistentData_unserializeEmptyArray()
432 assertSame(PersistentData.NONE, deserialized); in testPersistentData_unserializeInvalid()
462 assertSame(PersistentData.NONE, mStorage.readPersistentDataBlock()); in testRepairMode_emptyPersistentData()
/aosp14/frameworks/base/core/java/android/app/
H A DBackgroundStartPrivileges.java33 public static final BackgroundStartPrivileges NONE = new BackgroundStartPrivileges( field in BackgroundStartPrivileges
81 if (other == NONE || other == null) { in merge()
84 if (this == NONE) { in merge()
113 return NONE; in merge()
130 return NONE; in merge()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DDisplayCutoutTest.java140 assertThat(NO_CUTOUT.getWaterfallInsets(), equalTo(Insets.NONE)); in testHasCutout_noCutout()
183 density, Insets.NONE); in testGetCutoutPath()
194 density, Insets.NONE).getCutoutPath(); in testGetCutoutPath_caches()
196 density, Insets.NONE).getCutoutPath(); in testGetCutoutPath_caches()
206 density, Insets.NONE).getCutoutPath(); in testGetCutoutPath_wontCacheIfCutoutPathParerInfoChanged()
208 density, Insets.NONE).getCutoutPath(); in testGetCutoutPath_wontCacheIfCutoutPathParerInfoChanged()
219 density, Insets.NONE); in testGetCutoutPathParserInfo()
373 fromSpec("L1,0 L1,1 L0,1 z", 200, 400, 1f, Insets.NONE), in fromSpec_wontCacheIfSpecChanges()
381 fromSpec("L1,0 L1,1 L0,1 z", 200, 400, 1f, Insets.NONE), in fromSpec_wontCacheIfScreenWidthChanges()
389 fromSpec("L1,0 L1,1 L0,1 z", 200, 400, 1f, Insets.NONE), in fromSpec_wontCacheIfScreenHeightChanges()
[all …]
H A DInsetsSourceConsumerTest.java119 true /* initialVisible */, new Point(), Insets.NONE), in setup()
191 true /* initialVisible */, new Point(), Insets.NONE), in testRestore()
209 false /* initialVisible */, new Point(), Insets.NONE), in testRestore_noAnimation()
239 false /* initialVisible */, new Point(), Insets.NONE), new int[1], new int[1]); in testWontUpdateImeLeashVisibility_whenAnimation()
248 true /* initialVisible */, new Point(), Insets.NONE), new int[1], new int[1]); in testWontUpdateImeLeashVisibility_whenAnimation()
/aosp14/frameworks/base/tests/Internal/src/com/android/internal/app/
H A DAppLocaleCollectorTest.java61 private static final int NONE = LocaleInfo.SUGGESTION_TYPE_NONE; field in AppLocaleCollectorTest
179 map.put("fr", NONE); // The locale App and system support. in getExpectedResult()
180 map.put("zu", NONE); // The locale App and system support. in getExpectedResult()
181 map.put("en", NONE); // Use en because System supports en while APP supports en-CA, en-GB. in getExpectedResult()
182 map.put("ko", NONE); // The locale App and system support. in getExpectedResult()
195 createLocaleInfo("en", NONE), in initSystemSupportedLocales()
196 createLocaleInfo("fr", NONE), in initSystemSupportedLocales()
197 createLocaleInfo("zu", NONE), in initSystemSupportedLocales()
198 createLocaleInfo("ko", NONE), in initSystemSupportedLocales()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
H A DAvatarPickerActivity.java163 savedInstanceState.getInt(KEY_SELECTED_POSITION, AvatarAdapter.NONE); in restoreState()
164 mDoneButton.setEnabled(mAdapter.mSelectedPosition != AvatarAdapter.NONE); in restoreState()
195 private static final int NONE = -1; field in AvatarPickerActivity.AvatarAdapter
205 private int mSelectedPosition = NONE;
207 private int mLastSelectedPosition = NONE;
214 mTakePhotoPosition = (canTakePhoto ? 0 : NONE); in AvatarAdapter()
215 mChoosePhotoPosition = (canChoosePhoto ? (canTakePhoto ? 1 : 0) : NONE); in AvatarAdapter()
272 mLastSelectedPosition = NONE; in onAdapterResume()
329 if (oldSelection != NONE) { in select()
337 mSelectedPosition = NONE; in deselect()
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DSystemBarUtils.java62 Insets insets = cutout == null ? Insets.NONE : Insets.of(cutout.getSafeInsets()); in getStatusBarHeightForRotation()
63 Insets waterfallInsets = cutout == null ? Insets.NONE : cutout.getWaterfallInsets(); in getStatusBarHeightForRotation()
66 if (!insets.equals(Insets.NONE)) { in getStatusBarHeightForRotation()
70 if (!waterfallInsets.equals(Insets.NONE)) { in getStatusBarHeightForRotation()
/aosp14/frameworks/base/core/java/android/view/
H A DViewRootRefreshRateController.java49 private int mRefreshRatePref = RefreshRatePref.NONE;
54 RefreshRatePref.NONE,
63 int NONE = 0; field
98 if (mRefreshRatePref == RefreshRatePref.NONE) { in doRefreshRateCheck()
185 case RefreshRatePref.NONE: in refreshRatePrefToString()
H A DDisplayCutout.java92 ZERO_RECT, Insets.NONE, ZERO_RECT, ZERO_RECT, ZERO_RECT, ZERO_RECT, EMPTY_PARSER_INFO,
405 this(safeInsets.toRect(), Insets.NONE, boundLeft, boundTop, boundRight, boundBottom, null, in DisplayCutout()
476 this(safeInsets, Insets.NONE, extractBoundsFromList(safeInsets, boundingRects), null, in DisplayCutout()
502 mWaterfallInsets = waterfallInsets == null ? Insets.NONE : waterfallInsets; in DisplayCutout()
510 mWaterfallInsets = waterfallInsets == null ? Insets.NONE : waterfallInsets; in DisplayCutout()
518 mWaterfallInsets = waterfallInsets == null ? Insets.NONE : waterfallInsets; in DisplayCutout()
846 || (isBoundsEmpty() && mWaterfallInsets.equals(Insets.NONE))) { in inset()
1098 if (TextUtils.isEmpty(spec) && waterfallInsets.equals(Insets.NONE)) { in pathAndDisplayCutoutFromSpec()
1127 if (!waterfallInsets.equals(Insets.NONE)) { in pathAndDisplayCutoutFromSpec()
1413 private Insets mSafeInsets = Insets.NONE;
[all …]
/aosp14/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DWifiConfigurationHelper.java42 private static final int NONE = 0; field in WifiConfigurationHelper
61 config.allowedKeyManagement.set(KeyMgmt.NONE); in createOpenConfig()
81 config.allowedKeyManagement.set(KeyMgmt.NONE); in createWepConfig()
129 if (phase2 == null) phase2 = WifiEnterpriseConfig.Phase2.NONE; in createEapConfig()
154 ipConfiguration.setProxySettings(ProxySettings.NONE); in createGenericConfig()
203 case NONE: in getWifiConfiguration()
263 ipConfiguration.setProxySettings(ProxySettings.NONE); in getWifiConfiguration()
280 return NONE; in getSecurityType()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
H A DCameraPairwiseTest.java57 public enum Exposure { MIN, MAX, NONE }; enumConstant
129 genericPairwiseTestCase(Flash.AUTO, Exposure.NONE, WhiteBalance.DAYLIGHT, SceneMode.SUNSET, in testCameraPairwiseScenario01()
179 genericPairwiseTestCase(Flash.ON, Exposure.NONE, WhiteBalance.CLOUDY, SceneMode.AUTO, in testCameraPairwiseScenario06()
249 genericPairwiseTestCase(Flash.OFF, Exposure.NONE, WhiteBalance.AUTO, SceneMode.PARTY, in testCameraPairwiseScenario13()
259 genericPairwiseTestCase(Flash.AUTO, Exposure.NONE, WhiteBalance.AUTO, SceneMode.NIGHT, in testCameraPairwiseScenario14()
269 genericPairwiseTestCase(Flash.ON, Exposure.NONE, WhiteBalance.INCANDESCENT, SceneMode.AUTO, in testCameraPairwiseScenario15()
299 genericPairwiseTestCase(Flash.ON, Exposure.NONE, WhiteBalance.AUTO, SceneMode.PARTY, in testCameraPairwiseScenario18()
309 genericPairwiseTestCase(Flash.OFF, Exposure.NONE, WhiteBalance.AUTO, SceneMode.ACTION, in testCameraPairwiseScenario19()
355 genericPairwiseTestCase(Flash.AUTO, Exposure.NONE, WhiteBalance.FLUORESCENT, in testCameraPairwiseScenario24()
414 case NONE: in genericPairwiseTestCase()
/aosp14/frameworks/base/core/java/android/service/voice/
H A DFailureSuggestedAction.java43 public static final int NONE = 1; field in FailureSuggestedAction
68 @IntDef({UNKNOWN, NONE, DISABLE_DETECTION, RECREATE_DETECTOR, RESTART_RECOGNITION})
/aosp14/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DTracer.java50 NONE, enumConstant
93 private Mode mCurrentMode = Mode.NONE;
167 if (mCurrentMode == Mode.NONE) { in doTrace()
190 return mCurrentMode != Mode.NONE; in isTracingEnabled()
/aosp14/frameworks/base/core/java/android/widget/
H A DEditorTouchState.java47 @IntDef({MultiTapStatus.NONE, MultiTapStatus.FIRST_TAP, MultiTapStatus.DOUBLE_TAP,
52 int NONE = 0; field
58 private int mMultiTapStatus = MultiTapStatus.NONE;
199 mMultiTapStatus = MultiTapStatus.NONE; in update()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DCropView.java60 NONE, TOP, BOTTOM, LEFT, RIGHT enumConstant
75 private CropBoundary mCurrentDraggingBoundary = CropBoundary.NONE;
173 if (mCurrentDraggingBoundary != CropBoundary.NONE) { in onTouchEvent()
183 if (mCurrentDraggingBoundary != CropBoundary.NONE) { in onTouchEvent()
202 && mCurrentDraggingBoundary != CropBoundary.NONE) { in onTouchEvent()
209 && mCurrentDraggingBoundary != CropBoundary.NONE) { in onTouchEvent()
216 if (mCurrentDraggingBoundary != CropBoundary.NONE in onTouchEvent()
264 case NONE: in setBoundaryPosition()
295 if (boundary == CropBoundary.NONE) { in animateBoundaryTo()
494 return CropBoundary.NONE; in nearestBoundary()
[all …]
/aosp14/frameworks/base/tools/split-select/
H A DRule.h49 NONE = 0, enumerator
74 , key(NONE) in Rule()
/aosp14/frameworks/base/core/java/android/view/animation/
H A DExtendAnimation.java30 protected Insets mFromInsets = Insets.NONE;
31 protected Insets mToInsets = Insets.NONE;
168 ), Insets.NONE); in initialize()
174 ), Insets.NONE); in initialize()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DValidateNotificationPeople.java83 static final float NONE = 0f; field in ValidateNotificationPeople
187 if (extras == null) return NONE; in getContactAffinity()
192 return NONE; in getContactAffinity()
256 mUsageStats.registerPeopleAffinity(record, affinity > NONE, affinity == STARRED_CONTACT, in validatePeople()
266 float affinity = NONE; in validatePeople()
426 private float mAffinity = NONE;
517 return mAffinity == NONE || isExpired(); in isInvalid()
522 return NONE; in getAffinity()
533 private float mContactAffinity = NONE;
606 mUsageStats.registerPeopleAffinity(mRecord, mContactAffinity > NONE, in work()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DInsets.java33 public static final @NonNull Insets NONE = new Insets(0, 0, 0, 0); field in Insets
61 return NONE; in of()
74 return (r == null) ? NONE : of(r.left, r.top, r.right, r.bottom); in of()
/aosp14/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/
H A DPendingIntentMutabilityChecker.java19 import static com.google.errorprone.BugPattern.LinkType.NONE;
49 linkType = NONE,
H A DClientSidePermissionCheckChecker.java19 import static com.google.errorprone.BugPattern.LinkType.NONE;
46 linkType = NONE,

1234567891011