/frameworks/base/services/tests/servicestests/src/com/android/server/utils/ |
D | PriorityDumpTest.java | 24 import static org.mockito.Matchers.same; 65 verify(mDumper).dump(same(mFd), same(mPw), eq(null), /* asProto= */ eq(false)); in testNullArgs() 71 verify(mDumper).dump(same(mFd), same(mPw), eq(EMPTY_ARGS), /* asProto= */ eq(false)); in testNoArgs() 80 verify(mDumper).dump(same(mFd), same(mPw), eq(args), /* asProto= */ eq(false)); in testNonPriorityArgs() 89 verify(mDumper).dump(same(mFd), same(mPw), eq(EMPTY_ARGS), /* asProto= */ eq(false)); in testMissingPriority() 98 verify(mDumper).dump(same(mFd), same(mPw), eq(EMPTY_ARGS), /* asProto= */ eq(false)); in testInvalidPriorityNoExtraArgs() 107 verify(mDumper).dump(same(mFd), same(mPw), eq(new String[] { in testInvalidPriorityExtraArgs() 139 verify(mDumper).dumpCritical(same(mFd), same(mPw), eq(EMPTY_ARGS), in testCriticalNoExtraArgs() 148 verify(mDumper).dumpCritical(same(mFd), same(mPw), eq(new String[] { in testCriticalExtraArgs() 158 verify(mDumper).dumpCritical(same(mFd), same(mPw), eq(new String[] { in testCriticalExtraArgsInMiddle() [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/health/ |
D | HealthServiceWrapperTest.java | 197 verify(mRegCallbackAidl, times(1)).onRegistration(same(null), same(mMockedAidlHal)); 199 .onRegistration(same(mMockedAidlHal), same(mMockedAidlHal)); 201 .onRegistration(same(mMockedAidlHal), same(mMockedAidlHal2)); 211 verify(mRegCallbackAidl, times(1)).onRegistration(same(null), same(mMockedAidlHal)); 213 .onRegistration(same(mMockedAidlHal), same(mMockedAidlHal)); 215 .onRegistration(same(mMockedAidlHal), same(mMockedAidlHal2)); 226 verify(mCallback, times(1)).onRegistration(same(null), same(mMockedHal), eq(VENDOR)); 227 verify(mCallback, never()).onRegistration(same(mMockedHal), same(mMockedHal), anyString()); 228 verify(mCallback, times(1)).onRegistration(same(mMockedHal), same(mMockedHal2), eq(VENDOR));
|
/frameworks/opt/setupwizard/library/gingerbread/test/instrumentation/src/com/android/setupwizardlib/util/ |
D | LinkAccessibilityHelperTest.java | 22 import static org.mockito.Matchers.same; 267 .sendAccessibilityEvent(same(mTextView), eq(AccessibilityEvent.TYPE_VIEW_CLICKED)); in testMethodDelegation() 270 verify(delegate).sendAccessibilityEventUnchecked(same(mTextView), same(accessibilityEvent)); in testMethodDelegation() 276 same(mTextView), eq(AccessibilityActionCompat.ACTION_CLICK.getId()), eq(Bundle.EMPTY)); in testMethodDelegation() 279 verify(delegate).dispatchPopulateAccessibilityEvent(same(mTextView), same(accessibilityEvent)); in testMethodDelegation() 282 verify(delegate).getAccessibilityNodeProvider(same(mTextView)); in testMethodDelegation() 285 verify(delegate).onInitializeAccessibilityEvent(same(mTextView), eq(accessibilityEvent)); in testMethodDelegation() 290 .onInitializeAccessibilityNodeInfo(same(mTextView), same(accessibilityNodeInfo)); in testMethodDelegation() 293 verify(delegate).onPopulateAccessibilityEvent(same(mTextView), same(accessibilityEvent)); in testMethodDelegation() 298 .onRequestSendAccessibilityEvent(same(parent), same(mTextView), same(accessibilityEvent)); in testMethodDelegation()
|
/frameworks/base/tests/MultiDeviceInput/ |
D | README.md | 15 * Touch in one window, use stylus in another window, at the same time 18 * Check whether stylus rejects touch in the same window 19 * (in the future) Check stylus and touch operation in the same window
|
/frameworks/native/services/inputflinger/docs/ |
D | input_coordinates.md | 7 The Linux evdev protocol works over **discrete integral** values. The same is 56 When the device is rotated and the same place on the touchscreen is touched, the 57 input device will still report the same coordinates of (0, 2). 75 than before, even though the user was interacting at the same place on the 110 The same logic applies to windows as well. When performing hit tests to
|
/frameworks/base/core/java/com/android/server/ |
D | DropboxLogTags.logtags | 3 # The java package name happens to be the same as frameworks/base/services/core 5 # be EventLogTags.logtags because it generates a class with the same name.
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/ |
D | BiometricDisplayListenerTest.java | 24 import static org.mockito.ArgumentMatchers.same; 90 verify(mDisplayManager).registerDisplayListener(any(), same(mHandler), in registersDisplayListener_whenEnabled() 115 same(mHandler), eq(DisplayManager.EVENT_FLAG_DISPLAY_CHANGED)); in callsOnChanged_forSideFingerprint_whenAnythingDisplayChanges()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/rollback/ |
D | WatchdogRollbackLoggerTest.java | 24 import static org.mockito.ArgumentMatchers.same; 134 when(mMockPm.getPackageInfo(same(LOGGING_PARENT_VALUE), anyInt())).thenThrow( in testLogPackageNameNotFound() 156 when(mMockPm.getPackageInfo(same(failingPackage), anyInt())).thenReturn(packageInfo); in testApexdLoggingCallsWithParents() 176 when(mMockPm.getPackageInfo(same(failingPackage), anyInt())).thenReturn(packageInfo); in testApexdLoggingCallsWithNoParents()
|
/frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzar/ |
D | stderr.txt.expect | 3 …_xyzar.rscript:5:26: error: Special parameters 'x' and 'y' must be of the same type. 'x' is of typ… 5 …_xyzar.rscript:5:36: error: Special parameters 'x' and 'z' must be of the same type. 'x' is of typ…
|
/frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzwar/ |
D | stderr.txt.expect | 3 …xyzwar.rscript:6:26: error: Special parameters 'x' and 'y' must be of the same type. 'x' is of typ… 5 …xyzwar.rscript:6:36: error: Special parameters 'x' and 'z' must be of the same type. 'x' is of typ…
|
/frameworks/base/packages/SystemUI/docs/ |
D | broadcasts.md | 9 …ispatch situation that occurs whenever many classes are filtering for the same intent action. In p… 29 * Broadcasts will be dispatched on the main thread (same as `system_server`) by default but a `Hand… 83 All subscriptions are done with the same overloaded method. As specified in the doc, in order to pa… 85 In the same way as with `Context`, subscribing the same `BroadcastReceiver` for the same user using… 89 …he user can be specified. This allows using separate subscriptions of the same receiver for differ…
|
/frameworks/base/services/core/java/com/android/server/timedetector/ |
D | OWNERS | 2 # This code is maintained by the same OWNERS as timezonedetector.
|
/frameworks/native/libs/binder/rust/tests/ |
D | Android.bp | 23 // this cannot be the same as the module name. 36 // this cannot be the same as the module name.
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/recents/ |
D | TaskStackTransitionObserverTest.kt | 47 import org.mockito.kotlin.same 80 .addInitCallback(initRunnableCaptor.capture(), same(transitionObserver)) in setUp() 90 verify(transitions).registerObserver(same(transitionObserver)) in testRegistersObserverAtInit()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/aidl/ |
D | FingerprintDetectClientTest.java | 25 import static org.mockito.Mockito.same; 144 verify(mHal).onContextChanged(same(opContext)); in subscribeContextAndStartHal() 147 verify(mBiometricContext).unsubscribe(same(mOperationContextCaptor.getValue())); in subscribeContextAndStartHal()
|
/frameworks/rs/tests/java_api/Refocus/dataExtraction/ |
D | RefocusTestTimingProcess.txt | 8 … called more than once. Therefore, we need to add the running time of the same kernel together to … 14 …from the first line with the title you choose till the last time with the same log title, and past… 32 3. Put the file “extract_ave.sh” and “extract_data.sh” in the same directory as the file N5.txt
|
/frameworks/proto_logging/stats/atoms/bluetooth/ |
D | bluetooth_extension_atoms.proto | 79 // same remote device. 80 // For unpaired devices, it stays consistent within the same Bluetooth adapter 81 // session for the same remote device. 98 // same remote device. 99 // For unpaired devices, it stays consistent within the same Bluetooth adapter 100 // session for the same remote device. 135 // same remote device. 136 // For unpaired devices, it stays consistent within the same Bluetooth adapter 137 // session for the same remote device.
|
/frameworks/base/services/core/java/com/android/server/timezonedetector/ |
D | OWNERS | 3 # ultimately referenced by other OWNERS files for components maintained by the same team.
|
/frameworks/av/media/module/service.mediatranscoding/tests/ |
D | README.txt | 5 Tests media transcoding service with real transcoder. Uses the same test assets
|
/frameworks/rs/tests/java_api/RsTest_14/ |
D | Android.bp | 25 // Note: it may NOT always be the same as the 'local_sdk_version', due to the existing logic in the… 27 // the conversion, to make sure the value of the '-target-api' option to be the same.
|
/frameworks/rs/tests/java_api/RsTest_11/ |
D | Android.bp | 25 // Note: it may NOT always be the same as the 'local_sdk_version', due to the existing logic in the… 27 // the conversion, to make sure the value of the '-target-api' option to be the same.
|
/frameworks/proto_logging/stats/atoms/locale/ |
D | locale_atoms.proto | 45 // Whether the new override LocaleConfig is the same as the app’s LocaleConfig. 48 // Whether the new override LocaleConfig is the same as the previously effective one. This means
|
/frameworks/rs/tests/java_api/RsTest_16/ |
D | Android.bp | 25 // Note: it may NOT always be the same as the 'local_sdk_version', due to the existing logic in the… 27 // the conversion, to make sure the value of the '-target-api' option to be the same.
|
/frameworks/rs/tests/java_api/Balls/ |
D | Android.bp | 25 // Note: it may NOT always be the same as the 'local_sdk_version', due to the existing logic in the… 27 // the conversion, to make sure the value of the '-target-api' option to be the same.
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/freeform/ |
D | FreeformTaskTransitionObserverTest.java | 26 import static org.mockito.Mockito.same; 82 same(mTransitionObserver)); in setUp() 91 verify(mTransitions).registerObserver(same(mTransitionObserver)); in testRegistersObserverAtInit()
|