Searched refs:emptyIfNull (Results 1 – 7 of 7) sorted by relevance
103 return emptyIfNull(queryInternal(query), query); in getSuggestions()107 return emptyIfNull(queryExternal(query), query); in getSuggestionsExternal()110 private SourceResult emptyIfNull(SourceResult result, String query) { in emptyIfNull() method in AbstractGoogleSource
66 private SourceResult emptyIfNull(SourceResult result, GoogleSource source, String query) { in emptyIfNull() method in GoogleSuggestionProvider80 emptyIfNull(mSource.queryExternal(query), mSource, query)); in query()
21 import static com.android.internal.util.CollectionUtils.emptyIfNull;46 emptyIfNull(subscriptionManager.getSelectableSubscriptionInfoList())); in getAvailableSubscriptions()
21 import static com.android.internal.util.CollectionUtils.emptyIfNull;77 new ArrayList<>(emptyIfNull(subMgr.getSelectableSubscriptionInfoList())); in getAvailableSubscriptions()
260 return TextUtils.emptyIfNull(currentLayout.getLabel()); in getLayoutLabel()308 mDeviceName = TextUtils.emptyIfNull(deviceName); in HardKeyboardDeviceInfo()
792 private static String emptyIfNull(String in) { in emptyIfNull() method in Conversation