Searched refs:callListCommand (Results 1 – 1 of 1) sorted by relevance
301 final String callListCommand; in listForUser() local302 if ("system".equals(table)) callListCommand = Settings.CALL_METHOD_LIST_SYSTEM; in listForUser()303 else if ("secure".equals(table)) callListCommand = Settings.CALL_METHOD_LIST_SECURE; in listForUser()304 else if ("global".equals(table)) callListCommand = Settings.CALL_METHOD_LIST_GLOBAL; in listForUser()316 callListCommand, null, arg); in listForUser()