Home
last modified time | relevance | path

Searched refs:emptyIfNull (Results 1 – 7 of 7) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DAbstractGoogleSource.java103 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
DGoogleSuggestionProvider.java66 private SourceResult emptyIfNull(SourceResult result, GoogleSource source, String query) { in emptyIfNull() method in GoogleSuggestionProvider
80 emptyIfNull(mSource.queryExternal(query), mSource, query)); in query()
/packages/apps/Car/Settings/src/com/android/car/settings/network/
DSubscriptionUtils.java21 import static com.android.internal.util.CollectionUtils.emptyIfNull;
46 emptyIfNull(subscriptionManager.getSelectableSubscriptionInfoList())); in getAvailableSubscriptions()
/packages/apps/Settings/src/com/android/settings/network/
DSubscriptionUtil.java21 import static com.android.internal.util.CollectionUtils.emptyIfNull;
77 new ArrayList<>(emptyIfNull(subMgr.getSelectableSubscriptionInfoList())); in getAvailableSubscriptions()
/packages/apps/Settings/src/com/android/settings/inputmethod/
DPhysicalKeyboardFragment.java260 return TextUtils.emptyIfNull(currentLayout.getLabel()); in getLayoutLabel()
308 mDeviceName = TextUtils.emptyIfNull(deviceName); in HardKeyboardDeviceInfo()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/inputmethod/
DPhysicalKeyboardFragment.java260 return TextUtils.emptyIfNull(currentLayout.getLabel()); in getLayoutLabel()
308 mDeviceName = TextUtils.emptyIfNull(deviceName); in HardKeyboardDeviceInfo()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DConversation.java792 private static String emptyIfNull(String in) { in emptyIfNull() method in Conversation