/packages/apps/Settings/src/com/android/settings/utils/ |
D | AnnotationSpan.java | 22 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/ |
D | MetadataGeneratingStep.java | 30 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()
|
D | RootComponentGeneratingStep.java | 41 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()
|
D | ComponentGeneratingStep.java | 40 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/ |
D | WifiTestUtil.java | 21 import java.lang.annotation.Annotation; 49 Annotation[] annotations = method.getDeclaredAnnotations(); in getTestMethod() 50 for (Annotation annotation : annotations) { in getTestMethod()
|
/packages/modules/IPsec/ |
D | jarjar-rules-shared.txt | 3 rule android.telephony.Annotation* com.android.internal.net.eap.telephony.Annotation@1
|
D | jarjar-rules-test.txt | 6 rule android.telephony.Annotation* com.android.internal.net.eap.test.telephony.Annotation@1
|
/packages/modules/Wifi/service/java/com/android/server/wifi/coex/ |
D | CoexUtils.java | 27 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/ |
D | GrantPermissionsActivity.java | 39 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/ |
D | stats_log.proto | 337 message Annotation { message 341 repeated Annotation annotation = 7; 416 message Annotation { message 420 repeated Annotation annotation = 18;
|
D | statsd_config.proto | 500 message Annotation { message 504 repeated Annotation annotation = 14;
|
/packages/apps/QuickAccessWallet/ |
D | proguard.flags | 1 -keepattributes *Annotation*
|
/packages/modules/ExtServices/ |
D | proguard.proguard | 3 SourceFile,LineNumberTable,*Annotation*,EnclosingMethod
|
/packages/services/Telecomm/ |
D | proguard.flags | 14 -keepattributes *Annotation*
|
/packages/apps/Messaging/ |
D | proguard.flags | 17 -keepattributes SourceFile,LineNumberTable,*Annotation*
|
/packages/apps/Gallery2/ |
D | proguard.flags | 48 -keepattributes *Annotation*
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | SearchWidgetProvider.java | 37 import android.text.Annotation;
|
/packages/services/Car/service/src/com/android/car/audio/ |
D | CarVolume.java | 27 import android.telephony.Annotation.CallState;
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | DatabaseHelper.java | 78 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/ |
D | proguard.flags | 47 -keepattributes RuntimeVisible*Annotation*
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/simstatus/ |
D | SimStatusDialogController.java | 35 import android.telephony.Annotation; 805 static String getNetworkTypeName(@Annotation.NetworkType int type) { in getNetworkTypeName()
|
/packages/services/Car/car-lib/api/released/ |
D | 2.txt | 103 …class CarMenuConstants.MenuItemConstants.MenuItemFlags implements java.lang.annotation.Annotation { 106 …t class CarMenuConstants.MenuItemConstants.WidgetTypes implements java.lang.annotation.Annotation {
|
D | 1.txt | 103 …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/ |
D | CoexManagerTest.java | 56 import android.telephony.Annotation; 146 @Annotation.NetworkType int rat, int band, in createMockPhysicalChannelConfig()
|
/packages/modules/Wifi/framework/ |
D | jarjar-rules.txt | 114 rule android.telephony.Annotation* com.android.wifi.x.@0
|