HomeSort by relevance Sort by last modified time
    Searched full:mmatch (Results 1 - 7 of 7) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DomainMatcher.java 51 private int mMatch;
54 mMatch = match;
78 subLabel.mMatch = match;
97 return mMatch;
109 sb.append('=').append(mMatch);
  /frameworks/base/services/core/java/com/android/server/pm/
PreferredComponent.java 43 public final int mMatch;
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));
PackageManagerService.java     [all...]
  /external/toybox/toys/posix/
grep.c 112 int mmatch = 0; local
197 mmatch++;
238 if (mmatch) mcount++;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrFormPkg.h     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrFormPkg.h     [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/25.2.4/
lint-25.2.4.jar 

Completed in 322 milliseconds