Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutUser.java621 public JSONObject dumpCheckin(boolean clear) throws JSONException { in dumpCheckin() method
629 launchers.put(mLaunchers.valueAt(i).dumpCheckin(clear)); in dumpCheckin()
637 packages.put(mPackages.valueAt(i).dumpCheckin(clear)); in dumpCheckin()
DShortcutLauncher.java439 public JSONObject dumpCheckin(boolean clear) throws JSONException { in dumpCheckin() method in ShortcutLauncher
440 final JSONObject result = super.dumpCheckin(clear); in dumpCheckin()
DShortcutPackageItem.java195 public JSONObject dumpCheckin(boolean clear) throws JSONException { in dumpCheckin() method in ShortcutPackageItem
DShortcutPackage.java1788 public JSONObject dumpCheckin(boolean clear) throws JSONException { in dumpCheckin() method in ShortcutPackage
1789 final JSONObject result = super.dumpCheckin(clear); in dumpCheckin()
DShortcutService.java4611 dumpCheckin(pw, filter.shouldCheckInClear());
4909 private void dumpCheckin(PrintWriter pw, boolean clear) {
4915 users.put(mUsers.valueAt(i).dumpCheckin(clear));
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java3223 checkinStats.dumpCheckin(mContext, pw, apps, flags, in dumpUnmonitored()
3237 mStats.dumpCheckin(mContext, pw, apps, flags, historyStart, mDumpHelper); in dumpUnmonitored()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java1465 protected String dumpCheckin() { in dumpCheckin() method in BaseShortcutManagerTest
DShortcutManagerTest2.java2353 assertEquals(expected, dumpCheckin()); in testDumpCheckin()
/frameworks/base/core/java/android/os/
DBatteryStats.java7861 public void dumpCheckin(Context context, PrintWriter pw, List<ApplicationInfo> apps, int flags, in dumpCheckin() method