Home
last modified time | relevance | path

Searched refs:Annotation (Results 1 – 25 of 30) sorted by relevance

12

/packages/apps/Settings/src/com/android/settings/utils/
DAnnotationSpan.java22 import android.text.Annotation;
61 Annotation[] spans = msg.getSpans(0, msg.length(), Annotation.class); in linkify()
63 for (Annotation annotation : spans) { in linkify()
86 Annotation[] spans = msg.getSpans(0, msg.length(), Annotation.class); in textWithoutLink()
92 for (Annotation span : spans) { in textWithoutLink()
/packages/apps/Dialer/java/com/android/dialer/rootcomponentgenerator/
DMetadataGeneratingStep.java30 import java.lang.annotation.Annotation;
53 public Set<? extends Class<? extends Annotation>> annotations() { in annotations()
59 SetMultimap<Class<? extends Annotation>, Element> elementsByAnnotation) { in process() argument
79 Class<? extends Annotation> annotation, TypeElement annotatedElement) { in generateMetadataFor()
DRootComponentGeneratingStep.java41 import java.lang.annotation.Annotation;
88 public Set<? extends Class<? extends Annotation>> annotations() { in annotations()
94 SetMultimap<Class<? extends Annotation>, Element> elementsByAnnotation) { in process() argument
109 SetMultimap<Class<? extends Annotation>, Element> elementsByAnnotation) { in shouldDeferRootComponent() argument
171 Class<? extends Annotation> annotation, MetadataProcessor metadataProcessor) { in extractInfoFromMetadata()
DComponentGeneratingStep.java40 import java.lang.annotation.Annotation;
91 public Set<? extends Class<? extends Annotation>> annotations() { in annotations()
97 SetMultimap<Class<? extends Annotation>, Element> elementsByAnnotation) { in process() argument
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiTestUtil.java21 import java.lang.annotation.Annotation;
49 Annotation[] annotations = method.getDeclaredAnnotations(); in getTestMethod()
50 for (Annotation annotation : annotations) { in getTestMethod()
/packages/modules/IPsec/
Djarjar-rules-shared.txt3 rule android.telephony.Annotation* com.android.internal.net.eap.telephony.Annotation@1
Djarjar-rules-test.txt6 rule android.telephony.Annotation* com.android.internal.net.eap.test.telephony.Annotation@1
/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexUtils.java27 import android.telephony.Annotation;
550 private final @Annotation.NetworkType int mRat;
558 public CoexCellChannel(@Annotation.NetworkType int rat, int band, in CoexCellChannel()
609 public @Annotation.NetworkType int getRat() { in getRat()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/
DGrantPermissionsActivity.java39 import android.text.Annotation;
288 Annotation[] annotations = detailMessage.getSpans( in showNextRequest()
289 0, detailMessage.length(), Annotation.class); in showNextRequest()
292 Annotation annotation = annotations[i]; in showNextRequest()
/packages/modules/StatsD/statsd/src/
Dstats_log.proto337 message Annotation { message
341 repeated Annotation annotation = 7;
416 message Annotation { message
420 repeated Annotation annotation = 18;
Dstatsd_config.proto500 message Annotation { message
504 repeated Annotation annotation = 14;
/packages/apps/QuickAccessWallet/
Dproguard.flags1 -keepattributes *Annotation*
/packages/modules/ExtServices/
Dproguard.proguard3 SourceFile,LineNumberTable,*Annotation*,EnclosingMethod
/packages/services/Telecomm/
Dproguard.flags14 -keepattributes *Annotation*
/packages/apps/Messaging/
Dproguard.flags17 -keepattributes SourceFile,LineNumberTable,*Annotation*
/packages/apps/Gallery2/
Dproguard.flags48 -keepattributes *Annotation*
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSearchWidgetProvider.java37 import android.text.Annotation;
/packages/services/Car/service/src/com/android/car/audio/
DCarVolume.java27 import android.telephony.Annotation.CallState;
/packages/providers/MediaProvider/src/com/android/providers/media/
DDatabaseHelper.java78 import java.lang.annotation.Annotation;
116 final @Nullable Class<? extends Annotation> mColumnAnnotation;
167 @Nullable Class<? extends Annotation> columnAnnotation, in DatabaseHelper()
178 @Nullable Class<? extends Annotation> columnAnnotation, in DatabaseHelper()
/packages/apps/TV/
Dproguard.flags47 -keepattributes RuntimeVisible*Annotation*
/packages/apps/Settings/src/com/android/settings/deviceinfo/simstatus/
DSimStatusDialogController.java35 import android.telephony.Annotation;
805 static String getNetworkTypeName(@Annotation.NetworkType int type) { in getNetworkTypeName()
/packages/services/Car/car-lib/api/released/
D2.txt103 …class CarMenuConstants.MenuItemConstants.MenuItemFlags implements java.lang.annotation.Annotation {
106 …t class CarMenuConstants.MenuItemConstants.WidgetTypes implements java.lang.annotation.Annotation {
D1.txt103 …class CarMenuConstants.MenuItemConstants.MenuItemFlags implements java.lang.annotation.Annotation {
106 …t class CarMenuConstants.MenuItemConstants.WidgetTypes implements java.lang.annotation.Annotation {
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/
DCoexManagerTest.java56 import android.telephony.Annotation;
146 @Annotation.NetworkType int rat, int band, in createMockPhysicalChannelConfig()
/packages/modules/Wifi/framework/
Djarjar-rules.txt114 rule android.telephony.Annotation* com.android.wifi.x.@0

12