Searched refs:callGetCommand (Results 1 – 1 of 1) sorted by relevance
327 final String callGetCommand; in getForUser() local328 if ("system".equals(table)) callGetCommand = Settings.CALL_METHOD_GET_SYSTEM; in getForUser()329 else if ("secure".equals(table)) callGetCommand = Settings.CALL_METHOD_GET_SECURE; in getForUser()330 else if ("global".equals(table)) callGetCommand = Settings.CALL_METHOD_GET_GLOBAL; in getForUser()343 callGetCommand, key, arg); in getForUser()