Searched refs:tm (Results 1 – 3 of 3) sorted by relevance
33 tm = time.time()35 time.localtime(tm)),36 int((tm - int(tm)) * 100))
38 tm = chewed[1] - t039 out.append("%s %d" % (line, (tm - last)))40 last = tm
156 JobScheduler tm = (JobScheduler) getSystemService(Context.JOB_SCHEDULER_SERVICE); in scheduleJob() local157 tm.schedule(builder.build()); in scheduleJob()164 JobScheduler tm = (JobScheduler) getSystemService(Context.JOB_SCHEDULER_SERVICE); in cancelAllJobs() local165 tm.cancelAll(); in cancelAllJobs()