Searched refs:callPutCommand (Results 1 – 1 of 1) sorted by relevance
350 final String callPutCommand; in putForUser() local352 callPutCommand = Settings.CALL_METHOD_PUT_SYSTEM; in putForUser()358 } else if ("secure".equals(table)) callPutCommand = Settings.CALL_METHOD_PUT_SECURE; in putForUser()359 else if ("global".equals(table)) callPutCommand = Settings.CALL_METHOD_PUT_GLOBAL; in putForUser()376 callPutCommand, key, arg); in putForUser() local