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