Searched refs:UserWakeupStore (Results 1 – 3 of 3) sorted by relevance
21 import static com.android.server.alarm.UserWakeupStore.BUFFER_TIME_MS;22 import static com.android.server.alarm.UserWakeupStore.USER_START_TIME_DEVIATION_LIMIT_MS;57 private static final File ROOT_DIR = new File(TEST_SYSTEM_DIR, UserWakeupStore.ROOT_DIR_NAME);59 UserWakeupStore mUserWakeupStore;78 mUserWakeupStore = new UserWakeupStore(); in setUp()
62 public class UserWakeupStore { class65 static final String USER_WAKEUP_TAG = UserWakeupStore.class.getSimpleName();
1320 UserWakeupStore mUserWakeupStore;1799 mUserWakeupStore = new UserWakeupStore(); in onStart()