Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java6424 updatePackageLastUpdateTime(CALLING_PACKAGE_3, 1); in testManifestShortcut_publishOnUnlockUser()
6626 updatePackageLastUpdateTime(CALLING_PACKAGE_2, 1); in testManifestShortcut_publishOnBroadcast()
6747 updatePackageLastUpdateTime(CALLING_PACKAGE_2, 1); in testManifestShortcut_publishOnBroadcast()
6775 updatePackageLastUpdateTime(CALLING_PACKAGE_2, 1); in testManifestShortcut_publishOnBroadcast()
DBaseShortcutManagerTest.java1083 protected void updatePackageLastUpdateTime(String packageName, long increment) { in updatePackageLastUpdateTime() method in BaseShortcutManagerTest