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

  /packages/apps/Launcher3/src/com/android/launcher3/provider/
RestoreDbTask.java 29 import com.android.launcher3.logging.FileLog;
56 FileLog.e(TAG, "Failed to verify db", e);
76 FileLog.d(TAG, itemsDeleted + " items belonging to a managed profile, were deleted");
96 FileLog.d(TAG, "Changing primary user id from " + oldProfileId + " to " + myProfileId);
137 FileLog.d(TAG, "Restore data received through full backup " + isPending);
ImportDataTask.java 51 import com.android.launcher3.logging.FileLog;
91 FileLog.d(TAG, "Importing DB from " + mOtherFavoritesUri);
96 FileLog.e(TAG, "No data found to import");
202 FileLog.d(TAG, String.format("Skipping item %d, type %d not on a valid screen %d", id, type, screen));
222 FileLog.d(TAG, String.format("Skipping item %d, type %d not in a valid folder %d", id, type, container));
260 FileLog.d(TAG, String.format("Skipping item %d, not a valid type %d", id, type));
266 FileLog.d(TAG, String.format("Skipping item %d, null intent on hotseat", id));
297 FileLog.d(TAG, totalItemsOnWorkspace + " items imported from external source");
  /packages/apps/Launcher3/tests/src/com/android/launcher3/logging/
FileLogTest.java 12 * Tests for {@link FileLog}
27 FileLog.setDir(mTempDir);
40 if (!FileLog.ENABLED) {
43 FileLog.print("Testing", "hoolalala");
45 FileLog.flushAll(new PrintWriter(writer));
48 FileLog.print("Testing", "abracadabra", new Exception("cat! cat!"));
50 FileLog.flushAll(new PrintWriter(writer));
60 if (!FileLog.ENABLED) {
63 FileLog.print("Testing", "hoolalala");
65 FileLog.flushAll(new PrintWriter(writer))
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/logging/
FileLog.java 30 public final class FileLog {
179 Log.e("FileLog", "Error writing logs to file", e);
  /packages/apps/Launcher3/src/com/android/launcher3/model/
LoaderCursor.java 47 import com.android.launcher3.logging.FileLog;
307 FileLog.e(TAG, reason);
LoaderTask.java 59 import com.android.launcher3.logging.FileLog;
403 FileLog.d(TAG, "package not yet restored: " + targetPkg);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherProvider.java 60 import com.android.launcher3.logging.FileLog;
121 // is the first component to get created. Initializing FileLog here ensures that it's
123 FileLog.setDir(getContext().getApplicationContext().getFilesDir());
    [all...]

Completed in 133 milliseconds