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