Searched refs:tm (Results 1 – 4 of 4) sorted by relevance
48 struct tm* tm = localtime(&timeNow); in prepare() local49 if (tm == NULL) { in prepare()59 if (reportTime.appendFormat("%04d_%02d_%02d_%02d_%02d_%02d", tm->tm_year + 1900, in prepare()60 tm->tm_mon + 1, tm->tm_mday, tm->tm_hour, tm->tm_min, tm->tm_sec) != 0) { in prepare()
63 struct timespec tm; in milli_sleep() local65 tm.tv_sec = 0; in milli_sleep()66 tm.tv_nsec = millis * 1000000; in milli_sleep()67 nanosleep(&tm, NULL); in milli_sleep()
100 TelephonyManager tm = (TelephonyManager) getContext().getSystemService( in onStart() local103 String network = tm.getNetworkOperatorName(); in onStart()107 String imei = tm.getDeviceId(); in onStart()111 String imsi = tm.getSubscriberId(); in onStart()115 String phoneNumber = tm.getLine1Number(); in onStart()
288 TelephonyManager tm = (TelephonyManager)getContext().getSystemService( in testJudgeMethods() local291 if ("US".equals(tm.getSimCountryIso())) { in testJudgeMethods()