Searched refs:mIsInjection (Results 1 – 1 of 1) sorted by relevance
56 private final boolean mIsInjection; field in DataModelException69 mIsInjection = injection; in DataModelException()73 (mIsInjection ? "[INJECTED] -- " : "") + message; in DataModelException()75 mMessage = (mIsInjection ? "[INJECTED] -- " : "") + message; in DataModelException()