Home
last modified time | relevance | path

Searched refs:addDumpLog (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherModel.java1134 Launcher.addDumpLog(TAG, "11683562 - updateWorkspaceScreenOrder()", true); in updateWorkspaceScreenOrder()
1135 Launcher.addDumpLog(TAG, "11683562 - screens: " + TextUtils.join(", ", screens), true); in updateWorkspaceScreenOrder()
1435 … Launcher.addDumpLog(TAG, "Desktop items loading interrupted - invalid screens: " + e, true); in loadWorkspaceScreensDb()
1443 Launcher.addDumpLog(TAG, "11683562 - loadWorkspaceScreensDb()", true); in loadWorkspaceScreensDb()
1448 Launcher.addDumpLog(TAG, "11683562 - screens: " + in loadWorkspaceScreensDb()
1833 Launcher.addDumpLog(TAG, "11683562 - loadWorkspace()", true); in loadWorkspace()
1852 Launcher.addDumpLog(TAG, "loadWorkspace: resetting launcher database", true); in loadWorkspace()
1858 Launcher.addDumpLog(TAG, "loadWorkspace: migrating from launcher2", true); in loadWorkspace()
1862 Launcher.addDumpLog(TAG, "loadWorkspace: loading default favorites", false); in loadWorkspace()
1870 Launcher.addDumpLog(TAG, "11683562 - loadedOldDb: " + loadedOldDb, true); in loadWorkspace()
[all …]
DLauncherProvider.java1108 Launcher.addDumpLog(TAG, "11683562 - generateNewScreenId(): " + mMaxScreenId, true); in generateNewScreenId()
1114 Launcher.addDumpLog(TAG, "11683562 - updateMaxScreenId(): " + maxScreenId, true); in updateMaxScreenId()
1136 Launcher.addDumpLog(TAG, "11683562 - initializeMaxScreenId(): " + id, true); in initializeMaxScreenId()
1437 Launcher.addDumpLog(TAG, "skipping deleted user", true); in migrateLauncher2Shortcuts()
1441 Launcher.addDumpLog(TAG, "migrating \"" in migrateLauncher2Shortcuts()
1456 Launcher.addDumpLog(TAG, in migrateLauncher2Shortcuts()
1464 Launcher.addDumpLog(TAG, "skipping empty intent", true); in migrateLauncher2Shortcuts()
1470 Launcher.addDumpLog(TAG, "skipping item whose component " + in migrateLauncher2Shortcuts()
1487 Launcher.addDumpLog(TAG, "skipping duplicate", true); in migrateLauncher2Shortcuts()
1628 Launcher.addDumpLog(TAG, "migrated " + count + " icons from Launcher2 into " in migrateLauncher2Shortcuts()
DWorkspace.java576 Launcher.addDumpLog(TAG, "11683562 - insertNewWorkspaceScreen(): " + screenId + in insertNewWorkspaceScreen()
679 Launcher.addDumpLog(TAG, "11683562 - addExtraEmptyScreenOnDrag()", true); in addExtraEmptyScreenOnDrag()
708 Launcher.addDumpLog(TAG, "11683562 - addExtraEmptyScreen()", true); in addExtraEmptyScreen()
719 Launcher.addDumpLog(TAG, "11683562 - convertFinalScreenToEmptyScreenIfNecessary()", true); in convertFinalScreenToEmptyScreenIfNecessary()
723 Launcher.addDumpLog(TAG, " - workspace loading, skip", true); in convertFinalScreenToEmptyScreenIfNecessary()
745 Launcher.addDumpLog(TAG, "11683562 - extra empty screen: " + finalScreenId, true); in convertFinalScreenToEmptyScreenIfNecessary()
756 Launcher.addDumpLog(TAG, "11683562 - removeExtraEmptyScreen()", true); in removeExtraEmptyScreenDelayed()
759 Launcher.addDumpLog(TAG, " - workspace loading, skip", true); in removeExtraEmptyScreenDelayed()
800 Launcher.addDumpLog(TAG, "11683562 - fadeAndRemoveEmptyScreen()", true); in fadeAndRemoveEmptyScreen()
845 Launcher.addDumpLog(TAG, "11683562 - commitExtraEmptyScreen()", true); in commitExtraEmptyScreen()
[all …]
DLauncher.java4159 Launcher.addDumpLog(TAG, "11683562 - bindAddScreens()", true); in bindAddScreens()
4160 Launcher.addDumpLog(TAG, "11683562 - orderedScreenIds: " + in bindAddScreens()
5107 public static void addDumpLog(String tag, String log, boolean debugLog) { in addDumpLog() method in Launcher
5108 addDumpLog(tag, log, null, debugLog); in addDumpLog()
5111 public static void addDumpLog(String tag, String log, Exception e, boolean debugLog) { in addDumpLog() method in Launcher