HomeSort by relevance Sort by last modified time
    Searched refs:ipw (Results 1 - 7 of 7) sorted by null

  /frameworks/base/services/java/com/android/server/search/
SearchManagerService.java 269 IndentingPrintWriter ipw = new IndentingPrintWriter(pw, " "); local
272 ipw.print("\nUser: "); ipw.println(mSearchables.keyAt(i));
273 ipw.increaseIndent();
274 mSearchables.valueAt(i).dump(fd, ipw, args);
275 ipw.decreaseIndent();
  /frameworks/base/services/java/com/android/server/display/
OverlayDisplayAdapter.java 322 final IndentingPrintWriter ipw = new IndentingPrintWriter(pw, " "); local
323 ipw.increaseIndent();
324 DumpUtils.dumpAsync(mUiHandler, mWindow, ipw, 200);
DisplayManagerService.java 1168 IndentingPrintWriter ipw = new IndentingPrintWriter(pw, " "); local
    [all...]
WifiDisplayAdapter.java 136 final IndentingPrintWriter ipw = new IndentingPrintWriter(pw, " "); local
137 ipw.increaseIndent();
138 DumpUtils.dumpAsync(getHandler(), mDisplayController, ipw, 200); local
  /frameworks/base/services/java/com/android/server/
AppWidgetService.java 320 IndentingPrintWriter ipw = new IndentingPrintWriter(pw, " "); local
323 ipw.increaseIndent();
325 service.dump(fd, ipw, args);
326 ipw.decreaseIndent();
  /frameworks/base/services/java/com/android/server/accounts/
AccountManagerService.java 2522 final IndentingPrintWriter ipw = new IndentingPrintWriter(fout, " "); local
2528 dumpUser(getUserAccounts(user.id), fd, ipw, args, isCheckinRequest); local
    [all...]
  /frameworks/base/services/java/com/android/server/content/
SyncManager.java 1169 final IndentingPrintWriter ipw = new IndentingPrintWriter(pw, " "); local
    [all...]

Completed in 278 milliseconds