/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
D | SecureSettingTest.kt | 45 private val FAIL_CALLBACK: Callback = { _, _ -> fail("Callback should not be called") } in <lambda>() method 72 callback = { _, _ -> Unit } in <lambda>() method 92 callback = { _, _ -> changed = true } in <lambda>() method 146 callback = { _, _ -> changed = true } in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
D | ChallengeDialogs.kt | 91 DialogInterface.OnClickListener { dialog, _ -> in <lambda>() method 103 DialogInterface.OnClickListener { dialog, _ -> in <lambda>() method 113 setOnShowListener(DialogInterface.OnShowListener { _ -> in <lambda>() method 119 requireViewById<CheckBox>(R.id.controls_pin_use_alpha).setOnClickListener { _ -> in <lambda>() method 143 DialogInterface.OnClickListener { dialog, _ -> in <lambda>() method 149 DialogInterface.OnClickListener { dialog, _ -> in <lambda>() method
|
D | StatusBehavior.kt | 75 DialogInterface.OnClickListener { dialog, _ -> in <lambda>() method 86 DialogInterface.OnClickListener { dialog, _ -> in <lambda>() method
|
D | TemperatureControlBehavior.kt | 58 cvh.layout.setOnClickListener { _ -> in <lambda>() method
|
/frameworks/base/tests/SilkFX/src/com/android/test/silkfx/ |
D | Main.kt | 121 list.setOnChildClickListener { _, _, groupPosition, childPosition, _ -> in onCreate() method 127 AllDemos.forEachIndexed { index, _ -> list.expandGroup(index) } in onCreate() method
|
/frameworks/base/core/tests/coretests/src/android/graphics/ |
D | PaintNativeInstanceTest.kt | 107 paint, _, _, shaderB -> in <lambda>() method 132 paint, _, _, _ -> in <lambda>() method
|
/frameworks/wilhelm/src/ |
D | handlers.c | 41 #define _(id) ((id) - SL_OBJECTID_ENGINE + XA_OBJECTID_CAMERADEVICE + 1) macro
|
/frameworks/wilhelm/tools/mphtogen/ |
D | mphtogen.c | 50 #define _(x) convert(MPH_to_##x, "../../src/autogen/MPH_to_" #x ".h"); macro
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/sensorprivacy/ |
D | SensorUseStartedActivity.kt | 91 IndividualSensorPrivacyController.Callback { _, _ -> in <lambda>() method 120 sensorPrivacyController.addCallback { _, isBlocked -> in <lambda>() method
|
/frameworks/base/packages/StatementService/src/com/android/statementservice/domain/ |
D | DomainVerificationReceiverV2.kt | 89 val (domainSetId, _, hostToStateMap) = manager.getDomainVerificationInfo(packageName) in <lambda>() constant 100 .map { (host, _) -> in <lambda>() method
|
/frameworks/wilhelm/src/android/ |
D | android_GenericMediaPlayer.cpp | 65 #define _(code) case code: return #code; in media_event_type_to_string() macro 85 #define _(code, msg) case code: return msg; in media_error_type_to_string() macro 99 #define _(code, msg) case code: return msg; in media_info_type_to_string() macro
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/ |
D | WaitUtils.kt | 25 val (success, _) = waitForResult(extractor = condition, validator = { it }) in wait() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
D | BypassHeadsUpNotifier.kt | 65 TunerService.Tunable { _, _ -> in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
D | MediaCarouselController.kt | 286 mediaFrame.addOnLayoutChangeListener { _, _, _, _, _, _, _, _, _ -> in <lambda>() method
|
/frameworks/wilhelm/src/ut/ |
D | OpenSLESUT.c | 41 #define _(x) { &SL_IID_##x, "SL_IID_" #x } macro
|
/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/ |
D | ConcurrentInterpreter.kt | 143 Regex("") to { _, _, _ -> null }, in getDefaultInstructions() method
|
/frameworks/av/media/libeffects/downmix/benchmark/ |
D | downmix_benchmark.cpp | 179 for (auto _ : state) { in BM_Downmix() local
|
/frameworks/av/media/libeffects/lvm/benchmarks/ |
D | lvm_benchmark.cpp | 207 for (auto _ : state) { in BM_LVM() local
|
/frameworks/av/media/libmediatranscoding/transcoder/benchmark/ |
D | MediaSampleReaderBenchmark.cpp | 60 for (auto _ : state) { in ReadMediaSamples() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationShadeDepthController.kt | 489 springAnimation.addEndListener { _, _, _, _ -> pendingRadius = -1 } in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | ConversationNotifications.kt | 230 states.compute(entry.key) { _, state -> in getUnreadCount() method 245 .mapNotNull { (key, _) -> in onNotificationPanelExpandStateChanged() method 263 states.compute(key) { _, state -> state?.copy(unreadCount = 0) } in resetCount() method
|
/frameworks/base/apct-tests/perftests/core/src/android/os/ |
D | PackageParsingPerfTest.kt | 197 ParseTypeImpl(ParseInput.Callback { _, _, _ -> false }) in <lambda>() method
|
/frameworks/base/tools/codegen/src/com/android/codegen/ |
D | Utils.kt | 46 val col1w = map { (a, _) -> a.length }.max()!! in Iterable() method 47 val col2w = map { (_, b) -> b.length }.max()!! in Iterable() method
|
/frameworks/base/packages/StatementService/src/com/android/statementservice/domain/worker/ |
D | CollectV1Worker.kt | 62 inputData.keyValueMap.entries.forEach { (key, _) -> in <lambda>() method
|
D | RetryRequestWorker.kt | 52 val (_, status) = verifier.verifyHost(host, packageName, params.network) in <lambda>() constant
|