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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DDomainMatcher.java51 private int mMatch; field in class:DomainMatcher.Label
54 mMatch = match;
78 subLabel.mMatch = match;
97 return mMatch;
109 sb.append('=').append(mMatch);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPreferredComponent.java43 public final int mMatch; field in class:PreferredComponent
64 mMatch = match&IntentFilter.MATCH_CATEGORY_MASK;
105 mMatch = matchStr != null ? Integer.parseInt(matchStr, 16) : 0;
183 if (mMatch != 0) {
184 serializer.attribute(null, ATTR_MATCH, Integer.toHexString(mMatch));
298 out.print(prefix); out.print(" mMatch=0x");
299 out.print(Integer.toHexString(mMatch));
H A DPackageManagerService.java6366 if (pa.mPref.mMatch != match) {
6368 + Integer.toHexString(pa.mPref.mMatch));
6437 pa.mPref.mMatch,
6455 pa, pa.mPref.mMatch, null, pa.mPref.mComponent, false);
19699 Slog.i(TAG, " -- CUR: mMatch=" + cur.mPref.mMatch);
19703 Slog.i(TAG, " -- NEW: mMatch="
19710 && cur.mPref.mMatch == (match&IntentFilter.MATCH_CATEGORY_MASK)
[all...]

Completed in 171 milliseconds