Searched refs:WRITE_DELAY_MILLIS (Results 1 – 2 of 2) sorted by relevance
149 static final int WRITE_DELAY_MILLIS = 10 * 1000; // 10 seconds field in GameManagerService1198 sendUserMessage(userId, WRITE_SETTINGS, EVENT_SET_GAME_MODE, WRITE_DELAY_MILLIS);1433 WRITE_DELAY_MILLIS);1435 EVENT_UPDATE_CUSTOM_GAME_MODE_CONFIG, WRITE_DELAY_MILLIS /*delayMillis*/);2075 Intent.ACTION_PACKAGE_REMOVED, WRITE_DELAY_MILLIS);2078 Intent.ACTION_PACKAGE_REMOVED, WRITE_DELAY_MILLIS);
26 import static com.android.server.app.GameManagerService.WRITE_DELAY_MILLIS;2025 mTestLooper.moveTimeForward(WRITE_DELAY_MILLIS + 500); in testUpdateCustomGameModeConfiguration()