Searched refs: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 MmsStability97 Thread.sleep(WAIT_TIME); in testSend5MMS()111 Thread.sleep(WAIT_TIME); in testLaunchMMS()
50 private static int WAIT_TIME = 4000; //Set the short wait time for 4 sec. field in InterceptSendSms114 Thread.sleep(WAIT_TIME); in testInterceptSendSms()
1137 final int WAIT_TIME = 5 * 60 * 1000; in initializeDevLoggingService() local1168 mHandler.postDelayed(this, WAIT_TIME); in initializeDevLoggingService()