Move date/time prefs to PreferenceController and add tests.
Bug: 32996243 Test: RunSettingsRoboTests Change-Id: Ie537bbcc35a96a63251e46f84b57c0a861b9d013
This commit is contained in:
@@ -19,6 +19,8 @@ package com.android.settings.datetime;
|
||||
import android.content.Context;
|
||||
|
||||
public interface UpdateTimeAndDateCallback {
|
||||
// Minimum time is Nov 5, 2007, 0:00.
|
||||
long MIN_DATE = 1194220800000L;
|
||||
|
||||
void updateTimeAndDateDisplay(Context context);
|
||||
}
|
||||
|
Reference in New Issue
Block a user