public static long getSosDelay(Context context) {
   if (mSosDelay == 0) {
     mSosDelay = Prefs.getSosDelay(context);
   }
   return mSosDelay;
 }