Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest3.java193 assertWith(getCallerShortcuts()).selectDynamic().selectByChangedSince(lastApiTime) in testAddDynamicShortcuts_noManifestShortcuts()
208 assertWith(getCallerShortcuts()).selectDynamic().selectByChangedSince(lastApiTime) in testAddDynamicShortcuts_noManifestShortcuts()
236 assertWith(getCallerShortcuts()).selectDynamic().selectByChangedSince(lastApiTime) in testAddDynamicShortcuts_noManifestShortcuts()
253 assertWith(getCallerShortcuts()).selectDynamic().selectByChangedSince(lastApiTime) in testAddDynamicShortcuts_noManifestShortcuts()
288 assertWith(getCallerShortcuts()).selectDynamic().selectByChangedSince(lastApiTime) in testUpdateShortcuts_noManifestShortcuts()
319 assertWith(getCallerShortcuts()).selectDynamic().selectByChangedSince(lastApiTime) in testUpdateShortcuts_noManifestShortcuts()
347 assertWith(getCallerShortcuts()).selectDynamic().selectByChangedSince(lastApiTime) in testUpdateShortcuts_noManifestShortcuts()
363 assertWith(getCallerShortcuts()).selectDynamic().selectByChangedSince(lastApiTime) in testUpdateShortcuts_noManifestShortcuts()
398 assertWith(getCallerShortcuts()).selectDynamic().selectByChangedSince(lastApiTime) in testDeleteDynamicShortcuts_noManifestShortcuts()
424 assertWith(getCallerShortcuts()).selectDynamic().selectByChangedSince(lastApiTime) in testDeleteDynamicShortcuts_noManifestShortcuts()
[all …]
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java798 public ShortcutListAsserter selectByChangedSince(long time) { in selectByChangedSince() method in ShortcutListAsserter