Home
last modified time | relevance | path

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

12

/packages/apps/Car/LatinIME/
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/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/Dialer/java/com/android/dialer/searchfragment/
DREADME.md50 Filtering methods used are:
52 * T9/dialpad search methods
55 * Numeric/dialpad search methods
61 * Name/keyboard search methods:
/packages/apps/Dialer/java/com/android/dialer/proguard/
Dproguard_base.flags24 # This prevents the names of native methods from being obfuscated and prevents
27 native <methods>;
41 # These methods are needed to ensure that serialization behaves as expected when
Dproguard_release.flags8 # Allows proguard to make private and protected methods and fields public as
9 # part of optimization. This lets proguard inline trivial getter/setter methods.
Dproguard.flags1 # Keep the annotation, classes, methods, and fields marked as UsedByReflection
/packages/apps/TV/
Dproguard.flags36 native <methods>;
50 # an annotation to mark fields and methods used by native code.
66 @android.support.annotation.VisibleForTesting <methods>;
/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/modules/Cronet/api/
Dlint-baseline.txt15 …Builder methods names should use setFoo() / addFoo() / clearFoo() style: method org.chromium.net.C…
17 …Builder methods names should use setFoo() / addFoo() / clearFoo() style: method org.chromium.net.C…
19 …Builder methods names should use setFoo() / addFoo() / clearFoo() style: method org.chromium.net.C…
21 …Builder methods names should use setFoo() / addFoo() / clearFoo() style: method org.chromium.net.C…
23 …Builder methods names should use setFoo() / addFoo() / clearFoo() style: method org.chromium.net.C…
25 …Builder methods names should use setFoo() / addFoo() / clearFoo() style: method org.chromium.net.U…
27 …Builder methods names should use setFoo() / addFoo() / clearFoo() style: method org.chromium.net.U…
31 Registration methods should have overload that accepts delivery Executor: `getStatus`
/packages/apps/CellBroadcastReceiver/
Dproguard.flags4 # Keep classes and methods that have the @VisibleForTesting annotation
10 # We want to keep methods in Activity that could be used in the XML attribute onClick.
/packages/apps/Messaging/
Dproguard.flags19 # Keep classes and methods that have the guava @VisibleForTesting annotation
28 # Keep methods that have the @VisibleForAnimation annotation
Dproguard-test.flags23 # non-private methods. This means we cannot run tests on user builds for the moment.
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorMainPortal.java82 if (simulatorPortalEntryGroup.methods().containsKey(commands[index])) { in execute()
83 simulatorPortalEntryGroup.methods().get(commands[index]).run(); in execute()
DSimulatorPortalEntryGroup.java27 abstract ImmutableMap<String, Runnable> methods(); in methods() method in SimulatorPortalEntryGroup
DSimulatorMenu.java66 for (Entry<String, Runnable> method : portal.methods().entrySet()) { in onPrepareSubMenu()
/packages/apps/Terminal/
Dproguard.flags2 -keep class com.android.terminal.Terminal { native <methods>; }
/packages/services/Telephony/
Dproguard.flags1 # Keep classes and methods that have the guava @VisibleForTesting annotation
/packages/apps/LegacyCamera/
Dproguard.flags18 @com.android.camera.OnClickAttr <methods>;
/packages/apps/StorageManager/
Dproguard.cfg7 native <methods>;
/packages/modules/CellBroadcastService/
Dproguard.flags4 # We want to keep methods in Activity that could be used in the XML attribute onClick.
/packages/apps/SettingsIntelligence/
Dproguard.cfg4 # We want to keep methods in Activity that could be used in the XML attribute onClick.
/packages/apps/Camera2/
Dproguard.flags26 @com.android.camera.OnClickAttr <methods>;
/packages/apps/Launcher3/
Dproguard.flags20 # Proguard will strip methods required for talkback to properly scroll to
/packages/apps/TvSettings/QuickSettings/
Dproguard.cfg24 native <methods>;

12