blob: ced535e1c4b5fc579261579a37fdc0aca7f709a3 [file] [log] [blame]
Alexandre Lision064e1e02013-10-01 16:18:42 -04001package org.sflphone.loaders;
alision2ec64f92013-06-17 17:28:58 -04002
3public class LoaderConstants {
4
5 public static final int CONTACT_LOADER = 0;
6 public static final int ACCOUNTS_LOADER = 1;
7 public static final int HISTORY_LOADER = 2;
8
9}