Home
last modified time | relevance | path

Searched refs:allowEmpty (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_config.cpp74 extern bool dispatchStrings(int serial, int slotId, int request, bool allowEmpty,
Dril_service.cpp743 bool copyHidlStringToRil(char **dest, const hidl_string &src, RequestInfo *pRI, bool allowEmpty) { in copyHidlStringToRil() argument
745 if (len == 0 && !allowEmpty) { in copyHidlStringToRil()
806 bool dispatchStrings(int serial, int slotId, int request, bool allowEmpty, int countStrings, ...) { in dispatchStrings() argument
823 if (!copyHidlStringToRil(&pStrings[i], hidl_string(str), pRI, allowEmpty)) { in dispatchStrings()
/device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/
DBrowserProvider2.java552 String allowEmpty = uri.getQueryParameter(PARAM_ALLOW_EMPTY_ACCOUNTS); in query() local
553 if ("false".equals(allowEmpty)) { in query()