Searched refs:errMsg (Results 1 – 3 of 3) sorted by relevance
437 final String errMsg = "App is " + (shouldBeBg ? "not " : "") + "a background process!"; in checkAppState() local444 Log.w(TAG, errMsg + " Trying again in 1s."); in checkAppState()447 Log.e(TAG, errMsg + " Quiting app."); in checkAppState()449 Assert.fail(errMsg + " Test requires app to be in the correct state."); in checkAppState()
406 String errMsg; in parse() local411 errMsg = failedEarly ? lines[i++] : ""; in parse()414 errMsg = MediaBitstreams.K_NATIVE_CRASH; in parse()420 addConformanceEntry(mMethodName, path, null, errMsg); in parse()
120 public void notifyFailure(FailureType type, String name, String errMsg) { in notifyFailure() argument