Home
last modified time | relevance | path

Searched refs:methods (Results 1 – 25 of 28) sorted by relevance

12

/packages/inputmethods/LatinIME/java/
Dproguard.flags1 # Keep classes and methods that have the @UsedForTesting annotation
7 # Keep classes and methods that have the @ExternallyReferenced annotation
13 # Keep native methods
15 native <methods>;
18 # Keep classes that are used as a parameter type of methods that are also marked as keep
19 # to preserve changing those methods' signature.
/packages/apps/ExactCalculator/
Dproguard.flags18 # For native methods, see http://proguard.sourceforge.net/manual/examples.html#native
20 native <methods>;
30 # Keep methods in Activity that could be used in the XML attribute onClick.
54 # Some small BoundedRational methods like equals() are not used by the
/packages/inputmethods/LatinIME/native/jni/
Djni_common.cpp63 int registerNativeMethods(JNIEnv *env, const char *const className, const JNINativeMethod *methods, in registerNativeMethods() argument
70 if (env->RegisterNatives(clazz, methods, numMethods) != 0) { in registerNativeMethods()
Djni_common.h23 int registerNativeMethods(JNIEnv *env, const char *const className, const JNINativeMethod *methods,
/packages/apps/Messaging/
Dproguard.flags19 # Keep classes and methods that have the guava @VisibleForTesting annotation
25 # Keep methods that have the @VisibleForAnimation annotation
Dproguard-test.flags25 # non-private methods. This means we cannot run tests on user builds for the moment.
/packages/experimental/StrictModeTest/src/com/android/strictmodetest/
DStrictModeActivity.java60 import org.apache.http.client.methods.HttpUriRequest;
61 import org.apache.http.client.methods.HttpGet;
/packages/apps/Terminal/
Dproguard.flags2 -keep class com.android.terminal.Terminal { native <methods>; }
/packages/apps/LegacyCamera/
Dproguard.flags18 @com.android.camera.OnClickAttr <methods>;
/packages/apps/UnifiedEmail/
Dproguard.flags21 public <methods>;
/packages/experimental/NotificationShowcase/
Dproguard.cfg18 native <methods>;
/packages/wallpapers/PhaseBeam/
Dproguard.cfg18 native <methods>;
/packages/wallpapers/Galaxy4/
Dproguard.cfg18 native <methods>;
/packages/wallpapers/NoiseField/
Dproguard.cfg18 native <methods>;
/packages/apps/Camera2/
Dproguard.flags26 @com.android.camera.OnClickAttr <methods>;
/packages/apps/TvSettings/Settings/
Dproguard.cfg18 native <methods>;
/packages/apps/TvSettings/QuickSettings/
Dproguard.cfg19 native <methods>;
/packages/apps/Gallery2/
Dproguard.flags33 @com.android.camera.OnClickAttr <methods>;
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DGoogleSuggestClient.java38 import org.apache.http.client.methods.HttpGet;
/packages/apps/Camera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile253 # and setter methods for a property. Setting this option to YES (the default)
254 # will make doxygen to replace the get and set methods by a property in the
255 # documentation. This will only work if the methods are indeed getting or
257 # methods anyway, you should set this option to NO.
330 # methods, which are defined in the implementation section but not in
332 # If set to NO (the default) only methods in the interface are included.
/packages/apps/Camera/jni/feature_stab/doc/
Ddbreg_API_doxyfile253 # and setter methods for a property. Setting this option to YES (the default)
254 # will make doxygen to replace the get and set methods by a property in the
255 # documentation. This will only work if the methods are indeed getting or
257 # methods anyway, you should set this option to NO.
330 # methods, which are defined in the implementation section but not in
332 # If set to NO (the default) only methods in the interface are included.
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile253 # and setter methods for a property. Setting this option to YES (the default)
254 # will make doxygen to replace the get and set methods by a property in the
255 # documentation. This will only work if the methods are indeed getting or
257 # methods anyway, you should set this option to NO.
330 # methods, which are defined in the implementation section but not in
332 # If set to NO (the default) only methods in the interface are included.
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile253 # and setter methods for a property. Setting this option to YES (the default)
254 # will make doxygen to replace the get and set methods by a property in the
255 # documentation. This will only work if the methods are indeed getting or
257 # methods anyway, you should set this option to NO.
330 # methods, which are defined in the implementation section but not in
332 # If set to NO (the default) only methods in the interface are included.
/packages/apps/Email/provider_src/com/android/email/mail/internet/
DOAuthAuthenticator.java17 import org.apache.http.client.methods.HttpPost;
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp648 err = module->methods->open(module, id, &abstraction); in classInitNative()

12