/frameworks/base/tools/aapt2/compile/ |
D | Pseudolocalizer_test.cpp | 31 Pseudolocalizer::Method method) { in SimpleHelper() 42 Pseudolocalizer::Method method) { in CompoundHelper() 53 EXPECT_TRUE(SimpleHelper("", "", Pseudolocalizer::Method::kNone)); in TEST() 55 Pseudolocalizer::Method::kNone)); in TEST() 58 Pseudolocalizer::Method::kNone)); in TEST() 62 EXPECT_TRUE(SimpleHelper("", "[]", Pseudolocalizer::Method::kAccent)); in TEST() 64 Pseudolocalizer::Method::kAccent)); in TEST() 67 Pseudolocalizer::Method::kAccent)); in TEST() 70 Pseudolocalizer::Method::kAccent)); in TEST() 72 SimpleHelper("^1 %", "[^1 % one]", Pseudolocalizer::Method::kAccent)); in TEST() [all …]
|
D | Pseudolocalizer.h | 40 enum class Method { enum 46 explicit Pseudolocalizer(Method method); 47 void SetMethod(Method method);
|
/frameworks/base/docs/html/sdk/support_api_diff/25.1.0/ |
D | missingSinces.txt | 27 NO DOC BLOCK: android.support.v17.leanback.app.BackgroundManager Method attachToView(android.view.V… 28 NO DOC BLOCK: android.support.v17.leanback.app.BackgroundManager Method clearDrawable() 29 NO DOC BLOCK: android.support.v17.leanback.app.GuidedStepFragment Method collapseAction(boolean) 30 NO DOC BLOCK: android.support.v17.leanback.app.GuidedStepSupportFragment Method collapseAction(bool… 31 NO DOC BLOCK: android.support.v17.leanback.widget.GuidedActionsStylist Method collapseAction(boolea… 32 NO DOC BLOCK: android.support.v7.widget.SnapHelper Method createSnapScroller(android.support.v7.wid… 33 NO DOC BLOCK: android.support.v17.leanback.app.GuidedStepFragment Method expandAction(android.suppo… 34 NO DOC BLOCK: android.support.v17.leanback.app.GuidedStepSupportFragment Method expandAction(androi… 35 NO DOC BLOCK: android.support.v17.leanback.widget.GuidedActionsStylist Method expandAction(android.… 36 NO DOC BLOCK: android.support.v17.leanback.app.BrowseFragment.MainFragmentRowsAdapter Method findRo… [all …]
|
/frameworks/base/nfc/api/ |
D | lint-baseline.txt | 17 …Method 'disableForegroundDispatch' documentation mentions permissions without declaring @RequiresP… 19 …Method 'enableForegroundDispatch' documentation mentions permissions without declaring @RequiresPe… 21 …Method 'isDefaultServiceForAid' documentation mentions permissions without declaring @RequiresPerm… 23 …Method 'isDefaultServiceForCategory' documentation mentions permissions without declaring @Require… 25 …Method 'setOffHostForService' documentation mentions permissions already declared by @RequiresPerm… 27 Method 'getTimeout' documentation mentions permissions without declaring @RequiresPermission 29 Method 'setTimeout' documentation mentions permissions without declaring @RequiresPermission 31 Method 'transceive' documentation mentions permissions without declaring @RequiresPermission 33 …Method 'authenticateSectorWithKeyA' documentation mentions permissions without declaring @Requires… 35 …Method 'authenticateSectorWithKeyB' documentation mentions permissions without declaring @Requires… [all …]
|
D | module-lib-lint-baseline.txt | 12 …Method 'disableForegroundDispatch' documentation mentions permissions without declaring @RequiresP… 14 …Method 'enableForegroundDispatch' documentation mentions permissions without declaring @RequiresPe… 16 …Method 'isDefaultServiceForAid' documentation mentions permissions without declaring @RequiresPerm… 18 …Method 'isDefaultServiceForCategory' documentation mentions permissions without declaring @Require… 20 …Method 'setOffHostForService' documentation mentions permissions already declared by @RequiresPerm… 22 Method 'getTimeout' documentation mentions permissions without declaring @RequiresPermission 24 Method 'setTimeout' documentation mentions permissions without declaring @RequiresPermission 26 Method 'transceive' documentation mentions permissions without declaring @RequiresPermission 28 …Method 'authenticateSectorWithKeyA' documentation mentions permissions without declaring @Requires… 30 …Method 'authenticateSectorWithKeyB' documentation mentions permissions without declaring @Requires… [all …]
|
D | system-lint-baseline.txt | 19 …Method 'disableForegroundDispatch' documentation mentions permissions without declaring @RequiresP… 21 …Method 'enableForegroundDispatch' documentation mentions permissions without declaring @RequiresPe… 23 …Method 'isDefaultServiceForAid' documentation mentions permissions without declaring @RequiresPerm… 25 …Method 'isDefaultServiceForCategory' documentation mentions permissions without declaring @Require… 27 …Method 'setOffHostForService' documentation mentions permissions already declared by @RequiresPerm… 29 Method 'getTimeout' documentation mentions permissions without declaring @RequiresPermission 31 Method 'setTimeout' documentation mentions permissions without declaring @RequiresPermission 33 Method 'transceive' documentation mentions permissions without declaring @RequiresPermission 35 …Method 'authenticateSectorWithKeyA' documentation mentions permissions without declaring @Requires… 37 …Method 'authenticateSectorWithKeyB' documentation mentions permissions without declaring @Requires… [all …]
|
/frameworks/base/tools/lint/framework/checks/src/main/java/com/google/android/lint/parcel/ |
D | SaferParcelChecker.kt | 32 .map(Method::name) in getApplicableMethodNames() 79 …private val PARCEL_METHOD_READ_SERIALIZABLE = Method("android.os.Parcel", "readSerializable", list… 80 …private val PARCEL_METHOD_READ_ARRAY_LIST = Method("android.os.Parcel", "readArrayList", listOf("j… 81 …private val PARCEL_METHOD_READ_LIST = Method("android.os.Parcel", "readList", listOf("java.util.Li… 82 …private val PARCEL_METHOD_READ_PARCELABLE = Method(listOf("T"), "android.os.Parcel", "readParcelab… 83 …private val PARCEL_METHOD_READ_PARCELABLE_LIST = Method(listOf("T"), "android.os.Parcel", "readPar… 84 …private val PARCEL_METHOD_READ_SPARSE_ARRAY = Method(listOf("T"), "android.os.Parcel", "readSparse… 85 …private val PARCEL_METHOD_READ_ARRAY = Method("android.os.Parcel", "readArray", listOf("java.lang.… 86 …private val PARCEL_METHOD_READ_PARCELABLE_ARRAY = Method("android.os.Parcel", "readParcelableArray… 89 …private val BUNDLE_METHOD_GET_SERIALIZABLE = Method("android.os.Bundle", "getSerializable", listOf… [all …]
|
/frameworks/base/tools/lint/common/src/main/java/com/google/android/lint/ |
D | Constants.kt | 19 import com.google.android.lint.model.Method 28 Method(CLASS_CONTEXT, "checkPermission"), 29 Method(CLASS_CONTEXT, "checkCallingPermission"), 30 Method(CLASS_CONTEXT, "checkCallingOrSelfPermission"), 31 Method(CLASS_CONTEXT, "enforcePermission"), 32 Method(CLASS_CONTEXT, "enforceCallingPermission"), 33 Method(CLASS_CONTEXT, "enforceCallingOrSelfPermission"), 34 Method(CLASS_ACTIVITY_MANAGER_SERVICE, "checkPermission"), 35 Method(CLASS_ACTIVITY_MANAGER_INTERNAL, "enforceCallingPermission")
|
/frameworks/base/core/api/ |
D | module-lib-lint-baseline.txt | 335 …Method android.accounts.AccountManager.newChooseAccountIntent(android.accounts.Account, java.util.… 337 …Method android.app.Activity.enterPictureInPictureMode(): @Deprecated annotation (present) and @dep… 339 …Method android.app.Instrumentation.startAllocCounting(): @Deprecated annotation (present) and @dep… 341 …Method android.app.Instrumentation.stopAllocCounting(): @Deprecated annotation (present) and @depr… 353 …Method android.app.Notification.Action.WearableExtender.getCancelLabel(): @Deprecated annotation (… 355 …Method android.app.Notification.Action.WearableExtender.getConfirmLabel(): @Deprecated annotation … 357 …Method android.app.Notification.Action.WearableExtender.getInProgressLabel(): @Deprecated annotati… 359 …Method android.app.Notification.Action.WearableExtender.setCancelLabel(CharSequence): @Deprecated … 361 …Method android.app.Notification.Action.WearableExtender.setConfirmLabel(CharSequence): @Deprecated… 363 …Method android.app.Notification.Action.WearableExtender.setInProgressLabel(CharSequence): @Depreca… [all …]
|
D | test-lint-baseline.txt | 347 …Method android.accounts.AccountManager.newChooseAccountIntent(android.accounts.Account, java.util.… 349 …Method android.app.Activity.enterPictureInPictureMode(): @Deprecated annotation (present) and @dep… 351 …Method android.app.Instrumentation.startAllocCounting(): @Deprecated annotation (present) and @dep… 353 …Method android.app.Instrumentation.stopAllocCounting(): @Deprecated annotation (present) and @depr… 365 …Method android.app.Notification.Action.WearableExtender.getCancelLabel(): @Deprecated annotation (… 367 …Method android.app.Notification.Action.WearableExtender.getConfirmLabel(): @Deprecated annotation … 369 …Method android.app.Notification.Action.WearableExtender.getInProgressLabel(): @Deprecated annotati… 371 …Method android.app.Notification.Action.WearableExtender.setCancelLabel(CharSequence): @Deprecated … 373 …Method android.app.Notification.Action.WearableExtender.setConfirmLabel(CharSequence): @Deprecated… 375 …Method android.app.Notification.Action.WearableExtender.setInProgressLabel(CharSequence): @Depreca… [all …]
|
D | lint-baseline.txt | 249 …Method android.accounts.AccountManager.newChooseAccountIntent(android.accounts.Account, java.util.… 251 …Method android.app.Activity.enterPictureInPictureMode(): @Deprecated annotation (present) and @dep… 253 …Method android.app.Instrumentation.startAllocCounting(): @Deprecated annotation (present) and @dep… 255 …Method android.app.Instrumentation.stopAllocCounting(): @Deprecated annotation (present) and @depr… 267 …Method android.app.Notification.Action.WearableExtender.getCancelLabel(): @Deprecated annotation (… 269 …Method android.app.Notification.Action.WearableExtender.getConfirmLabel(): @Deprecated annotation … 271 …Method android.app.Notification.Action.WearableExtender.getInProgressLabel(): @Deprecated annotati… 273 …Method android.app.Notification.Action.WearableExtender.setCancelLabel(CharSequence): @Deprecated … 275 …Method android.app.Notification.Action.WearableExtender.setConfirmLabel(CharSequence): @Deprecated… 277 …Method android.app.Notification.Action.WearableExtender.setInProgressLabel(CharSequence): @Depreca… [all …]
|
D | system-lint-baseline.txt | 3 …Method should return Collection<CharSequence> (or subclass) instead of raw array; was `java.lang.C… 339 …Method android.accounts.AccountManager.newChooseAccountIntent(android.accounts.Account, java.util.… 341 …Method android.app.Activity.enterPictureInPictureMode(): @Deprecated annotation (present) and @dep… 343 …Method android.app.Instrumentation.startAllocCounting(): @Deprecated annotation (present) and @dep… 345 …Method android.app.Instrumentation.stopAllocCounting(): @Deprecated annotation (present) and @depr… 357 …Method android.app.Notification.Action.WearableExtender.getCancelLabel(): @Deprecated annotation (… 359 …Method android.app.Notification.Action.WearableExtender.getConfirmLabel(): @Deprecated annotation … 361 …Method android.app.Notification.Action.WearableExtender.getInProgressLabel(): @Deprecated annotati… 363 …Method android.app.Notification.Action.WearableExtender.setCancelLabel(CharSequence): @Deprecated … 365 …Method android.app.Notification.Action.WearableExtender.setConfirmLabel(CharSequence): @Deprecated… [all …]
|
/frameworks/base/docs/html/sdk/support_api_diff/25.0.0/ |
D | missingSinces.txt | 7 NO DOC BLOCK: android.support.v4.app.NotificationCompat.WearableExtender Method getBridgeTag() 8 NO DOC BLOCK: android.support.v7.widget.RecyclerView Method getDecoratedBoundsWithMargins(android.v… 9 NO DOC BLOCK: android.support.v4.view.ViewCompat Method getDisplay(android.view.View) 10 NO DOC BLOCK: android.support.v4.widget.SwipeRefreshLayout Method getProgressViewEndOffset() 11 NO DOC BLOCK: android.support.v4.widget.SwipeRefreshLayout Method getProgressViewStartOffset() 12 NO DOC BLOCK: android.support.v4.net.ConnectivityManagerCompat Method getRestrictBackgroundStatus(a… 13 NO DOC BLOCK: android.support.design.widget.FloatingActionButton Method getRippleColor() 14 NO DOC BLOCK: android.support.v7.widget.RecyclerView.LayoutManager Method isItemPrefetchEnabled() 15 NO DOC BLOCK: android.support.v4.text.BidiFormatter Method isRtl(java.lang.CharSequence) 16 NO DOC BLOCK: android.support.v4.view.ViewCompat Method setBackground(android.view.View, android.gr… [all …]
|
/frameworks/base/tools/lint/framework/checks/src/main/java/com/google/android/lint/ |
D | PackageVisibilityDetector.kt | 149 filters: List<Method> in <lambda>() 152 return Method(method) in filters in <lambda>() 165 sinkList: List<Method> in <lambda>() 292 sinkCallList: List<Method> in <lambda>() 293 ): Method? { in <lambda>() 295 it == Method(uMethod) || in <lambda>() 296 it == Method(uMethod.containingClass?.qualifiedName ?: "", "*") in <lambda>() 313 val visitMethod = Method(node.resolve() ?: return false) in <lambda>() 348 private data class Method( in <lambda>() dataClass 375 method: com.google.android.lint.model.Method in <lambda>() [all …]
|
/frameworks/base/location/api/ |
D | lint-baseline.txt | 3 …Method 'addGpsStatusListener' documentation mentions permissions already declared by @RequiresPerm… 5 …Method 'addNmeaListener' documentation mentions permissions already declared by @RequiresPermission 7 …Method 'addNmeaListener' documentation mentions permissions already declared by @RequiresPermission 9 …Method 'addNmeaListener' documentation mentions permissions already declared by @RequiresPermission 11 …Method 'addProximityAlert' documentation mentions permissions already declared by @RequiresPermiss… 13 …Method 'registerGnssMeasurementsCallback' documentation mentions permissions already declared by @… 15 …Method 'registerGnssMeasurementsCallback' documentation mentions permissions already declared by @… 17 …Method 'registerGnssMeasurementsCallback' documentation mentions permissions already declared by @… 19 …Method 'registerGnssNavigationMessageCallback' documentation mentions permissions already declared… 21 …Method 'registerGnssNavigationMessageCallback' documentation mentions permissions already declared… [all …]
|
D | system-lint-baseline.txt | 3 …Method 'addGpsStatusListener' documentation mentions permissions already declared by @RequiresPerm… 5 …Method 'addNmeaListener' documentation mentions permissions already declared by @RequiresPermission 7 …Method 'addNmeaListener' documentation mentions permissions already declared by @RequiresPermission 9 …Method 'addNmeaListener' documentation mentions permissions already declared by @RequiresPermission 11 …Method 'addProximityAlert' documentation mentions permissions already declared by @RequiresPermiss… 13 …Method 'injectGnssMeasurementCorrections' documentation mentions permissions already declared by @… 15 …Method 'registerGnssMeasurementsCallback' documentation mentions permissions already declared by @… 17 …Method 'registerGnssMeasurementsCallback' documentation mentions permissions already declared by @… 19 …Method 'registerGnssMeasurementsCallback' documentation mentions permissions already declared by @… 21 …Method 'registerGnssMeasurementsCallback' documentation mentions permissions already declared by @… [all …]
|
D | module-lib-lint-baseline.txt | 3 …Method 'addGpsStatusListener' documentation mentions permissions already declared by @RequiresPerm… 5 …Method 'addNmeaListener' documentation mentions permissions already declared by @RequiresPermission 7 …Method 'addNmeaListener' documentation mentions permissions already declared by @RequiresPermission 9 …Method 'addNmeaListener' documentation mentions permissions already declared by @RequiresPermission 11 …Method 'addProximityAlert' documentation mentions permissions already declared by @RequiresPermiss… 13 …Method 'injectGnssMeasurementCorrections' documentation mentions permissions already declared by @… 15 …Method 'registerGnssMeasurementsCallback' documentation mentions permissions already declared by @… 17 …Method 'registerGnssMeasurementsCallback' documentation mentions permissions already declared by @… 19 …Method 'registerGnssMeasurementsCallback' documentation mentions permissions already declared by @… 21 …Method 'registerGnssMeasurementsCallback' documentation mentions permissions already declared by @… [all …]
|
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/ |
D | TestDelegates.java | 23 import java.lang.reflect.Method; 87 List<Method> checkedDelegateMethods = new ArrayList<Method>(); in compare() 93 Method[] originalMethods = originalClass.getDeclaredMethods(); in compare() 94 for (Method originalMethod : originalMethods) { in compare() 125 Method delegateMethod = delegateClass.getDeclaredMethod(originalMethod.getName(), in compare() 171 Method[] delegateMethods = delegateClass.getDeclaredMethods(); in compare() 172 for (Method delegateMethod : delegateMethods) { in compare() 193 private String getMethodName(Method method) { in getMethodName() 197 private String getMethodName(Method method, Class<?>[] parameters) { in getMethodName()
|
/frameworks/layoutlib/common/src/com/android/layoutlib/common/util/ |
D | ReflectionUtils.java | 25 import java.lang.reflect.Method; 34 public static Method getMethod(@NonNull String className, @NonNull String name, in getMethod() 44 public static Method getMethod(@NonNull Class<?> clazz, @NonNull String name, in getMethod() 54 public static Method getAccessibleMethod(@NonNull Class<?> clazz, @NonNull String name, in getAccessibleMethod() 56 Method method = getMethod(clazz, name, params); in getAccessibleMethod() 76 public static Object invoke(@NonNull Method method, @Nullable Object object, in invoke() 91 Method m = getMethod(Class.forName(className), methodName); in invokeStatic() 179 public Object invoke(Object proxy, Method m, Object[] args) { in createProxy()
|
/frameworks/base/test-base/hiddenapi/src/junit/framework/ |
D | TestSuite.java | 21 import java.lang.reflect.Method; 33 private boolean isPublicTestMethod(Method m) { in isPublicTestMethod() 41 private boolean isTestMethod(Method m) { in isTestMethod()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BinderTransactionNameResolver.java | 24 import java.lang.reflect.Method; 39 private static final Method NO_GET_DEFAULT_TRANSACTION_NAME_METHOD; 60 private final HashMap<Class<? extends Binder>, Method> 69 Method method = mGetDefaultTransactionNameMethods.get(binderClass); in getMethodName()
|
/frameworks/layoutlib/validator/src/com/android/tools/idea/validator/hierarchy/ |
D | CustomHierarchyHelper.java | 25 import java.lang.reflect.Method; 54 Method isCheckable = button.getMethod("isCheckable"); in isCheckable() 62 Method isCheckable = card.getMethod("isCheckable"); in isCheckable() 70 Method isCheckable = chip.getMethod("isCheckable"); in isCheckable()
|
/frameworks/base/tools/hoststubgen/hoststubgen/test-tiny-framework/golden-output/ |
D | 13-hoststubgen-test-tiny-framework-host-ext-impl-dump.txt | 17 …x: invokestatic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onC… 55 …x: invokestatic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onC… 86 …x: invokestatic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onC… 124 …x: invokestatic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onC… 155 …x: invokestatic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onC… 186 …x: invokestatic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onC… 224 …x: invokestatic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onC… 255 …x: invokestatic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onC… 286 …x: invokestatic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onC… 317 …x: invokestatic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onC… [all …]
|
/frameworks/base/tools/traceinjection/src/com/android/traceinjection/ |
D | TraceInjectionMethodAdapter.java | 25 import org.objectweb.asm.commons.Method; 83 Method trace = Method.getMethod("void " + mParams.startMethodName + " (long, String)"); in onMethodEnter() 107 Method trace = Method.getMethod("void " + mParams.endMethodName + " (long)"); in onFinally()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/ |
D | AppCompatActionBar.java | 45 import java.lang.reflect.Method; 158 Method setTitle = getMethod(mWindowActionBarClass, "setTitle", CharSequence.class); in setTitle() 166 … Method setSubtitle = getMethod(mWindowActionBarClass, "setSubtitle", CharSequence.class); in setSubtitle() 179 Method setIcon = getMethod(mWindowActionBarClass, "setIcon", Drawable.class); in setIcon() 189 Method setHomeAsUp = getMethod(mWindowActionBarClass, in setHomeAsUp() 239 private static Method getMethod(Class<?> owner, String name, Class<?>... parameterTypes) { in getMethod() 253 private static Method findMethod(@Nullable Class<?> owner, @NonNull String name) { in findMethod() 257 for (Method method : owner.getMethods()) { in findMethod() 291 private static Object invoke(@Nullable Method method, Object owner, Object... args) { in invoke()
|