Home
last modified time | relevance | path

Searched defs:dumpCheckin (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutPackageItem.java194 public JSONObject dumpCheckin(boolean clear) throws JSONException { in dumpCheckin() method in ShortcutPackageItem
DShortcutLauncher.java411 public JSONObject dumpCheckin(boolean clear) throws JSONException { in dumpCheckin() method in ShortcutLauncher
DShortcutUser.java658 public JSONObject dumpCheckin(boolean clear) throws JSONException { in dumpCheckin() method
DShortcutPackage.java1763 public JSONObject dumpCheckin(boolean clear) throws JSONException { in dumpCheckin() method in ShortcutPackage
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java1441 protected String dumpCheckin() { in dumpCheckin() method in BaseShortcutManagerTest