Home
last modified time | relevance | path

Searched refs:LIBRARY_GROUP (Results 1 – 5 of 5) sorted by relevance

/external/dagger2/java/dagger/hilt/android/plugin/src/main/kotlin/dagger/hilt/android/plugin/
DHiltGradlePlugin.kt275 if (!dependencies.contains(LIBRARY_GROUP to "hilt-android")) { in <lambda>()
276 error(missingDepError("$LIBRARY_GROUP:hilt-android")) in <lambda>()
278 if (!dependencies.contains(LIBRARY_GROUP to "hilt-android-compiler") && in <lambda>()
279 !dependencies.contains(LIBRARY_GROUP to "hilt-compiler") in <lambda>()
281 error(missingDepError("$LIBRARY_GROUP:hilt-compiler")) in <lambda>()
289 const val LIBRARY_GROUP = "com.google.dagger" in <lambda>() constant
/external/volley/src/main/java/com/android/volley/
DAsyncNetwork.java99 @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP})
110 @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP})
121 @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP})
/external/volley/src/main/java/com/android/volley/toolbox/
DAsyncHttpStack.java62 @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP})
71 @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP})
DBasicAsyncNetwork.java54 @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP})
61 @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP})
DHttpHeaderParser.java43 @RestrictTo({Scope.LIBRARY_GROUP})