Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java4821 checkCanRestoreTo(DISABLED_REASON_NOT_DISABLED, spi2, false, 10, true, "sig1", "sig2"); in testCanRestoreTo()
4822 checkCanRestoreTo(DISABLED_REASON_NOT_DISABLED, spi2, false, 10, true, "sig2", "sig1"); in testCanRestoreTo()
4832 spi2, false, 10, true, "sig1", "sig2x"); in testCanRestoreTo()
4834 spi2, false, 10, true, "sig2", "sig1x"); in testCanRestoreTo()
4836 spi2, false, 10, true, "x", "sig1x", "sig2"); in testCanRestoreTo()
4838 spi2, false, 10, true, "x", "sig2x", "sig1"); in testCanRestoreTo()
4840 spi2, false, 10, true, "sig1", "sig2x", "y"); in testCanRestoreTo()
4842 spi2, false, 10, true, "sig2", "sig1x", "y"); in testCanRestoreTo()
4844 spi2, false, 10, true, "x", "sig1x", "sig2", "y"); in testCanRestoreTo()
4846 spi2, false, 10, true, "x", "sig2x", "sig1", "y"); in testCanRestoreTo()
[all …]