Home
last modified time | relevance | path

Searched refs:PROVIDER_PROPERTIES (Results 1 – 3 of 3) sorted by relevance

/external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
DInterpreterConstants.java51 public static final String PROVIDER_PROPERTIES = "com.googlecode.android_scripting.base"; field
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
DInterpreterProvider.java60 mUriMatcher.addURI(auth, InterpreterConstants.PROVIDER_PROPERTIES, PROPERTIES); in InterpreterProvider()
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/
DInterpreterConfiguration.java158 getMap(provider, InterpreterConstants.PROVIDER_PROPERTIES); in buildInterpreter()