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