Searched refs:profileType (Results 1 – 3 of 3) sorted by relevance
127 String profileType = resultPair.getSecond(); in getAppIdentifier() local128 if ("debug".equals(profileType)) { in getAppIdentifier()130 } else if ("release".equals(profileType)) { in getAppIdentifier()146 String profileType = null; in parseAppIdentifier() local155 profileType = profileJson.get(profileTypeKey).getAsString(); in parseAppIdentifier()156 if (profileType == null || profileType.length() == 0) { in parseAppIdentifier()181 return Pair.create(ownerID, profileType); in parseAppIdentifier()
63 private static void checkOwnerID(byte[] signature, String profileOwnerID, String profileType) in checkOwnerID() argument67 if ("debug".equals(profileType)) { in checkOwnerID()79 if ("debug".equals(profileType)) { in checkOwnerID()
628 String profileType = profileJson.get(profileTypeKey).getAsString(); in checkProfileInfo() local629 if (profileType == null || profileType.length() == 0) { in checkProfileInfo()635 if (profileType.equalsIgnoreCase("release")) { in checkProfileInfo()637 } else if (profileType.equalsIgnoreCase("debug")) { in checkProfileInfo()