Searched refs:PROVIDER_ARGUMENTS (Results 1 – 3 of 3) sorted by relevance
54 public static final String PROVIDER_ARGUMENTS = "com.googlecode.android_scripting.args"; field
63 mUriMatcher.addURI(auth, InterpreterConstants.PROVIDER_ARGUMENTS, ARGUMENTS); in InterpreterProvider()
168 Map<String, String> argumentsMap = getMap(provider, InterpreterConstants.PROVIDER_ARGUMENTS); in buildInterpreter()