Searched refs:KEY_OP (Results 1 – 2 of 2) sorted by relevance
60 private static final String KEY_OP = "op"; field in OnDevicePersonalizationManagerTest94 params.putString(KEY_OP, "ok"); in testExecuteSuccess()112 params.putString(KEY_OP, "error"); in testExecuteUnknownError()128 params.putString(KEY_OP, "error"); in testExecuteServiceError()145 params.putString(KEY_OP, "error"); in testExecuteErrorWithCode()168 params.putString(KEY_OP, "error"); in testExecuteErrorWithMessage()186 params.putString(KEY_OP, "iae"); in testExecuteCatchesIaeFromService()202 params.putString(KEY_OP, "npe"); in testExecuteCatchesNpeFromService()218 params.putString(KEY_OP, "ise"); in testExecuteCatchesOtherExceptions()251 op = params.getString(KEY_OP); in execute()
51 private static final String KEY_OP = "op"; field in OnDevicePersonalizationSystemEventManagerTest