HomeSort by relevance Sort by last modified time
    Searched refs:mMatch (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/
PreferredComponent.java 42 public final int mMatch;
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));
223 out.print(prefix); out.print(" mMatch=0x");
224 out.print(Integer.toHexString(mMatch));
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java     [all...]

Completed in 53 milliseconds