OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROVIDER_ARGUMENTS
(Results
1 - 3
of
3
) sorted by null
/external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
InterpreterConstants.java
54
public static final String
PROVIDER_ARGUMENTS
= "com.googlecode.android_scripting.args";
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
InterpreterProvider.java
63
mUriMatcher.addURI(auth, InterpreterConstants.
PROVIDER_ARGUMENTS
, ARGUMENTS);
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/
InterpreterConfiguration.java
168
Map<String, String> argumentsMap = getMap(provider, InterpreterConstants.
PROVIDER_ARGUMENTS
);
Completed in 164 milliseconds