Searched refs:nullMap (Results 1 – 2 of 2) sorted by relevance
162 ScopedLocalRef<jobject> nullMap(env, nullptr); in convertLabelsToMap()166 return nullMap; in convertLabelsToMap()171 if (jLanguage == nullptr) return nullMap; in convertLabelsToMap()176 if (jLocale == nullptr) return nullMap; in convertLabelsToMap()178 if (jValue == nullptr) return nullMap; in convertLabelsToMap()
125 public void nullMap() { in nullMap() method in ParcelNullabilityTest