Searched defs:newSuggestion (Results 1 – 2 of 2) sorted by relevance
80 public void maybeSuggestDeviceTimeZone(@NonNull TelephonyTimeZoneSuggestion newSuggestion) { in maybeSuggestDeviceTimeZone()93 @NonNull TelephonyTimeZoneSuggestion newSuggestion) { in shouldSendNewTimeZoneSuggestion()
96 final Suggestion newSuggestion = Suggestion.CREATOR.createFromParcel(parcel); in buildSuggestion_fromParcelable() local