Searched defs:WAIT_TIME (Results 1 – 3 of 3) sorted by relevance
44 private static int WAIT_TIME = 2000; //Set the short wait time for 2 sec. field in MmsStability
50 private static int WAIT_TIME = 4000; //Set the short wait time for 4 sec. field in InterceptSendSms
1221 final int WAIT_TIME = 5 * 60 * 1000; in initializeDevLoggingService() local