+ // Storage for an instance of the sync adapter\r
+ private static FileSyncAdapter sSyncAdapter = null;\r
+ // Object to use as a thread-safe lock\r
+ private static final Object sSyncAdapterLock = new Object();\r
+ \r
+ public static String getSyncMessage(){\r
+ return FileSyncService.class.getName().toString() + SYNC_MESSAGE;\r
+ }\r