Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e90010e4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Move ExternalTimeSuggestion to android.app.time" into sc-dev

parents de3ce41f 87f56209
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,6 +14,6 @@
 * limitations under the License.
 */

package android.app.timedetector;
package android.app.time;

parcelable ExternalTimeSuggestion;
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package android.app.timedetector;
package android.app.time;

import android.annotation.NonNull;
import android.annotation.Nullable;
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

package android.app.timedetector;

import android.app.timedetector.ExternalTimeSuggestion;
import android.app.time.ExternalTimeSuggestion;
import android.app.timedetector.GnssTimeSuggestion;
import android.app.timedetector.ManualTimeSuggestion;
import android.app.timedetector.NetworkTimeSuggestion;
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ package android.app.timedetector;
import android.annotation.NonNull;
import android.annotation.RequiresPermission;
import android.annotation.SystemService;
import android.app.time.ExternalTimeSuggestion;
import android.content.Context;
import android.os.SystemClock;
import android.os.TimestampedValue;
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
package android.app.timedetector;

import android.annotation.NonNull;
import android.app.time.ExternalTimeSuggestion;
import android.content.Context;
import android.os.RemoteException;
import android.os.ServiceManager;
Loading