Searched refs:mSuggestIntentAction (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DSearchableInfo.java86 private final String mSuggestIntentAction; field in class:SearchableInfo
214 return mSuggestIntentAction;
340 mSuggestIntentAction = a.getString(
823 mSuggestIntentAction = in.readString();
861 dest.writeString(mSuggestIntentAction);

Completed in 5 milliseconds