Home
last modified time | relevance | path

Searched refs:errorStr (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telephony/testapps/TestSliceApp/app/src/main/java/com/google/android/sample/testsliceapp/
DPrioritizeLatency.java295 String errorStr = "Unknown purchasing result " + result; in purchasePremiumResultToText() local
296 Log.e(LOG_TAG, errorStr); in purchasePremiumResultToText()
297 return errorStr; in purchasePremiumResultToText()
/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.cpp418 std::string errorStr = StringPrintf("The callback(pid: %d, uid: %d) is already registered.", in registerPowerPolicyChangeCallback() local
420 const char* errorCause = errorStr.c_str(); in registerPowerPolicyChangeCallback()
431 std::string errorStr = StringPrintf("The given callback(pid: %d, uid: %d) is dead", in registerPowerPolicyChangeCallback() local
433 const char* errorCause = errorStr.c_str(); in registerPowerPolicyChangeCallback()
462 std::string errorStr = in unregisterPowerPolicyChangeCallback() local
465 const char* errorCause = errorStr.c_str(); in unregisterPowerPolicyChangeCallback()
706 std::string errorStr = in notifyCarServiceReadyInternal() local
708 const char* errorCause = errorStr.c_str(); in notifyCarServiceReadyInternal()
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp828 std::string errorStr = in unregisterClientLocked() local
830 const char* errorCause = errorStr.c_str(); in unregisterClientLocked()