Home
last modified time | relevance | path

Searched defs:errorMsg (Results 1 – 25 of 54) sorted by relevance

123

/frameworks/libs/net/common/testutils/host/com/android/testutils/
DConnectivityCheckTargetPreparer.kt67 val errorMsg = runResult.testResults.mapNotNull { (testDescription, testResult) -> in <lambda>() constant
/frameworks/libs/net/common/tests/unit/src/com/android/net/module/util/netlink/
DNetlinkErrorMessageTest.java71 final NetlinkErrorMessage errorMsg = (NetlinkErrorMessage) msg; in testParseNlmErrorOk() local
/frameworks/libs/net/common/device/com/android/net/module/util/netlink/
DNetlinkErrorMessage.java41 final NetlinkErrorMessage errorMsg = new NetlinkErrorMessage(header); in parse() local
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
DJsonParser.java43 String errorMsg = null; in parse() local
/frameworks/base/services/core/java/com/android/server/pm/
DMultiPackageVerifyingSession.java83 String errorMsg = null; in trySendVerificationCompleteNotification() local
DVerificationUtils.java144 String errorMsg = failureReason + " for " + originUri; in processVerificationResponse() local
DPackageHandler.java155 String errorMsg = "Integrity verification timed out for " + originUri; in doHandleMessage() local
DInstallPackageHelper.java2597 String errorMsg = "Required installed version code was " in verifyReplacingVersionCode() local
2606 String errorMsg = "Required installed version code was " in verifyReplacingVersionCode() local
2663 String errorMsg = "Attempting to install new APEX package " + packageName; in verifyReplacingVersionCodeForApex() local
2671 String errorMsg = "Installed version of APEX package " + packageName in verifyReplacingVersionCodeForApex() local
2683 String errorMsg = "Downgrade of APEX package " + packageName in verifyReplacingVersionCodeForApex() local
3739 String errorMsg = null; in installPackagesFromDir() local
3761 mApexManager.reportErrorWithApkInApex(scanDir.getAbsolutePath(), errorMsg); in installPackagesFromDir() local
DApexManager.java271 abstract void reportErrorWithApkInApex(String scanDirPath, String errorMsg); in reportErrorWithApkInApex()
733 void reportErrorWithApkInApex(String scanDirPath, String errorMsg) { in reportErrorWithApkInApex()
1105 void reportErrorWithApkInApex(String scanDirPath, String errorMsg) { in reportErrorWithApkInApex()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotNotificationsController.java65 String errorMsg = res.getString(msgResId); in notifyScreenshotError() local
/frameworks/base/telephony/common/android/telephony/
DLocationAccessPolicy.java217 private static void logError(Context context, LocationPermissionQuery query, String errorMsg) { in logError()
287 String errorMsg = "Allowing " + query.callingPackage + " " + locationTypeForLog in checkAppLocationPermissionHelper() local
294 String errorMsg = "Allowing " + query.callingPackage + " " + locationTypeForLog in checkAppLocationPermissionHelper() local
/frameworks/base/services/credentials/java/com/android/server/credentials/
DRequestSession.java178 protected abstract void invokeClientCallbackError(String errorType, String errorMsg) throws in invokeClientCallbackError()
340 protected void respondToClientWithErrorAndFinish(String errorType, String errorMsg) { in respondToClientWithErrorAndFinish()
DClearRequestSession.java125 protected void invokeClientCallbackError(String errorType, String errorMsg) in invokeClientCallbackError()
DCreateRequestSession.java130 protected void invokeClientCallbackError(String errorType, String errorMsg) in invokeClientCallbackError()
DGetRequestSession.java129 protected void invokeClientCallbackError(String errorType, String errorMsg) in invokeClientCallbackError()
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DTestAccountType1Authenticator.java463 String errorMsg = "Default Error Message"; in fillResultWithError() local
471 private void fillResultWithError(Bundle result, int errorCode, String errorMsg) { in fillResultWithError()
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkManagementServiceTest.java333 BiFunction<Integer, Integer, String> errorMsg = (chain, state) -> { in testFirewallChains() local
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
DWifiStressTest.java131 private void sleep(long sometime, String errorMsg) { in sleep()
/frameworks/base/tools/traceinjection/test/com/android/traceinjection/
DInjectionTests.java240 final String errorMsg = "Tag " + count.getKey() + " is not fully closed (count=" in assertAllTracesClosed() local
/frameworks/layoutlib/validator/src/com/android/tools/idea/validator/
DValidatorUtil.java181 String errorMsg = hierarchy.mErrorMessage != null ? hierarchy.mErrorMessage : in generateResults() local
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DPlayerSession.java187 String errorMsg = null; in onStateChanged() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCarrierPrivilegeRules.java499 String errorMsg = "Invalid response: payload=" in handleMessage() local
506 String errorMsg = "Error reading value from SIM via " in handleMessage() local
/frameworks/av/media/codec2/sfplugin/tests/
DCCodecBuffers_test.cpp675 std::string *errorMsg) { in VerifyPlane()
777 const sp<MediaCodecBuffer> &buffer, std::string *errorMsg) { in VerifyClientBuffer()
843 std::string errorMsg; in TEST_P() local
/frameworks/native/libs/binder/
DRpcState.cpp499 std::string errorMsg; in transact() local
1078 std::string errorMsg; in processTransactInternal() local
1178 std::string* errorMsg) { in validateParcel()
/frameworks/base/core/java/android/os/
DPersistableBundle.java155 final String errorMsg = "Bad value in PersistableBundle key=" in PersistableBundle() local

123