Home
last modified time | relevance | path

Searched refs:isRight (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
DTypeClassifierTest.java66 when(mDataProvider.isRight()).thenReturn(false); // right should cause no effect. in testPass_QuickSettings()
69 when(mDataProvider.isRight()).thenReturn(true); in testPass_QuickSettings()
89 when(mDataProvider.isRight()).thenReturn(false); // right should cause no effect. in testPass_PulseExpand()
92 when(mDataProvider.isRight()).thenReturn(true); in testPass_PulseExpand()
112 when(mDataProvider.isRight()).thenReturn(false); // right should cause no effect. in testPass_NotificationDragDown()
115 when(mDataProvider.isRight()).thenReturn(true); in testPass_NotificationDragDown()
135 when(mDataProvider.isRight()).thenReturn(false); in testPass_NotificationDismiss()
139 when(mDataProvider.isRight()).thenReturn(false); in testPass_NotificationDismiss()
143 when(mDataProvider.isRight()).thenReturn(true); in testPass_NotificationDismiss()
147 when(mDataProvider.isRight()).thenReturn(true); in testPass_NotificationDismiss()
[all …]
DFalsingDataProviderTest.java249 assertThat(mDataProvider.isRight()).isTrue(); in test_isRight()
254 assertThat(mDataProvider.isRight()).isFalse(); in test_isRight()
259 assertThat(mDataProvider.isRight()).isFalse(); in test_isRight()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DHearingAidInfo.java128 boolean isRight = (leAudioLocation & LE_AUDIO_LOCATION_RIGHT) != 0; in convertLeAudioLocationToInternalSide()
129 if (isLeft && isRight) { in convertLeAudioLocationToInternalSide()
133 } else if (isRight) { in convertLeAudioLocationToInternalSide()
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DFalsingClassifier.java66 boolean isRight() { in isRight() method in FalsingClassifier
67 return mDataProvider.isRight(); in isRight()
DTypeClassifier.java57 boolean right = isRight(); in calculateFalsingResult()
114 interactionType, isVertical(), isUp(), isRight()); in getReason()
DFalsingDataProvider.java247 public boolean isRight() { in isRight() method in FalsingDataProvider
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/
DPromptPosition.kt33 val PromptPosition?.isRight: Boolean constant