Searched
full:retention (Results
551 -
575 of
1335) sorted by null
<<21222324252627282930>>
/developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/ |
MainActivity.java | 40 private static final String RETENTION_TAG = "retention"; 70 // If the retention fragment already existed, we need to pull some state.
|
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/ |
MainActivity.java | 40 private static final String RETENTION_TAG = "retention"; 70 // If the retention fragment already existed, we need to pull some state.
|
/external/caliper/caliper/src/main/java/com/google/caliper/ |
Param.java | 20 import java.lang.annotation.Retention; 46 @Retention(RetentionPolicy.RUNTIME)
|
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/ |
MapKeyProcessorTest.java | 36 "import java.lang.annotation.Retention;", 40 "@Retention(RUNTIME)", 80 "import java.lang.annotation.Retention;", 85 "@Retention(RUNTIME)", 158 "import java.lang.annotation.Retention;", 162 "@Retention(RUNTIME)", 334 "import java.lang.annotation.Retention;", 338 "@Retention(RUNTIME)",
|
/external/dagger2/core/src/main/java/dagger/ |
Provides.java | 21 import java.lang.annotation.Retention; 34 @Documented @Target(METHOD) @Retention(RUNTIME)
|
Subcomponent.java | 19 import java.lang.annotation.Retention; 33 @Retention(RUNTIME) // Allows runtimes to have specialized behavior interoperating with Dagger.
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
MapFeature.java | 23 import java.lang.annotation.Retention; 97 @Retention(RetentionPolicy.RUNTIME)
|
/external/guice/core/src/com/google/inject/ |
Inject.java | 25 import java.lang.annotation.Retention; 55 @Retention(RUNTIME)
|
/external/guice/core/test/com/google/inject/ |
ReflectionTest.java | 25 import java.lang.annotation.Retention; 32 @Retention(RUNTIME)
|
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/ |
AssistedInject.java | 24 import java.lang.annotation.Retention; 53 @Retention(RUNTIME)
|
/external/guice/extensions/multibindings/src/com/google/inject/multibindings/ |
ProvidesIntoMap.java | 25 import java.lang.annotation.Retention; 57 @Retention(RUNTIME)
|
/external/guice/extensions/persist/src/com/google/inject/persist/ |
Transactional.java | 21 import java.lang.annotation.Retention; 42 @Retention(RetentionPolicy.RUNTIME)
|
/external/junit/src/org/junit/ |
ClassRule.java | 4 import java.lang.annotation.Retention; 57 @Retention(RetentionPolicy.RUNTIME)
|
Test.java | 4 import java.lang.annotation.Retention; 45 @Retention(RetentionPolicy.RUNTIME)
|
/external/mockito/src/org/mockito/ |
Mock.java | 8 import java.lang.annotation.Retention;
62 @Retention(RUNTIME)
|
/external/testng/src/main/java/org/testng/annotations/ |
AfterClass.java | 3 import java.lang.annotation.Retention; 6 @Retention(java.lang.annotation.RetentionPolicy.RUNTIME)
|
AfterMethod.java | 3 import java.lang.annotation.Retention; 6 @Retention(java.lang.annotation.RetentionPolicy.RUNTIME)
|
AfterSuite.java | 3 import java.lang.annotation.Retention; 6 @Retention(java.lang.annotation.RetentionPolicy.RUNTIME)
|
AfterTest.java | 3 import java.lang.annotation.Retention; 6 @Retention(java.lang.annotation.RetentionPolicy.RUNTIME)
|
BeforeClass.java | 3 import java.lang.annotation.Retention; 6 @Retention(java.lang.annotation.RetentionPolicy.RUNTIME)
|
BeforeMethod.java | 3 import java.lang.annotation.Retention; 6 @Retention(java.lang.annotation.RetentionPolicy.RUNTIME)
|
BeforeSuite.java | 3 import java.lang.annotation.Retention; 6 @Retention(java.lang.annotation.RetentionPolicy.RUNTIME)
|
BeforeTest.java | 3 import java.lang.annotation.Retention; 6 @Retention(java.lang.annotation.RetentionPolicy.RUNTIME)
|
/frameworks/base/core/java/android/annotation/ |
CheckResult.java | 18 import java.lang.annotation.Retention; 40 @Retention(SOURCE)
|
/frameworks/base/core/java/android/net/metrics/ |
IpManagerEvent.java | 27 import java.lang.annotation.Retention; 44 @Retention(RetentionPolicy.SOURCE)
|
Completed in 1073 milliseconds
<<21222324252627282930>>