Searched refs:mSearchInputType (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/app/
H A DSearchableInfo.java78 private final int mSearchInputType; field in class:SearchableInfo
321 mSearchInputType = a.getInt(com.android.internal.R.styleable.Searchable_inputType,
745 return mSearchInputType;
818 mSearchInputType = in.readInt();
856 dest.writeInt(mSearchInputType);

Completed in 34 milliseconds