Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsCollection.java583 public void dumpCheckin(PrintWriter pw, long start, long end) { in dumpCheckin() method in NetworkStatsCollection
584 dumpCheckin(pw, start, end, NetworkTemplate.buildTemplateMobileWildcard(), "cell"); in dumpCheckin()
585 dumpCheckin(pw, start, end, NetworkTemplate.buildTemplateWifiWildcard(), "wifi"); in dumpCheckin()
586 dumpCheckin(pw, start, end, NetworkTemplate.buildTemplateEthernet(), "eth"); in dumpCheckin()
587 dumpCheckin(pw, start, end, NetworkTemplate.buildTemplateBluetooth(), "bt"); in dumpCheckin()
594 private void dumpCheckin(PrintWriter pw, long start, long end, NetworkTemplate groupTemplate, in dumpCheckin() method in NetworkStatsCollection
628 value.dumpCheckin(pw); in dumpCheckin()
DNetworkStatsRecorder.java479 public void dumpCheckin(PrintWriter pw, long start, long end) { in dumpCheckin() method in NetworkStatsRecorder
481 getOrLoadPartialLocked(start, end).dumpCheckin(pw, start, end); in dumpCheckin()
DNetworkStatsService.java1284 mXtRecorder.dumpCheckin(rawWriter, start, end); in dump()
1288 mUidRecorder.dumpCheckin(rawWriter, start, end); in dump()
1292 mUidTagRecorder.dumpCheckin(rawWriter, start, end); in dump()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutPackageItem.java153 public JSONObject dumpCheckin(boolean clear) throws JSONException { in dumpCheckin() method in ShortcutPackageItem
DShortcutUser.java592 public JSONObject dumpCheckin(boolean clear) throws JSONException { in dumpCheckin() method
600 launchers.put(mLaunchers.valueAt(i).dumpCheckin(clear)); in dumpCheckin()
608 packages.put(mPackages.valueAt(i).dumpCheckin(clear)); in dumpCheckin()
DShortcutLauncher.java337 public JSONObject dumpCheckin(boolean clear) throws JSONException { in dumpCheckin() method in ShortcutLauncher
338 final JSONObject result = super.dumpCheckin(clear); in dumpCheckin()
DShortcutPackage.java1208 public JSONObject dumpCheckin(boolean clear) throws JSONException { in dumpCheckin() method in ShortcutPackage
1209 final JSONObject result = super.dumpCheckin(clear); in dumpCheckin()
DShortcutService.java3442 dumpCheckin(pw, clear); in dumpNoCheck()
3555 private void dumpCheckin(PrintWriter pw, boolean clear) { in dumpCheckin() method in ShortcutService
3561 users.put(mUsers.valueAt(i).dumpCheckin(clear)); in dumpCheckin()
/frameworks/base/core/java/android/net/
DNetworkStatsHistory.java617 public void dumpCheckin(PrintWriter pw) { in dumpCheckin() method in NetworkStatsHistory
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java1274 protected String dumpCheckin() { in dumpCheckin() method in BaseShortcutManagerTest
DShortcutManagerTest2.java2039 assertEquals(expected, dumpCheckin()); in testDumpCheckin()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java14899 boolean dumpCheckin = false;
14930 dumpCheckin = dumpCheckinFormat = true;
14994 dumpBroadcastStatsCheckinLocked(fd, pw, args, opti, dumpCheckin,
15137 dumpBroadcastStatsCheckinLocked(fd, pw, args, opti, dumpCheckin, dumpPackage);