Searched defs:errMsg (Results 1 – 3 of 3) sorted by relevance
285 String errMsg; in parse() local
410 final String errMsg = "App is " + (shouldBeBg ? "not " : "") + "a background process!"; in checkAppState() local
51 public void notifyFailure(FailureType type, String name, String errMsg) { in notifyFailure()