Searched defs:mMatch (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/pm/
H A DPreferredComponent.java42 public final int mMatch; field in class:PreferredComponent
63 mMatch = match&IntentFilter.MATCH_CATEGORY_MASK;
104 mMatch = matchStr != null ? Integer.parseInt(matchStr, 16) : 0;
182 if (mMatch != 0) {
183 serializer.attribute(null, ATTR_MATCH, Integer.toHexString(mMatch));
249 out.print(prefix); out.print(" mMatch=0x");
250 out.print(Integer.toHexString(mMatch));

Completed in 55 milliseconds