Searched refs:oldCount (Results 1 – 6 of 6) sorted by relevance
55 val oldCount = trustAgentRule.agent.onUserRequestedUnlockCallCount in reportUserRequestedUnlock_propagatesToAgent() constant60 .isEqualTo(oldCount + 1) in reportUserRequestedUnlock_propagatesToAgent()74 val oldCount = trustAgentRule.agent.onUserMayRequestUnlockCallCount in reportUserMayRequestUnlock_propagatesToAgent() constant79 .isEqualTo(oldCount + 1) in reportUserMayRequestUnlock_propagatesToAgent()84 val oldCount = trustAgentRule.agent.onUserMayRequestUnlockCallCount in reportUserMayRequestUnlock_differentUserId_doesNotPropagateToAgent() constant89 .isEqualTo(oldCount) in reportUserMayRequestUnlock_differentUserId_doesNotPropagateToAgent()
187 int oldCount = oldDims == null ? 0 : oldDims.length; in resize() local189 if (oldCount != newCount) { in resize()190 throw new IllegalArgumentException("Cannot resize " + oldCount + "-dimensional " in resize()
1738 int oldCount = mFakeConsumer->mGetFrameTimestampsCount; in TEST_F() local1742 EXPECT_EQ(oldCount, mFakeConsumer->mGetFrameTimestampsCount); in TEST_F()1750 oldCount = mFakeConsumer->mGetFrameTimestampsCount; in TEST_F()1754 EXPECT_EQ(oldCount, mFakeConsumer->mGetFrameTimestampsCount); in TEST_F()1767 oldCount = mFakeConsumer->mGetFrameTimestampsCount; in TEST_F()1771 EXPECT_EQ(oldCount, mFakeConsumer->mGetFrameTimestampsCount); in TEST_F()1779 oldCount = mFakeConsumer->mGetFrameTimestampsCount; in TEST_F()1783 EXPECT_EQ(oldCount, mFakeConsumer->mGetFrameTimestampsCount); in TEST_F()1808 int oldCount = mFakeConsumer->mGetFrameTimestampsCount; in TEST_F() local1813 EXPECT_EQ(oldCount, mFakeConsumer->mGetFrameTimestampsCount); in TEST_F()[all …]
364 final int oldCount = mAdapter.getCount(); in initialDatasetLayout() local383 if (mAdapter.getCount() != oldCount) { in initialDatasetLayout()
436 final int oldCount = mAdapter.getCount(); in applyNewFilterText() local464 if (mAdapter.getCount() != oldCount) { in applyNewFilterText()
5558 int oldCount = 0; in decrementAlarmCount() local5561 oldCount = mAlarmsPerUid.valueAt(uidIndex); in decrementAlarmCount()5562 if (oldCount > decrement) { in decrementAlarmCount()5563 mAlarmsPerUid.setValueAt(uidIndex, oldCount - decrement); in decrementAlarmCount()5568 if (oldCount < decrement) { in decrementAlarmCount()5569 Slog.wtf(TAG, "Attempt to decrement existing alarm count " + oldCount + " by " in decrementAlarmCount()