Searched refs:userShouldConfirmId (Results 1 – 4 of 4) sorted by relevance
59 public TimeZoneState(@NonNull String id, boolean userShouldConfirmId) { in TimeZoneState() argument61 mUserShouldConfirmId = userShouldConfirmId; in TimeZoneState()66 boolean userShouldConfirmId = in.readBoolean(); in createFromParcel()67 return new TimeZoneState(zoneId, userShouldConfirmId); in createFromParcel()80 Boolean userShouldConfirmId = null; in parseCommandLineArgs() local89 userShouldConfirmId = Boolean.parseBoolean(cmd.getNextArgRequired()); in parseCommandLineArgs()100 if (userShouldConfirmId == null) { in parseCommandLineArgs()103 return new TimeZoneState(zoneIdString, userShouldConfirmId); in parseCommandLineArgs()
66 boolean userShouldConfirmId = in.readBoolean(); in createFromParcel()67 return new TimeState(unixEpochTime, userShouldConfirmId); in createFromParcel()
379 boolean userShouldConfirmId = in getTimeZoneState()381 return new TimeZoneState(mEnvironment.getDeviceTimeZone(), userShouldConfirmId); in getTimeZoneState()
1501 boolean userShouldConfirmId = false; in testSetTimeZoneState()1502 TimeZoneState state = new TimeZoneState(timeZoneId, userShouldConfirmId); in testSetTimeZoneState()