Searched refs:mParseError (Results 1 – 5 of 5) sorted by relevance
40 private String mParseError; field in VoiceInteractionServiceInfo79 mParseError = "Service not available"; in VoiceInteractionServiceInfo()83 mParseError = "Service does not require permission " in VoiceInteractionServiceInfo()92 mParseError = "No " + VoiceInteractionService.SERVICE_META_DATA in VoiceInteractionServiceInfo()108 mParseError = "Meta-data does not start with voice-interaction-service tag"; in VoiceInteractionServiceInfo()130 mParseError = "No sessionService specified"; in VoiceInteractionServiceInfo()134 mParseError = "No recognitionService specified"; in VoiceInteractionServiceInfo()138 mParseError = "Error parsing voice interation service meta-data: " + e; in VoiceInteractionServiceInfo()142 mParseError = "Error parsing voice interation service meta-data: " + e; in VoiceInteractionServiceInfo()146 mParseError = "Error parsing voice interation service meta-data: " + e; in VoiceInteractionServiceInfo()[all …]
54 private String mParseError; field in PreferredComponent71 mParseError = null; in PreferredComponent()106 mParseError = "Bad activity name " + mShortComponent; in PreferredComponent()137 if (mParseError == null) { in PreferredComponent()138 mParseError = "No name in set tag in preferred activity " in PreferredComponent()142 if (mParseError == null) { in PreferredComponent()143 mParseError = "Too many set tags in preferred activity " in PreferredComponent()149 if (mParseError == null) { in PreferredComponent()150 mParseError = "Bad set name " + name + " in preferred activity " in PreferredComponent()168 if (mParseError == null) { in PreferredComponent()[all …]
98 private String mParseError; field in KeyphraseEnrollmentInfo108 mParseError = "No enrollment applications found"; in KeyphraseEnrollmentInfo()157 mParseError = TextUtils.join("\n", parseErrors); in KeyphraseEnrollmentInfo()281 return mParseError; in getParseError()352 + ", ParseError=" + mParseError + "]"; in toString()
310 private int mParseError = PackageManager.INSTALL_SUCCEEDED; field in PackageParser1368 mParseError = PackageManager.INSTALL_SUCCEEDED; in parseBaseApk()1386 throw new PackageParserException(mParseError, in parseBaseApk()1411 mParseError = PackageManager.INSTALL_SUCCEEDED; in parseSplitApk()1432 throw new PackageParserException(mParseError, in parseSplitApk()1479 mParseError = PackageManager.INSTALL_PARSE_FAILED_MANIFEST_MALFORMED; in parseSplitApk()1496 mParseError = PackageManager.INSTALL_PARSE_FAILED_MANIFEST_MALFORMED; in parseSplitApk()1510 mParseError = PackageManager.INSTALL_PARSE_FAILED_MANIFEST_EMPTY; in parseSplitApk()1893 mParseError = PackageManager.INSTALL_PARSE_FAILED_BAD_PACKAGE_NAME; in parseBaseApkChild()1903 mParseError = PackageManager.INSTALL_PARSE_FAILED_MANIFEST_MALFORMED; in parseBaseApkChild()[all …]
15780 Landroid/content/pm/PackageParser;->mParseError:I24914 Landroid/hardware/soundtrigger/KeyphraseEnrollmentInfo;->mParseError:Ljava/lang/String;64545 Landroid/service/voice/VoiceInteractionServiceInfo;->mParseError:Ljava/lang/String;