Home
last modified time | relevance | path

Searched refs:createEmptySuggestion (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/nitz/
DTimeZoneSuggesterImpl.java19 import static android.app.timezonedetector.TelephonyTimeZoneSuggestion.createEmptySuggestion;
80 suggestion = createEmptySuggestion(slotIndex, in getTimeZoneSuggestion()
84 suggestion = createEmptySuggestion(slotIndex, "getTimeZoneSuggestion:" in getTimeZoneSuggestion()
91 suggestion = createEmptySuggestion(slotIndex, in getTimeZoneSuggestion()
125 TelephonyTimeZoneSuggestion errorSuggestion = createEmptySuggestion(slotIndex, message); in getTimeZoneSuggestion()
/frameworks/base/core/java/android/app/timezonedetector/
DTelephonyTimeZoneSuggestion.java82 public static TelephonyTimeZoneSuggestion createEmptySuggestion( in createEmptySuggestion() method in TelephonyTimeZoneSuggestion