Home
last modified time | relevance | path

Searched refs:expectedToken (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/taskswitcher/data/repository/
DActivityTaskManagerTasksRepositoryTest.kt71 val expectedToken = createToken() in findRunningTaskFromWindowContainerToken_matchingToken_returnsTaskInfo() constant
72 val expectedTask = createTask(taskId = 1, token = expectedToken) in findRunningTaskFromWindowContainerToken_matchingToken_returnsTaskInfo()
82 windowContainerToken = expectedToken.asBinder() in findRunningTaskFromWindowContainerToken_matchingToken_returnsTaskInfo()
/frameworks/native/services/inputflinger/tests/
DFakeInputDispatcherPolicy.cpp106 std::chrono::nanoseconds timeout, const sp<IBinder>& expectedToken, in assertNotifyWindowUnresponsiveWasCalled() argument
112 ASSERT_EQ(expectedToken, result.token); in assertNotifyWindowUnresponsiveWasCalled()
126 const sp<IBinder>& expectedToken, std::optional<gui::Pid> expectedPid) { in assertNotifyWindowResponsiveWasCalled() argument
131 ASSERT_EQ(expectedToken, result.token); in assertNotifyWindowResponsiveWasCalled()
DFakeInputDispatcherPolicy.h83 const sp<IBinder>& expectedToken,
87 void assertNotifyWindowResponsiveWasCalled(const sp<IBinder>& expectedToken,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java2751 private void assertVtDataUsageUpdated(int expectedToken, long rxBytes, long txBytes) in assertVtDataUsageUpdated() argument
2758 verify(mVtDataUsageProviderCb).notifyStatsUpdated(eq(expectedToken), in assertVtDataUsageUpdated()