Home
last modified time | relevance | path

Searched defs:unused (Results 1 – 25 of 89) sorted by relevance

1234

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/util/settings/
DSettingsProxyExtTest.kt59 val unused by collectLastValue(settingsProxy.observerFlow(SETTING_1, SETTING_2)) in observeFlow_bgFlagEnabled_settingsProxy_registerContentObserverInvoked() constant
69 val unused by collectLastValue(settingsProxy.observerFlow(SETTING_1, SETTING_2)) in observeFlow_bgFlagDisabled_multipleSettings_SettingsProxy_registerContentObserverInvoked() constant
80 val unused by in observeFlow_bgFlagEnabled_channelClosed_settingsProxy_unregisterContentObserverInvoked() constant
93 val unused by in observeFlow_bgFlagDisabled_channelClosed_settingsProxy_unregisterContentObserverInvoked() constant
105 val unused by in observeFlow_bgFlagEnabled_userSettingsProxy_registerContentObserverForUserInvoked() constant
116 val unused by in observeFlow_bgFlagDisabled_userSettingsProxy_registerContentObserverForUserInvoked() constant
132 val unused by in observeFlow_bgFlagEnabled_channelClosed_userSettingsProxy_unregisterContentObserverInvoked() constant
148 val unused by in observeFlow_bgFlagDisabled_channelClosed_userSettingsProxy_unregisterContentObserverInvoked() constant
/frameworks/base/services/core/java/com/android/server/wearable/
DRemoteWearableSensingService.java130 var unused = in provideConcurrentSecureConnection() local
153 var unused = in provideSecureConnectionInternal() local
189 var unused = post(service -> service.killProcess()); in killWearableSensingServiceProcess() local
200 var unused = in provideReadOnlyParcelFileDescriptor() local
229 var unused = in provideDataStream() local
278 var unused = in registerDataRequestObserver() local
306 var unused = in unregisterDataRequestObserver() local
327 var unused = in startHotwordRecognition() local
343 var unused = post(service -> service.stopHotwordRecognition(statusCallback)); in stopHotwordRecognition() local
354 var unused = post(service -> service.onValidatedByHotwordDetectionService()); in onValidatedByHotwordDetectionService() local
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/emergency/
DEmergencyStateTrackerTest.java198 CompletableFuture<Integer> unused = spyEst.startEmergencyCall(testPhone, in startEmergencyCall_radioOff_turnOnRadioSwitchDdsAndSetEmergencyMode() local
257 CompletableFuture<Integer> unused = spyEst.startEmergencyCall(testPhone, in startEmergencyCall_radioOff_turnOnRadioTimeoutSwitchDdsAndSetEmergencyMode() local
353 CompletableFuture<Void> unused = future.thenAccept((result) -> { in startEmergencyCall_radioOnFails_returnsDisconnectCausePowerOff() local
380 CompletableFuture<Integer> unused = spyEst.startEmergencyCall(testPhone, in startEmergencyCall_satelliteEnabled_turnOnRadioSwitchDdsAndSetEmergencyMode() local
430 CompletableFuture<Void> unused = future.thenAccept((result) -> { in startEmergencyCall_satelliteOffFails_returnsDisconnectCauseSatelliteEnabled() local
451 CompletableFuture<Integer> unused = emergencyStateTracker.startEmergencyCall(testPhone, in startEmergencyCall_cpFallback_noDdsSwitch() local
476 CompletableFuture<Integer> unused = emergencyStateTracker.startEmergencyCall(testPhone, in startEmergencyCall_supportsSuplOnNonDds_noDdsSwitch() local
498 CompletableFuture<Integer> unused = emergencyStateTracker.startEmergencyCall(testPhone, in startEmergencyCall_roaming_noDdsSwitch() local
525 CompletableFuture<Integer> unused = emergencyStateTracker.startEmergencyCall(testPhone, in startEmergencyCall_roamingCarrierConfig_switchDds() local
553 CompletableFuture<Integer> unused = emergencyStateTracker.startEmergencyCall(testPhone, in startEmergencyCall_roamingCarrierConfigWhileRoaming_switchDds() local
[all …]
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/chips/ui/viewmodel/
DOngoingActivityChipsWithNotifsViewModelTest.kt152 val unused by collectLastValue(underTest.chips) in chipsLegacy_allHidden_bothPrimaryAndSecondaryHidden() constant
169 val unused by collectLastValue(underTest.chipsLegacy) in chips_allInactive() constant
210 val unused by collectLastValue(underTest.chips) in chipsLegacy_screenRecordShow_restHidden_primaryIsScreenRecordSecondaryIsHidden() constant
227 val unused by collectLastValue(underTest.chipsLegacy) in chips_screenRecordActive_restInactive() constant
256 val unused by collectLastValue(underTest.chips) in chipsLegacy_screenRecordShowAndCallShow_primaryIsScreenRecordSecondaryIsCall() constant
289 val unused by collectLastValue(underTest.chipsLegacy) in chips_screenRecordAndCallActive_inThatOrder() constant
596 val unused by collectLastValue(underTest.chips) in chipsLegacy_screenRecordShowAndShareToAppShow_primaryIsScreenRecordSecondaryIsHidden() constant
616 val unused by collectLastValue(underTest.chipsLegacy) in chips_screenRecordAndShareToApp_screenRecordIsActiveShareToAppIsInOverflow() constant
652 val unused by collectLastValue(underTest.chips) in chipsLegacy_shareToAppShowAndCallShow_primaryIsShareToAppSecondaryIsCall() constant
670 val unused by collectLastValue(underTest.chipsLegacy) in chips_shareToAppAndCallActive() constant
[all …]
/frameworks/native/services/inputflinger/tests/fuzzers/
DCursorInputFuzzer.cpp65 std::list<NotifyArgs> unused = in LLVMFuzzerTestOneInput() local
72 std::list<NotifyArgs> unused = in LLVMFuzzerTestOneInput() local
80 std::list<NotifyArgs> unused = in LLVMFuzzerTestOneInput() local
87 std::list<NotifyArgs> unused = mapper.reset(fdp->ConsumeIntegral<nsecs_t>()); in LLVMFuzzerTestOneInput() local
95 std::list<NotifyArgs> unused = in LLVMFuzzerTestOneInput() local
DMultiTouchInputFuzzer.cpp93 std::list<NotifyArgs> unused = in LLVMFuzzerTestOneInput() local
99 std::list<NotifyArgs> unused = mapper.reset(fdp->ConsumeIntegral<nsecs_t>()); in LLVMFuzzerTestOneInput() local
103 std::list<NotifyArgs> unused = mapper.process(rawEvent); in LLVMFuzzerTestOneInput() local
123 std::list<NotifyArgs> unused = in LLVMFuzzerTestOneInput() local
128 std::list<NotifyArgs> unused = in LLVMFuzzerTestOneInput() local
135 std::list<NotifyArgs> unused = mapper.updateExternalStylusState(state); in LLVMFuzzerTestOneInput() local
DKeyboardInputFuzzer.cpp72 std::list<NotifyArgs> unused = in LLVMFuzzerTestOneInput() local
78 std::list<NotifyArgs> unused = mapper.reset(fdp->ConsumeIntegral<nsecs_t>()); in LLVMFuzzerTestOneInput() local
82 std::list<NotifyArgs> unused = mapper.process(rawEvent); in LLVMFuzzerTestOneInput() local
DTouchpadInputFuzzer.cpp168 std::list<NotifyArgs> unused = in LLVMFuzzerTestOneInput() local
174 std::list<NotifyArgs> unused = mapper.reset(fdp->ConsumeIntegral<nsecs_t>()); in LLVMFuzzerTestOneInput() local
178 std::list<NotifyArgs> unused = mapper.process(event); in LLVMFuzzerTestOneInput() local
DSwitchInputFuzzer.cpp47 std::list<NotifyArgs> unused = mapper.process(rawEvent); in LLVMFuzzerTestOneInput() local
/frameworks/native/services/surfaceflinger/tests/unittests/
DCommitTest.cpp59 bool unused; in TEST_F() local
70 bool unused; in TEST_F() local
107 bool unused; in TEST_F() local
151 bool unused; in TEST_F() local
/frameworks/base/tools/app_metadata_bundles/src/test/java/com/android/asllib/marshallable/
DAppInfoTest.java89 var unused = in testAllFieldsValidV1() local
137 var unused = new AppInfoFactory().createFromOdElement(appInfoEle, 1L); in testMissingOptionalFieldsOdV1() local
206 var unused = appInfo.toOdDomElement(TestUtils.document()); in testMissingOptionalFields() local
215 var unused = appInfo.toHrDomElement(TestUtils.document()); in testMissingOptionalFields() local
DSecurityLabelsTest.java67 var unused = securityLabels.toOdDomElement(TestUtils.document()); in testMissingOptionalFields() local
75 var unused = securityLabels.toHrDomElement(TestUtils.document()); in testMissingOptionalFields() local
DDeveloperInfoTest.java102 var unused = developerInfo.toOdDomElement(TestUtils.document()); in testMissingOptionalFields() local
112 var unused = developerInfo.toHrDomElement(TestUtils.document()); in testMissingOptionalFields() local
/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/
DHideInCommentsChecker.java119 public Void visitClass(ClassTree classTree, Void unused) { in findJavadocableTrees()
125 public Void visitMethod(MethodTree methodTree, Void unused) { in findJavadocableTrees()
134 public Void visitVariable(VariableTree variableTree, Void unused) { in findJavadocableTrees()
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DContentCaptureManagerTest.java156 final ContentCaptureSession unused = manager.getMainContentCaptureSession(); in testUpdateWindowAttribute_setFlagSecure() local
170 final ContentCaptureSession unused = manager.getMainContentCaptureSession(); in testUpdateWindowAttribute_clearFlagSecure() local
187 final ContentCaptureSession unused = manager.getMainContentCaptureSession(); in testUpdateWindowAttribute_clearFlagSecureAfterDisabledByApp() local
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
DBasicGLRenderer.java33 public void onSurfaceCreated(GL10 unused, EGLConfig config) { in onSurfaceCreated()
46 public void onDrawFrame(GL10 unused) { in onDrawFrame()
64 public void onSurfaceChanged(GL10 unused, int width, int height) { in onSurfaceChanged()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/devicesettings/
DDeviceInfoTest.java46 DeviceInfo unused = new DeviceInfo.Builder().setBluetoothAddress("12:34:56:78").build(); in build_withoutExtra_successfully() local
51 DeviceInfo unused = in build_withAllFields_successfully() local
DToggleInfoTest.java62 ToggleInfo unused = in build_withoutExtra_successfully() local
71 ToggleInfo unused = in build_withAllFields_successfully() local
DMultiTogglePreferenceTest.java72 MultiTogglePreference unused = in build_withoutExtra_successfully() local
84 MultiTogglePreference unused = in build_withAllFields_successfully() local
DDeviceSettingStateTest.java52 DeviceSettingState unused = in build_withoutExtra_successfully() local
61 DeviceSettingState unused = in build_withAllFields_successfully() local
DDeviceSettingTest.java52 DeviceSetting unused = in build_withoutExtra_successfully() local
61 DeviceSetting unused = in build_withAllFields_successfully() local
DActionSwitchPreferenceTest.java47 ActionSwitchPreference unused = in build_withTitle_successfully() local
57 ActionSwitchPreference unused = in build_withAllFields_successfully() local
/frameworks/rs/tests/java_api/GenImages/src/com/android/rs/genimage/
DGenImage.java56 public void onSurfaceCreated(GL10 unused, EGLConfig config) { in onSurfaceCreated()
65 public void onDrawFrame(GL10 unused) { in onDrawFrame()
75 public void onSurfaceChanged(GL10 unused, int width, int height) { in onSurfaceChanged()
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationManagerTest.java312 NotificationChannel unused = mNotificationManager.getNotificationChannel("id"); in getNotificationChannel_cachedUntilInvalidated() local
317 NotificationChannel unused = mNotificationManager.getNotificationChannel("id"); in getNotificationChannel_cachedUntilInvalidated() local
353 List<NotificationChannel> unused = mNotificationManager.getNotificationChannels(); in getNotificationChannels_cachedUntilInvalidated() local
505 NotificationChannelGroup unused = mNotificationManager.getNotificationChannelGroup( in getNotificationChannelGroup_cachedUntilInvalidated() local
542 List<NotificationChannelGroup> unused = in getNotificationChannelGroups_cachedUntilInvalidated() local
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/net/
DNetworkCycleDataLoaderTest.java223 public boolean hasNextBucket(@NonNull NetworkStats unused) { in hasNextBucket()
228 public NetworkStats.Bucket getNextBucket(@NonNull NetworkStats unused) { in getNextBucket()

1234