Searched refs:mSuggestAuthority (Results 1 – 2 of 2) sorted by relevance
85 private final String mSuggestAuthority; field in SearchableInfo115 return mSuggestAuthority; in getSuggestAuthority()339 mSuggestAuthority = a.getString( in SearchableInfo()368 if (mSuggestAuthority != null) { in SearchableInfo()370 ProviderInfo pi = pm.resolveContentProvider(mSuggestAuthority, in SearchableInfo()835 mSuggestAuthority = in.readString(); in SearchableInfo()873 dest.writeString(mSuggestAuthority); in writeToParcel()
8464 Landroid/app/SearchableInfo;->mSuggestAuthority:Ljava/lang/String;