Merge "Adding UNKNOWN value to Job constraint change enum."
This commit is contained in:
committed by
Android (Google) Code Review
commit
10ddc956ee
@@ -5528,8 +5528,9 @@ message ScheduledJobConstraintChanged {
|
||||
optional com.android.server.job.ConstraintEnum constraint = 3;
|
||||
|
||||
enum State {
|
||||
UNSATISFIED = 0;
|
||||
SATISFIED = 1;
|
||||
UNKNOWN = 0;
|
||||
UNSATISFIED = 1;
|
||||
SATISFIED = 2;
|
||||
}
|
||||
optional State state = 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user