/frameworks/base/core/java/android/service/voice/ |
D | VisualQueryDetectedResult.java | 21 import android.annotation.SuppressLint; 45 @SuppressLint("UnflaggedApi") // b/325678077 flags not supported in isolated process 66 @SuppressLint("UnflaggedApi") // b/325678077 flags not supported in isolated process 145 @SuppressLint("UnflaggedApi") // b/325678077 flags not supported in isolated process 156 @SuppressLint("UnflaggedApi") // b/325678077 flags not supported in isolated process 167 @SuppressLint("UnflaggedApi") // b/325678077 flags not supported in isolated process 218 @SuppressLint("UnflaggedApi") // b/325678077 flags not supported in isolated process 230 @SuppressLint("UnflaggedApi") // b/325678077 flags not supported in isolated process 254 @SuppressLint("UnflaggedApi") // b/325678077 flags not supported in isolated process 273 @SuppressLint("UnflaggedApi") // b/325678077 flags not supported in isolated process [all …]
|
D | VisualQueryAttentionResult.java | 23 import android.annotation.SuppressLint; 47 @SuppressLint("UnflaggedApi") // b/325678077 flags not supported in isolated process 51 @SuppressLint("UnflaggedApi") // b/325678077 flags not supported in isolated process 55 @SuppressLint("UnflaggedApi") // b/325678077 flags not supported in isolated process 173 @SuppressLint("UnflaggedApi") 191 @SuppressLint("UnflaggedApi") 239 @SuppressLint("UnflaggedApi") 250 @SuppressLint("UnflaggedApi") 281 @SuppressLint("UnflaggedApi") 300 @SuppressLint("UnflaggedApi") [all …]
|
/frameworks/base/core/java/android/view/autofill/ |
D | VirtualViewFillInfo.java | 20 import android.annotation.SuppressLint; 38 @SuppressLint("NullableCollection") 62 @Nullable @SuppressLint("NullableCollection") String[] autofillHints) { in VirtualViewFillInfo() 65 SuppressLint.class, null, mAutofillHints, in VirtualViewFillInfo() 77 public @Nullable @SuppressLint("NullableCollection") String[] getAutofillHints() { in getAutofillHints() 88 private @Nullable @SuppressLint("NullableCollection") String[] mAutofillHints; 101 …public @android.annotation.NonNull Builder setAutofillHints(@SuppressLint("NullableCollection") @a… in setAutofillHints()
|
/frameworks/base/core/java/android/window/ |
D | WindowProviderService.java | 24 import android.annotation.SuppressLint; 94 @SuppressLint("OnNameExpected") 119 @SuppressLint({"OnNameExpected", "NullableCollection"}) 129 @SuppressLint({"OnNameExpected", "ExecutorRegistration"}) 143 @SuppressLint("OnNameExpected") 149 @SuppressLint("OnNameExpected") 176 @SuppressLint({"OnNameExpected"}) 226 @SuppressLint("OnNameExpected")
|
D | WindowInfosListenerForTest.java | 22 import android.annotation.SuppressLint; 94 @SuppressLint("UnflaggedApi") // The API is only used for tests. 100 @SuppressLint("UnflaggedApi") // The API is only used for tests. 106 @SuppressLint("UnflaggedApi") // The API is only used for tests. 112 @SuppressLint("UnflaggedApi") // The API is only used for tests. 120 @SuppressLint("UnflaggedApi") // The API is only used for tests.
|
D | TaskFragmentParentInfo.java | 21 import android.annotation.SuppressLint; 36 @SuppressLint("UnflaggedApi") // @TestApi to replace legacy usages. 181 @SuppressLint("UnflaggedApi") // @TestApi to replace legacy usages. 199 @SuppressLint("UnflaggedApi") // @TestApi to replace legacy usages. 214 @SuppressLint("UnflaggedApi") // @TestApi to replace legacy usages.
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerLocal.java | 21 import android.annotation.SuppressLint; 94 @SuppressLint("RethrowRemoteException") 142 @SuppressLint("RethrowRemoteException") 153 @SuppressLint("RethrowRemoteException") 167 @SuppressLint("RethrowRemoteException")
|
/frameworks/base/graphics/java/android/graphics/ |
D | MeshSpecification.java | 23 import android.annotation.SuppressLint; 290 @SuppressLint("ArrayReturn") @NonNull @Size(max = 8) Attribute[] attributes, in make() 292 @SuppressLint("ArrayReturn") @NonNull @Size(max = 6) Varying[] varyings, in make() 328 @SuppressLint("ArrayReturn") @NonNull @Size(max = 8) Attribute[] attributes, in make() 330 @SuppressLint("ArrayReturn") @NonNull @Size(max = 6) Varying[] varyings, in make() 373 @SuppressLint("ArrayReturn") @NonNull @Size(max = 8) Attribute[] attributes, in make() 375 @SuppressLint("ArrayReturn") @NonNull @Size(max = 6) Varying[] varyings, in make()
|
/frameworks/base/wifi/java/src/android/net/wifi/ |
D | WifiKeystore.java | 19 import android.annotation.SuppressLint; 36 @SuppressLint("UnflaggedApi") // Promoting from @SystemApi(MODULE_LIBRARIES) 53 @SuppressLint("UnflaggedApi") 79 @SuppressLint("UnflaggedApi") 109 @SuppressLint("UnflaggedApi") 141 @SuppressLint("UnflaggedApi")
|
/frameworks/base/core/java/android/app/cloudsearch/ |
D | SearchResult.java | 20 import android.annotation.SuppressLint; 108 @SuppressLint("IntentName") 112 @SuppressLint("IntentName") 116 @SuppressLint("IntentName") 120 @SuppressLint("IntentName")
|
/frameworks/base/core/java/android/os/ |
D | PackageTagsList.java | 21 import android.annotation.SuppressLint; 268 @SuppressLint("MissingGetterMatchingBuilder") 277 @SuppressLint("MissingGetterMatchingBuilder") 296 @SuppressLint("MissingGetterMatchingBuilder") 319 @SuppressLint("MissingGetterMatchingBuilder") 328 @SuppressLint("MissingGetterMatchingBuilder") 348 @SuppressLint("MissingGetterMatchingBuilder") 361 @SuppressLint("MissingGetterMatchingBuilder") 378 @SuppressLint("MissingGetterMatchingBuilder") 400 @SuppressLint("MissingGetterMatchingBuilder") [all …]
|
/frameworks/base/core/java/android/content/pm/ |
D | UserProperties.java | 22 import android.annotation.SuppressLint; 145 @SuppressLint("UnflaggedApi") // b/306636213 186 @SuppressLint("UnflaggedApi") // b/306636213 345 @SuppressLint("UnflaggedApi") // b/306636213 352 @SuppressLint("UnflaggedApi") // b/306636213 359 @SuppressLint("UnflaggedApi") // b/306636213 365 @SuppressLint("UnflaggedApi") // b/306636213 390 @SuppressLint("UnflaggedApi") // b/306636213 397 @SuppressLint("UnflaggedApi") // b/306636213 404 @SuppressLint("UnflaggedApi") // b/306636213 [all …]
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/ |
D | DrawableLayoutDirectionHelper.java | 19 import android.annotation.SuppressLint; 33 @SuppressLint("InlinedApi") // Use of View.LAYOUT_DIRECTION_RTL is guarded by version check 47 @SuppressLint("InlinedApi") // Use of View.LAYOUT_DIRECTION_RTL is guarded by version check 68 @SuppressLint("InlinedApi") // Given layoutDirection will not be View.LAYOUT_DIRECTION_RTL if
|
/frameworks/base/core/java/android/webkit/ |
D | WebViewUpdateManager.java | 23 import android.annotation.SuppressLint; 47 @SuppressLint("ManagerLookup") // service opts in to getSystemServiceWithNoContext() 87 @SuppressLint({"ParcelableList", "ArrayReturn"}) 103 @SuppressLint({"ParcelableList", "ArrayReturn"})
|
/frameworks/base/core/java/android/credentials/selection/ |
D | ProviderData.java | 23 import android.annotation.SuppressLint; 37 @SuppressLint({"ParcelCreator", "ParcelNotFinal"}) 70 @SuppressLint("ParcelConstructor") // Test API only. This is never intended to be officially
|
D | IntentFactory.java | 25 import android.annotation.SuppressLint; 65 @SuppressLint("ConcreteCollection") // Concrete collection needed for marshalling. in createCredentialSelectorIntentForAutofill() 93 @SuppressLint("ConcreteCollection") // Concrete collection needed for marshalling. in createCredentialSelectorIntentForCredMan() 96 @SuppressLint("ConcreteCollection") // Concrete collection needed for marshalling. in createCredentialSelectorIntentForCredMan() 127 @SuppressLint("ConcreteCollection") // Concrete collection needed for marshalling. in createCredentialSelectorIntent() 130 @SuppressLint("ConcreteCollection") // Concrete collection needed for marshalling. in createCredentialSelectorIntent() 162 @SuppressLint("ConcreteCollection") // Concrete collection needed for marshalling. in createCredentialSelectorIntentInternal()
|
/frameworks/base/core/java/android/service/persistentdata/ |
D | PersistentDataBlockManager.java | 24 import android.annotation.SuppressLint; 103 @SuppressLint("RequiresPermission") 118 @SuppressLint("RequiresPermission") 152 @SuppressLint("RequiresPermission") 317 @SuppressLint("RequiresPermission")
|
/frameworks/base/services/core/java/com/android/server/pm/parsing/ |
D | PackageParserUtils.java | 19 import android.annotation.SuppressLint; 41 @SuppressLint("AndroidFrameworkRequiresPermission") 48 @SuppressLint("AndroidFrameworkRequiresPermission") in forParsingFileWithDefaults()
|
/frameworks/base/core/java/android/service/autofill/ |
D | InlineSuggestionRoot.java | 20 import android.annotation.SuppressLint; 36 @SuppressLint("ViewConstructor") 55 @SuppressLint("ClickableViewAccessibility")
|
/frameworks/ex/camera2/extensions/stub/src/main/java/androidx/camera/extensions/impl/advanced/ |
D | SurfaceOutputConfigImpl.java | 19 import android.annotation.SuppressLint; 25 @SuppressLint("UnknownNullness")
|
/frameworks/ex/camera2/extensions/service_based_sample/oem_library/src/java/androidx/camera/extensions/impl/advanced/ |
D | SurfaceOutputConfigImpl.java | 19 import android.annotation.SuppressLint; 25 @SuppressLint("UnknownNullness")
|
D | ImageReferenceImpl.java | 19 import android.annotation.SuppressLint; 29 @SuppressLint("UnknownNullness")
|
/frameworks/ex/camera2/extensions/advancedSample/src/java/androidx/camera/extensions/impl/advanced/ |
D | SurfaceOutputConfigImpl.java | 19 import android.annotation.SuppressLint; 25 @SuppressLint("UnknownNullness")
|
D | ImageReferenceImpl.java | 19 import android.annotation.SuppressLint; 29 @SuppressLint("UnknownNullness")
|
/frameworks/base/core/java/android/app/smartspace/uitemplatedata/ |
D | BaseTemplateData.java | 21 import android.annotation.SuppressLint; 48 @SuppressLint("ParcelNotFinal") 244 @SuppressLint("StaticFinalBuilder") 268 @SuppressLint("GetterOnBuilder") 275 @SuppressLint("GetterOnBuilder") 282 @SuppressLint("GetterOnBuilder") 289 @SuppressLint("GetterOnBuilder") 296 @SuppressLint("GetterOnBuilder") 303 @SuppressLint("GetterOnBuilder") 309 @SuppressLint("GetterOnBuilder")
|