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.java200 assertWith(getCallerShortcuts()).selectDynamic().selectByChangedSince(lastApiTime) in testAddDynamicShortcuts_noManifestShortcuts()
215 assertWith(getCallerShortcuts()).selectDynamic().selectByChangedSince(lastApiTime) in testAddDynamicShortcuts_noManifestShortcuts()
243 assertWith(getCallerShortcuts()).selectDynamic().selectByChangedSince(lastApiTime) in testAddDynamicShortcuts_noManifestShortcuts()
260 assertWith(getCallerShortcuts()).selectDynamic().selectByChangedSince(lastApiTime) in testAddDynamicShortcuts_noManifestShortcuts()
295 assertWith(getCallerShortcuts()).selectDynamic().selectByChangedSince(lastApiTime) in testUpdateShortcuts_noManifestShortcuts()
326 assertWith(getCallerShortcuts()).selectDynamic().selectByChangedSince(lastApiTime) in testUpdateShortcuts_noManifestShortcuts()
354 assertWith(getCallerShortcuts()).selectDynamic().selectByChangedSince(lastApiTime) in testUpdateShortcuts_noManifestShortcuts()
370 assertWith(getCallerShortcuts()).selectDynamic().selectByChangedSince(lastApiTime) in testUpdateShortcuts_noManifestShortcuts()
405 assertWith(getCallerShortcuts()).selectDynamic().selectByChangedSince(lastApiTime) in testDeleteDynamicShortcuts_noManifestShortcuts()
431 assertWith(getCallerShortcuts()).selectDynamic().selectByChangedSince(lastApiTime) in testDeleteDynamicShortcuts_noManifestShortcuts()
[all …]
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java869 public ShortcutListAsserter selectByChangedSince(long time) { in selectByChangedSince() method in ShortcutListAsserter