/aosp12/frameworks/base/tools/codegen/src/com/android/codegen/ |
H A D | FieldInfo.kt | 52 val SingularNameOrNull by lazy { 64 val SingularName by lazy { SingularNameOrNull ?: NameUpperCamel } 114 val annotations by lazy { 127 val annotationsNoInternal by lazy { 138 val isNullable by lazy { hasAnnotation("@Nullable") } 139 val isNonEmpty by lazy { hasAnnotation("@${classPrinter.NonEmpty}") } 140 val customParcellingClass by lazy { 146 val annotationsAndType by lazy { (annotationsNoInternal + Type).joinToString(" ") } 147 val sParcelling by lazy { customParcellingClass?.let { "sParcellingFor$NameUpperCamel" } } 150 val annotationsForSetterParam by lazy { [all …]
|
H A D | ClassPrinter.kt | 18 val GENERATED_MEMBER_HEADER by lazy { "@$GeneratedMember" } 158 val customBaseBuilderAst: ClassOrInterfaceDeclaration? by lazy { 162 val suppressedMembers by lazy { 165 val builderSuppressedMembers by lazy { 209 val extendsParcelableClass by lazy {
|
/aosp12/system/tools/hidl/test/lazy_test/ |
H A D | hidl_lazy_test_server.rc | 2 interface android.hardware.tests.lazy@1.0::ILazy default1 3 interface android.hardware.tests.lazy@1.0::ILazy default2 4 interface android.hardware.tests.lazy@1.1::ILazy default1 5 interface android.hardware.tests.lazy@1.1::ILazy default2
|
H A D | hidl_lazy_test.cpp | 40 using ::android::hardware::tests::lazy::V1_1::ILazy; 155 sp<ILazy> lazy; in TEST_F() local 160 lazy = ILazy::castFrom(hal); in TEST_F() 161 if (lazy) break; in TEST_F() 163 if (!lazy) GTEST_SKIP() << "Services under test do not include ILazy"; in TEST_F() 165 ASSERT_TRUE(lazy->setCustomActiveServicesCallback().isOk()); in TEST_F()
|
H A D | Android.bp | 16 "android.hardware.tests.lazy@1.1", 38 "android.hardware.tests.lazy@1.1",
|
/aosp12/packages/modules/Permission/PermissionController/tests/inprocess/src/com/android/permissioncontroller/permission/ui/television/ |
H A D | TelevisionUiBaseTest.kt | 31 val bodySensorsPermissionLabel by lazy { getPermGroupLabel(targetContext, SENSORS) } 32 val cameraPermissionLabel by lazy { getPermGroupLabel(targetContext, CAMERA) } 33 val otherPermissionsLabel by lazy { targetContext.getString(R.string.other_permissions_label) } 34 val additionalPermissionsLabel by lazy {
|
/aosp12/hardware/interfaces/cas/1.0/default/ |
H A D | Android.bp | 50 name: "android.hardware.cas@1.0-service-lazy", 51 vintf_fragments: ["android.hardware.cas@1.0-service-lazy.xml"], 54 init_rc: ["android.hardware.cas@1.0-service-lazy.rc"],
|
/aosp12/hardware/interfaces/cas/1.1/default/ |
H A D | Android.bp | 51 name: "android.hardware.cas@1.1-service-lazy", 52 vintf_fragments: ["android.hardware.cas@1.1-service-lazy.xml"], 55 init_rc: ["android.hardware.cas@1.1-service-lazy.rc"],
|
/aosp12/hardware/interfaces/cas/1.2/default/ |
H A D | Android.bp | 52 name: "android.hardware.cas@1.2-service-lazy", 53 vintf_fragments: ["android.hardware.cas@1.2-service-lazy.xml"], 56 init_rc: ["android.hardware.cas@1.2-service-lazy.rc"],
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | FloatingContentCoordinator.kt | 277 val newContentBoundsAbove by lazy { 283 val newContentBoundsBelow by lazy { 290 val positionAboveInBounds by lazy { allowedBounds.contains(newContentBoundsAbove) } 291 val positionBelowInBounds by lazy { allowedBounds.contains(newContentBoundsBelow) }
|
/aosp12/hardware/interfaces/tv/tuner/1.0/default/ |
H A D | Android.bp | 54 name: "android.hardware.tv.tuner@1.0-service-lazy", 55 vintf_fragments: ["android.hardware.tv.tuner@1.0-service-lazy.xml"], 58 init_rc: ["android.hardware.tv.tuner@1.0-service-lazy.rc"],
|
/aosp12/hardware/interfaces/tv/tuner/1.1/default/ |
H A D | Android.bp | 56 name: "android.hardware.tv.tuner@1.1-service-lazy", 57 vintf_fragments: ["android.hardware.tv.tuner@1.1-service-lazy.xml"], 60 init_rc: ["android.hardware.tv.tuner@1.1-service-lazy.rc"],
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
H A D | WallpaperColorsViewModel.kt | 30 val homeWallpaperColors: MutableLiveData<WallpaperColors> by lazy { 37 val lockWallpaperColors: MutableLiveData<WallpaperColors> by lazy {
|
H A D | WorkspaceViewModel.kt | 28 val updateWorkspace: MutableLiveData<Boolean> by lazy {
|
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
H A D | CaptivePortalTest.kt | 93 private val context: android.content.Context by lazy { getInstrumentation().context } 94 private val wm by lazy { context.getSystemService(WifiManager::class.java) } 95 private val cm by lazy { context.getSystemService(ConnectivityManager::class.java) } 96 private val pm by lazy { context.packageManager } 97 private val utils by lazy { CtsNetUtils(context) }
|
H A D | NetworkValidationTest.kt | 87 private val context by lazy { InstrumentationRegistry.getInstrumentation().context } 88 private val tnm by lazy { context.assertHasService(TestNetworkManager::class.java) } 89 private val eth by lazy { context.assertHasService(EthernetManager::class.java) } 90 private val cm by lazy { context.assertHasService(ConnectivityManager::class.java) }
|
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/ |
H A D | Android.bp | 105 name: "android.hardware.drm@1.2-service-lazy.clearkey", 109 init_rc: ["android.hardware.drm@1.2-service-lazy.clearkey.rc"], 122 name: "android.hardware.drm@1.4-service-lazy.clearkey", 126 init_rc: ["android.hardware.drm@1.4-service-lazy.clearkey.rc"],
|
/aosp12/hardware/interfaces/tests/lazy/1.1/ |
H A D | Android.bp | 13 name: "android.hardware.tests.lazy@1.1", 20 "android.hardware.tests.lazy@1.0",
|
H A D | ILazy.hal | 17 package android.hardware.tests.lazy@1.1; 19 import android.hardware.tests.lazy@1.0;
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | ManageEducationView.kt | 44 private val manageView by lazy { findViewById<ViewGroup>(R.id.manage_education_view) } 45 private val manageButton by lazy { findViewById<Button>(R.id.manage_button) } 46 private val gotItButton by lazy { findViewById<Button>(R.id.got_it) }
|
H A D | StackEducationView.kt | 52 private val view by lazy { findViewById<View>(R.id.stack_education_layout) } 53 private val titleTextView by lazy { findViewById<TextView>(R.id.stack_education_title) } 54 private val descTextView by lazy { findViewById<TextView>(R.id.stack_education_description) }
|
/aosp12/packages/modules/NetworkStack/tests/integration/src/android/net/networkstack/ |
H A D | TestNetworkStackServiceClient.kt | 34 private val context by lazy { InstrumentationRegistry.getInstrumentation().context } 35 private val networkStackVersion by lazy {
|
/aosp12/hardware/interfaces/drm/1.0/default/ |
H A D | Android.bp | 108 //############ Build legacy drm lazy service ############ 111 name: "android.hardware.drm@1.0-service-lazy", 117 init_rc: ["android.hardware.drm@1.0-service-lazy.rc"],
|
/aosp12/hardware/interfaces/light/2.0/default/ |
H A D | Android.bp | 67 name: "android.hardware.light@2.0-service-lazy", 70 init_rc: ["android.hardware.light@2.0-service-lazy.rc"],
|
/aosp12/frameworks/base/packages/StatementService/src/com/android/statementservice/utils/ |
H A D | StatementUtils.kt | 60 val RELATION by lazy { Relation.create("delegate_permission/common.handle_all_urls") } 65 private val digesterSha256 by lazy { tryOrNull { MessageDigest.getInstance("SHA-256") } }
|