Home
last modified time | relevance | path

Searched refs:onValues (Results 1 – 22 of 22) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSupplicantStaNetworkHalTest.java994 cb.onValues(mStatusSuccess, token); in testGetWpsNfcConfigurationToken()
1553 cb.onValues(mStatusSuccess, mSupplicantVariables.ssid); in setupISupplicantNetworkMock()
1561 cb.onValues(mStatusSuccess, mSupplicantVariables.networkId); in setupISupplicantNetworkMock()
1574 cb.onValues(mStatusSuccess, mSupplicantVariables.bssid); in setupISupplicantNetworkMock()
1589 cb.onValues(mStatusSuccess, mSupplicantVariables.scanSsid); in setupISupplicantNetworkMock()
1650 cb.onValues(mStatusSuccess, mSupplicantVariables.psk); in setupISupplicantNetworkMock()
1738 cb.onValues(mStatusSuccess, mSupplicantVariables.protoMask); in setupISupplicantNetworkMock()
1753 cb.onValues(mStatusSuccess, mSupplicantVariables.protoMask); in setupISupplicantNetworkMock()
1931 cb.onValues(mStatusSuccess, mSupplicantVariables.idStr); in setupISupplicantNetworkMock()
2055 cb.onValues(mStatusSuccess, mSupplicantVariables.eapCACert); in setupISupplicantNetworkMock()
[all …]
H A DSupplicantStaIfaceHalTest.java1831 cb.onValues(mStatusSuccess, mKeyMgmtCapabilities); in answer()
1844 cb.onValues(mStatusSuccess, mKeyMgmtCapabilities); in answer()
2282 cb.onValues(mStatusSuccess, mConnCapabilities); in answer()
2301 cb.onValues(mStatusSuccessV14, mConnCapabilities); in answer()
2765 cb.onValues(mStatusSuccess, mInterfaceList); in answer()
2778 cb.onValues(mStatusSuccess, null); in answer()
2796 cb.onValues(mStatusSuccess, null); in answer()
2814 cb.onValues(mStatusSuccess, null); in answer()
2832 cb.onValues(mStatusSuccess, null); in answer()
2850 cb.onValues(mStatusSuccess, null); in answer()
[all …]
H A DHalDeviceManagerTest.java3146 cb.onValues(mStatus, mChipIds); in answer()
3160 cb.onValues(mStatus, mChip); in answer()
3197 cb.onValues(mStatusOk, mChipMockBase.chipId); in answer()
3315 cb.onValues(mStatus, (IWifiStaIface) mWifiIface); in answer()
3320 cb.onValues(mStatus, (IWifiApIface) mWifiIface); in answer()
3330 cb.onValues(mStatus, (IWifiP2pIface) mWifiIface); in answer()
3335 cb.onValues(mStatus, (IWifiNanIface) mWifiIface); in answer()
3351 cb.onValues(mStatusOk, mRttController); in answer()
3353 cb.onValues(mStatusFail, null); in answer()
3394 cb.onValues(mStatusOk, mName); in answer()
[all …]
H A DWifiVendorHalTest.java789 cb.onValues(mWifiStatusSuccess, capabilities); in testGetBgScanCapabilities()
1875 cb.onValues(mWifiStatusSuccess, expected); in testReadApf()
2269 cb.onValues(mStatus, mCaps); in answer()
2529 cb.onValues(mWifiStatusSuccess, stats); in testGetWlanWakeReasonCount()
2589 cb.onValues(mWifiStatusSuccess, halBlob); in testGetFwMemoryDump()
2611 cb.onValues(mWifiStatusSuccess, halBlob); in testGetDriverStateDump()
3319 cb.onValues(mWifiStatusFailure, "wlan0"); in testCreateStaIfaceFailureInIfaceName()
3336 cb.onValues(mWifiStatusFailure, "wlan0"); in testCreateApIfaceFailureInIfaceName()
3578 cb.onValues(mWifiStatusSuccess, in testGetBridgedApInstancesSuccess()
3600 cb.onValues(mWifiStatusFailure, null); in testGetBridgedApInstancesFailDueToStatusFailure()
[all …]
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceHalTest.java372 cb.onValues(mStatusFailure, "none"); in testGetName_failure()
742 cb.onValues(mStatusSuccess, pin); in testConnect_invalidArguments()
787 cb.onValues(mStatusFailure, null); in testConnect_failure()
1114 cb.onValues(mStatusFailure, null); in testGetDeviceAddress_failure()
1182 cb.onValues(mStatusSuccess, null); in testGetSsid_invalidArguments()
1200 cb.onValues(mStatusFailure, null); in testGetSsid_failure()
1476 cb.onValues(mStatusSuccess, caps); in testGetGroupCapability_success()
1499 cb.onValues(mStatusSuccess, 0); in testGetGroupCapability_invalidArguments()
1521 cb.onValues(mStatusFailure, 0); in testGetGroupCapability_failure()
1981 cb.onValues(mStatusSuccess, 0); in testRequestServiceDiscovery_invalidArguments()
[all …]
H A DWifiP2pNativeInterfaceManagementTest.java91 cb.onValues(mWifiStatusSuccess, P2P_IFACE_NAME); in setUp()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DMockWeaverService.java31 cb.onValues(WeaverStatus.OK, config); in getConfig()
53 cb.onValues(WeaverStatus.OK, response); in read()
55 cb.onValues(WeaverStatus.FAILED, response); in read()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/power/
H A DThermalManagerServiceTest.java289 mFakeHal.mCallback.onValues(newBattery); in testNotify()
301 mFakeHal.mCallback.onValues(newSkin); in testNotify()
314 mFakeHal.mCallback.onValues(newBattery); in testNotify()
326 mFakeHal.mCallback.onValues(newSkin); in testNotify()
351 mFakeHal.mCallback.onValues(newSkin); in testGetCurrentStatus()
362 mFakeHal.mCallback.onValues(newSkin); in testThermalShutdown()
366 mFakeHal.mCallback.onValues(newBattery); in testThermalShutdown()
/aosp12/packages/services/Car/vehicle-hal-support-lib/test/com/android/car/vehiclehal/test/
H A DMockedVehicleHal.java148 cb.onValues(StatusCode.INVALID_ARG, new ArrayList<>()); in getPropConfigs()
153 cb.onValues(StatusCode.OK, res); in getPropConfigs()
160 cb.onValues(StatusCode.INVALID_ARG, null); in get()
162 cb.onValues(StatusCode.OK, handler.onPropertyGet(requestedPropValue)); in get()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/soundtrigger_middleware/
H A DSoundTriggerMiddlewareImplTest.java337 0)).onValues(0, in initService()
351 0)).onValues(0, in initService()
381 resultCallback.onValues(0, hwHandle); in loadGenericModel_2_0()
434 resultCallback.onValues(0, hwHandle); in loadGenericModel_2_1()
498 resultCallback.onValues(0, hwHandle); in loadPhraseModel_2_0()
570 resultCallback.onValues(0, hwHandle); in loadPhraseModel_2_1()
1298 resultCallback.onValues(0, optionalRange); in testParameterSupported()
1350 resultCallback.onValues(0, new OptionalModelParameterRange()); in testParameterNotSupported()
1383 resultCallback.onValues(0, 234); in testGetParameter()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/rtt/
H A DRttNativeTest.java124 mGetCapCbCatpr.getValue().onValues(mStatusSuccess, getFullRttCapabilities()); in setUp()
203 mGetCapCbCatpr.getValue().onValues(mStatusSuccess, cap); in testRangeRequestWithLimitedCapabilities()
255 mGetCapCbCatpr.getValue().onValues(mStatusSuccess, cap); in testRangeRequestWithLimitedCapabilitiesNoOverlap()
/aosp12/packages/services/Car/service/src/com/android/car/storagemonitoring/
H A DHealthServiceWearInfoProvider.java64 public void onValues(int result, ArrayList<StorageInfo> value) { in load()
/aosp12/packages/apps/SecureElement/src/com/android/se/
H A DTerminal.java481 public void onValues(ArrayList<Byte> responseObject, byte halStatus) { in openBasicChannel() method
559 public void onValues(LogicalChannelResponse response, byte halStatus) { in openLogicalChannel() method
610 public void onValues(LogicalChannelResponse response, byte halStatus) { in isAidSelectable() method
/aosp12/frameworks/base/services/core/java/com/android/server/power/
H A DThermalManagerService.java621 void onValues(Temperature temperature); in onValues() method
654 mCallback.onValues(temperatures.get(i)); in resendCurrentTemperatures()
808 mCallback.onValues(thermalSvcTemp);
941 mCallback.onValues(thermalSvcTemp);
/aosp12/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DIContextHubWrapper.java277 public void onValues(ArrayList<ContextHub> hubs, ArrayList<String> supportedPermissions) { in onValues() method in IContextHubWrapper.ContextHubWrapperV1_2
/aosp12/frameworks/base/media/java/android/media/
H A DMediaCas.java900 public void onValues(int status, ArrayList<Byte> sessionId) { in onValues() method in MediaCas.OpenSessionCallback
913 public void onValues(int status, ArrayList<Byte> sessionId) { in onValues() method in MediaCas.OpenSession_1_2_Callback
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarVendorExtensionManagerTest.java332 cb.onValues(StatusCode.OK, result); in get()
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecController.java789 public void onValues(int result, short addr) { in onValues() method in HdmiCecController.NativeWrapperImpl11
1126 public void onValues(int result, short addr) { in onValues() method in HdmiCecController.NativeWrapperImpl
/aosp12/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/hal2/
H A DStartProgramListUpdatesFanoutTest.java106 cb.onValues(Result.OK, mHalTunerSessionMock); in setup()
/aosp12/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
H A DHidlTestJava.java981 public void onValues(String a, String b, String c) { in client()
1425 cb.onValues(bf, (byte)(bf | first), in takeAMask()
1520 cb.onValues("Eins", "Zwei", "Drei"); in returnABunchOfStrings()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
H A DCarStorageMonitoringTest.java136 .onValues(Result.SUCCESS, list); in testHealthServiceWearInformationProvider()
/aosp12/frameworks/base/services/
H A Dart-profile895 …/android/server/BatteryService$BatteryPropertiesRegistrar$$ExternalSyntheticLambda0;->onValues(II)V
897 …/android/server/BatteryService$BatteryPropertiesRegistrar$$ExternalSyntheticLambda1;->onValues(II)V
899 …/android/server/BatteryService$BatteryPropertiesRegistrar$$ExternalSyntheticLambda2;->onValues(II)V
901 …/android/server/BatteryService$BatteryPropertiesRegistrar$$ExternalSyntheticLambda3;->onValues(II)V
903 …/android/server/BatteryService$BatteryPropertiesRegistrar$$ExternalSyntheticLambda4;->onValues(II)V
905 …/android/server/BatteryService$BatteryPropertiesRegistrar$$ExternalSyntheticLambda5;->onValues(IJ)V
27864 PLcom/android/server/oemlock/VendorLock$$ExternalSyntheticLambda0;->onValues(ILjava/lang/String;)V
27866 PLcom/android/server/oemlock/VendorLock$$ExternalSyntheticLambda1;->onValues(IZ)V
27868 PLcom/android/server/oemlock/VendorLock$$ExternalSyntheticLambda2;->onValues(IZ)V
38387 …roid/server/soundtrigger_middleware/SoundTriggerHw2Compat$$ExternalSyntheticLambda3;->onValues(II)V
[all …]