Searched refs:getString (Results 1 – 4 of 4) sorted by relevance
205 String domain = arguments.getString(FIND_PROVIDER); in getPolicy()231 String capabilities = arguments.getString(GET_IMAP_ID_CAPA); in getPolicy()
56 bool getString(AString *value) const;129 bool getString(KEY key, AString *out) const { in getString() function131 return value.getString(out); in getString()
161 CHECK(key.getString(&keyVal)); in Parse()426 bool JSONValue::getString(AString *value) const { in getString() function in android::JSONValue
125 bob.setContentTitle(mContext.getString(titleId)) in postNotification()