Home
last modified time | relevance | path

Searched refs:getValue (Results 1 – 25 of 786) sorted by relevance

12345678910>>...32

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DHostapdHalTest.java196 mHostapdDeathCaptor.getValue().serviceDied(mDeathRecipientCookieCaptor.getValue()); in testDeathHandling()
209 mHostapdDeathCaptor.getValue().serviceDied(mDeathRecipientCookieCaptor.getValue() - 1); in testStaleDeathHandling()
233 assertEquals(IFACE_NAME, mIfaceParamsCaptor.getValue().ifaceName); in testAddAccessPointSuccess_Psk_Band2G()
234 assertTrue(mIfaceParamsCaptor.getValue().hwModeParams.enable80211N); in testAddAccessPointSuccess_Psk_Band2G()
235 assertFalse(mIfaceParamsCaptor.getValue().hwModeParams.enable80211AC); in testAddAccessPointSuccess_Psk_Band2G()
236 assertEquals(IHostapd.Band.BAND_2_4_GHZ, mIfaceParamsCaptor.getValue().channelParams.band); in testAddAccessPointSuccess_Psk_Band2G()
237 assertFalse(mIfaceParamsCaptor.getValue().channelParams.enableAcs); in testAddAccessPointSuccess_Psk_Band2G()
238 assertFalse(mIfaceParamsCaptor.getValue().channelParams.acsShouldExcludeDfs); in testAddAccessPointSuccess_Psk_Band2G()
239 assertEquals(apChannel, mIfaceParamsCaptor.getValue().channelParams.channel); in testAddAccessPointSuccess_Psk_Band2G()
242 mNetworkParamsCaptor.getValue().ssid); in testAddAccessPointSuccess_Psk_Band2G()
[all …]
DWifiMonitorTest.java87 assertEquals(WifiMonitor.WPS_FAIL_EVENT, messageCaptor.getValue().what); in testBroadcastWpsEventFailDueToErrorTkipOnlyProhibhited()
88 assertEquals(WifiManager.WPS_TKIP_ONLY_PROHIBITED, messageCaptor.getValue().arg1); in testBroadcastWpsEventFailDueToErrorTkipOnlyProhibhited()
105 assertEquals(WifiMonitor.WPS_FAIL_EVENT, messageCaptor.getValue().what); in testBroadcastWpsEventFailDueToErrorWepProhibhited()
106 assertEquals(WifiManager.WPS_WEP_PROHIBITED, messageCaptor.getValue().arg1); in testBroadcastWpsEventFailDueToErrorWepProhibhited()
123 assertEquals(WifiMonitor.WPS_FAIL_EVENT, messageCaptor.getValue().what); in testBroadcastWpsEventFailDueToConfigAuthError()
124 assertEquals(WifiManager.WPS_AUTH_FAILURE, messageCaptor.getValue().arg1); in testBroadcastWpsEventFailDueToConfigAuthError()
141 assertEquals(WifiMonitor.WPS_FAIL_EVENT, messageCaptor.getValue().what); in testBroadcastWpsEventFailDueToConfigPbcOverlapError()
142 assertEquals(WifiManager.WPS_OVERLAP_ERROR, messageCaptor.getValue().arg1); in testBroadcastWpsEventFailDueToConfigPbcOverlapError()
159 assertEquals(WifiMonitor.WPS_FAIL_EVENT, messageCaptor.getValue().what); in testBroadcastWpsEventFailDueToConfigError()
160 assertEquals(WifiManager.ERROR, messageCaptor.getValue().arg1); in testBroadcastWpsEventFailDueToConfigError()
[all …]
DWifiNativeInterfaceManagementTest.java231 mIfaceDestroyedListenerCaptor0.getValue(), mNetworkObserverCaptor0.getValue()); in testSetupAndTeardownClientInterface()
244 mIfaceCallback0, mIfaceDestroyedListenerCaptor0.getValue(), in testSetupAndTeardownClientInterfaceForScan()
245 mNetworkObserverCaptor0.getValue()); in testSetupAndTeardownClientInterfaceForScan()
260 mIfaceDestroyedListenerCaptor0.getValue(), mNetworkObserverCaptor0.getValue()); in testSetupAndTeardownSoftApInterface()
282 mIfaceDestroyedListenerCaptor0.getValue(), mNetworkObserverCaptor0.getValue()); in testSetupAndTeardownClientAndSoftApInterface_Seq1()
284 mIfaceDestroyedListenerCaptor1.getValue(), mNetworkObserverCaptor1.getValue()); in testSetupAndTeardownClientAndSoftApInterface_Seq1()
306 mIfaceDestroyedListenerCaptor1.getValue(), mNetworkObserverCaptor1.getValue()); in testSetupAndTeardownClientAndSoftApInterface_Seq2()
308 mIfaceDestroyedListenerCaptor0.getValue(), mNetworkObserverCaptor0.getValue()); in testSetupAndTeardownClientAndSoftApInterface_Seq2()
330 mIfaceDestroyedListenerCaptor0.getValue(), mNetworkObserverCaptor0.getValue()); in testSetupAndTeardownClientAndSoftApInterface_Seq3()
332 mIfaceDestroyedListenerCaptor1.getValue(), mNetworkObserverCaptor1.getValue()); in testSetupAndTeardownClientAndSoftApInterface_Seq3()
[all …]
DScanRequestProxyTest.java176 assertTrue(mWorkSourceArgumentCaptor.getValue().equals( in testStartScanSuccess()
178 validateScanSettings(mScanSettingsArgumentCaptor.getValue(), false); in testStartScanSuccess()
193 assertTrue(mWorkSourceArgumentCaptor.getValue().equals( in testStartScanSuccessFromAppWithNetworkSettings()
195 validateScanSettings(mScanSettingsArgumentCaptor.getValue(), false, true); in testStartScanSuccessFromAppWithNetworkSettings()
208 assertTrue(mWorkSourceArgumentCaptor.getValue().equals( in testStartScanSuccessFromAppWithNetworkSetupWizard()
210 validateScanSettings(mScanSettingsArgumentCaptor.getValue(), false, true); in testStartScanSuccessFromAppWithNetworkSetupWizard()
227 assertTrue(mWorkSourceArgumentCaptor.getValue().equals( in testStartScanWithHiddenNetworkScanningDisabled()
229 validateScanSettings(mScanSettingsArgumentCaptor.getValue(), false); in testStartScanWithHiddenNetworkScanningDisabled()
248 assertTrue(mWorkSourceArgumentCaptor.getValue().equals( in testStartScanWithHiddenNetworkScanningEnabled()
250 validateScanSettings(mScanSettingsArgumentCaptor.getValue(), true); in testStartScanWithHiddenNetworkScanningEnabled()
[all …]
DWifiNetworkFactoryTest.java186 mDataSource = dataSourceArgumentCaptor.getValue(); in setUp()
195 assertNotNull(messengerArgumentCaptor.getValue()); in setUp()
199 messengerArgumentCaptor.getValue().send(fullConnectionMsg); in setUp()
724 assertNotNull(matchedScanResultsCaptor.getValue()); in testNetworkSpecifierMatchSuccessUsingLiteralSsidMatch()
726 validateScanResults(matchedScanResultsCaptor.getValue(), mTestScanDatas[0].getResults()[0]); in testNetworkSpecifierMatchSuccessUsingLiteralSsidMatch()
729 matchedScanResultsCaptor.getValue().size()); in testNetworkSpecifierMatchSuccessUsingLiteralSsidMatch()
767 assertNotNull(matchedScanResultsCaptor.getValue()); in testNetworkSpecifierMatchSuccessUsingPrefixSsidMatch()
769 validateScanResults(matchedScanResultsCaptor.getValue(), in testNetworkSpecifierMatchSuccessUsingPrefixSsidMatch()
773 matchedScanResultsCaptor.getValue().size()); in testNetworkSpecifierMatchSuccessUsingPrefixSsidMatch()
811 assertNotNull(matchedScanResultsCaptor.getValue()); in testNetworkSpecifierMatchSuccessUsingLiteralBssidMatch()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DAnyTest.java50 assertTrue(container.getValue().is(TestAllTypes.class)); in testAnyGeneratedApi()
51 assertFalse(container.getValue().is(TestAny.class)); in testAnyGeneratedApi()
53 TestAllTypes result = container.getValue().unpack(TestAllTypes.class); in testAnyGeneratedApi()
59 TestAny wrongMessage = container.getValue().unpack(TestAny.class); in testAnyGeneratedApi()
71 TestAllTypes parsingFailed = container.getValue().unpack(TestAllTypes.class); in testAnyGeneratedApi()
88 container.getValue().getTypeUrl()); in testCustomTypeUrls()
90 assertTrue(container.getValue().is(TestAllTypes.class)); in testCustomTypeUrls()
91 assertFalse(container.getValue().is(TestAny.class)); in testCustomTypeUrls()
93 TestAllTypes result = container.getValue().unpack(TestAllTypes.class); in testCustomTypeUrls()
101 container.getValue().getTypeUrl()); in testCustomTypeUrls()
[all …]
DLazyFieldLiteTest.java53 assertEquals(message, lazyField.getValue(TestAllTypes.getDefaultInstance())); in testGetValue()
55 assertNotEqual(message, lazyField.getValue(TestAllTypes.getDefaultInstance())); in testGetValue()
61 assertEquals(message, lazyField.getValue(TestAllExtensions.getDefaultInstance())); in testGetValueEx()
63 assertNotEqual(message, lazyField.getValue(TestAllExtensions.getDefaultInstance())); in testGetValueEx()
70 assertNotEqual(message, lazyField.getValue(TestAllTypes.getDefaultInstance())); in testSetValue()
71 message = lazyField.getValue(TestAllTypes.getDefaultInstance()); in testSetValue()
73 assertEquals(message, lazyField.getValue(TestAllTypes.getDefaultInstance())); in testSetValue()
80 assertNotEqual(message, lazyField.getValue(TestAllExtensions.getDefaultInstance())); in testSetValueEx()
81 MessageLite value = lazyField.getValue(TestAllExtensions.getDefaultInstance()); in testSetValueEx()
83 assertEquals(value, lazyField.getValue(TestAllExtensions.getDefaultInstance())); in testSetValueEx()
[all …]
DLazyFieldTest.java51 lazyField.getValue(); in testHashCode()
62 lazyField.getValue(); in testHashCodeEx()
72 assertEquals(message, lazyField.getValue()); in testGetValue()
74 assertNotEqual(message, lazyField.getValue()); in testGetValue()
80 assertEquals(message, lazyField.getValue()); in testGetValueEx()
82 assertNotEqual(message, lazyField.getValue()); in testGetValueEx()
91 assertFalse(message.equals(lazyField.getValue())); in testEqualsObject()
100 assertFalse(message.equals(lazyField.getValue())); in testEqualsObjectEx()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DLazyField.java66 public MessageLite getValue() { in getValue() method in LazyField
67 return getValue(defaultInstance); in getValue()
72 return getValue().hashCode(); in hashCode()
77 return getValue().equals(obj); in equals()
82 return getValue().toString(); in toString()
104 public Object getValue() { in getValue() method in LazyField.LazyEntry
105 LazyField field = entry.getValue(); in getValue()
109 return field.getValue(); in getValue()
113 return entry.getValue(); in getField()
123 return entry.getValue().setValue((MessageLite) value); in setValue()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DCallbackHandlerTest.java76 assertTrue(captor.getValue()); in testEmergencyListener()
102 assertEquals(enabled, (boolean) enableArg.getValue()); in testSignalCallback_setWifiIndicators()
103 assertEquals(status, statusArg.getValue()); in testSignalCallback_setWifiIndicators()
104 assertEquals(qs, qsArg.getValue()); in testSignalCallback_setWifiIndicators()
105 assertEquals(in, (boolean) inArg.getValue()); in testSignalCallback_setWifiIndicators()
106 assertEquals(out, (boolean) outArg.getValue()); in testSignalCallback_setWifiIndicators()
107 assertEquals(description, descArg.getValue()); in testSignalCallback_setWifiIndicators()
108 assertTrue(isTransient.getValue()); in testSignalCallback_setWifiIndicators()
109 assertEquals(secondaryLabel, secondary.getValue()); in testSignalCallback_setWifiIndicators()
143 assertEquals(status, statusArg.getValue()); in testSignalCallback_setMobileDataIndicators()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DTileLayoutTest.java155 assertTrue(left1.getValue() <= right1.getValue()); in testMeasureLayout_CallsLayoutOnTilesWithNeighboredBounds()
156 assertTrue(top1.getValue() <= bottom1.getValue()); in testMeasureLayout_CallsLayoutOnTilesWithNeighboredBounds()
157 assertTrue(left2.getValue() <= right2.getValue()); in testMeasureLayout_CallsLayoutOnTilesWithNeighboredBounds()
158 assertTrue(top2.getValue() <= bottom2.getValue()); in testMeasureLayout_CallsLayoutOnTilesWithNeighboredBounds()
162 assertTrue(left1.getValue() > right2.getValue() || right1.getValue() < left2.getValue()); in testMeasureLayout_CallsLayoutOnTilesWithNeighboredBounds()
165 assertEquals(top1.getValue().intValue(), top2.getValue().intValue()); in testMeasureLayout_CallsLayoutOnTilesWithNeighboredBounds()
166 assertEquals(bottom1.getValue().intValue(), bottom2.getValue().intValue()); in testMeasureLayout_CallsLayoutOnTilesWithNeighboredBounds()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierActionAgentTest.java119 assertEquals(DATA_CARRIER_ACTION_EVENT, message.getValue().what); in testCarrierActionResetOnAPM()
120 assertEquals(false, ((AsyncResult) message.getValue().obj).result); in testCarrierActionResetOnAPM()
122 assertEquals(RADIO_CARRIER_ACTION_EVENT, message.getValue().what); in testCarrierActionResetOnAPM()
123 assertEquals(false, ((AsyncResult) message.getValue().obj).result); in testCarrierActionResetOnAPM()
135 assertEquals(DATA_CARRIER_ACTION_EVENT, message.getValue().what); in testCarrierActionResetOnAPM()
136 assertEquals(true, ((AsyncResult) message.getValue().obj).result); in testCarrierActionResetOnAPM()
139 assertEquals(RADIO_CARRIER_ACTION_EVENT, message.getValue().what); in testCarrierActionResetOnAPM()
140 assertEquals(true, ((AsyncResult) message.getValue().obj).result); in testCarrierActionResetOnAPM()
165 assertEquals(DATA_CARRIER_ACTION_EVENT, message.getValue().what); in testCarrierActionResetOnAPNChange()
166 assertEquals(false, ((AsyncResult) message.getValue().obj).result); in testCarrierActionResetOnAPNChange()
[all …]
DNewNitzStateMachineTest.java126 UNIQUE_US_ZONE_SCENARIO.getNitzSignal().getValue(), in test_uniqueUsZone_Assumptions()
149 UNITED_KINGDOM_SCENARIO.getNitzSignal().getValue(), in test_unitedKingdom_Assumptions()
174 assertEquals(scenario.getNitzSignal().getValue(), mNitzStateMachine.getCachedNitzData()); in test_uniqueUsZone_timeZoneEnabled_countryThenNitz()
198 assertEquals(scenario.getNitzSignal().getValue(), mNitzStateMachine.getCachedNitzData()); in test_unitedKingdom_timeZoneEnabled_countryThenNitz()
221 assertEquals(scenario.getNitzSignal().getValue(), mNitzStateMachine.getCachedNitzData()); in test_uniqueUsZone_timeZoneDisabled_countryThenNitz()
244 assertEquals(scenario.getNitzSignal().getValue(), mNitzStateMachine.getCachedNitzData()); in test_unitedKingdom_timeZoneDisabled_countryThenNitz()
265 assertEquals(scenario.getNitzSignal().getValue(), mNitzStateMachine.getCachedNitzData()); in test_uniqueUsZone_timeZoneEnabled_nitzThenCountry()
275 assertEquals(scenario.getNitzSignal().getValue(), mNitzStateMachine.getCachedNitzData()); in test_uniqueUsZone_timeZoneEnabled_nitzThenCountry()
296 assertEquals(scenario.getNitzSignal().getValue(), mNitzStateMachine.getCachedNitzData()); in test_unitedKingdom_timeZoneEnabled_nitzThenCountry()
310 assertEquals(scenario.getNitzSignal().getValue(), mNitzStateMachine.getCachedNitzData()); in test_unitedKingdom_timeZoneEnabled_nitzThenCountry()
[all …]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareStateManagerTest.java265 mDut.onCapabilitiesUpdateResponse(transactionId.getValue(), getCapabilities()); in testRequestMacAddresses()
273 mDut.onConfigSuccessResponse(transactionId.getValue()); in testRequestMacAddresses()
286 mDut.onSessionConfigSuccessResponse(transactionId.getValue(), false, subscribeId1); in testRequestMacAddresses()
294 mDut.onSessionConfigSuccessResponse(transactionId.getValue(), false, subscribeId2); in testRequestMacAddresses()
362 mDut.onCapabilitiesUpdateResponse(transactionId.getValue(), getCapabilities()); in testAwareDataPathInterfaceUpDown()
371 mDut.onConfigSuccessResponse(transactionId.getValue()); in testAwareDataPathInterfaceUpDown()
380 mDut.onDisableResponse(transactionId.getValue(), NanStatusType.SUCCESS); in testAwareDataPathInterfaceUpDown()
408 mDut.onCapabilitiesUpdateResponse(transactionId.getValue(), getCapabilities()); in testDisableUsageDisablesApis()
417 mDut.onDisableResponse(transactionId.getValue(), NanStatusType.SUCCESS); in testDisableUsageDisablesApis()
454 mDut.onCapabilitiesUpdateResponse(transactionId.getValue(), getCapabilities()); in testDisableUsageFlow()
[all …]
DWifiAwareNativeManagerTest.java127 mManagerStatusListenerCaptor.getValue().onStatusChanged(); in testControlFlowWithoutInterface()
132 mAvailListenerCaptor.getValue().onAvailabilityChanged(true); in testControlFlowWithoutInterface()
137 mManagerStatusListenerCaptor.getValue().onStatusChanged(); in testControlFlowWithoutInterface()
143 mManagerStatusListenerCaptor.getValue().onStatusChanged(); in testControlFlowWithoutInterface()
145 mManagerStatusListenerCaptor.getValue().onStatusChanged(); in testControlFlowWithoutInterface()
148 mAvailListenerCaptor.getValue().onAvailabilityChanged(true); in testControlFlowWithoutInterface()
153 mAvailListenerCaptor.getValue().onAvailabilityChanged(false); in testControlFlowWithoutInterface()
175 mManagerStatusListenerCaptor.getValue().onStatusChanged(); in testReferenceCounting()
180 mAvailListenerCaptor.getValue().onAvailabilityChanged(true); in testReferenceCounting()
195 mDestroyedListenerCaptor.getValue().onDestroyed("nan0"); in testReferenceCounting()
[all …]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DFrameValues.java31 Object value = super.getValue(); in getCount()
35 return Array.getLength(super.getValue()); in getCount()
49 Object value = super.getValue(); in getValues()
51 return super.getValue(); in getValues()
70 Object value = super.getValue(); in getValueAtIndex()
120 Object curValue = super.getValue(); in setValueAtIndex()
142 Object value = frame.getValue(); in setFrameValueAtIndex()
/frameworks/base/tests/utils/testutils/java/android/os/test/
DTestLooperTest.java89 collector.checkThat("1: messageA", messageA, equalTo(messageCaptor.getValue().what)); in testNoTimeMovement()
91 collector.checkThat("2: messageA", messageA, equalTo(messageCaptor.getValue().what)); in testNoTimeMovement()
93 collector.checkThat("3: messageB", messageB, equalTo(messageCaptor.getValue().what)); in testNoTimeMovement()
95 collector.checkThat("4: messageC", messageC, equalTo(messageCaptor.getValue().what)); in testNoTimeMovement()
147 collector.checkThat("1: messageA", messageA, equalTo(messageCaptor.getValue().what)); in testDelayedDispatchNoTimeMove()
149 collector.checkThat("2: messageB", messageB, equalTo(messageCaptor.getValue().what)); in testDelayedDispatchNoTimeMove()
176 collector.checkThat("1: messageA", messageA, equalTo(messageCaptor.getValue().what)); in testDelayedDispatchAdvanceTimeOnce()
178 collector.checkThat("2: messageB", messageB, equalTo(messageCaptor.getValue().what)); in testDelayedDispatchAdvanceTimeOnce()
180 collector.checkThat("3: messageC", messageC, equalTo(messageCaptor.getValue().what)); in testDelayedDispatchAdvanceTimeOnce()
210 collector.checkThat("1: messageA", messageA, equalTo(messageCaptor.getValue().what)); in testDelayedDispatchAdvanceTimeTwice()
[all …]
/frameworks/compile/mclinker/tools/mcld/
DMain.cpp265 bool res = llvm::StringSwitch<bool>(arg->getValue()) in TranslateArguments()
282 llvm::StringRef value = arg->getValue(); in TranslateArguments()
286 << ": " << arg->getValue(); in TranslateArguments()
294 llvm::StringRef value = arg->getValue(); in TranslateArguments()
298 << ": " << arg->getValue(); in TranslateArguments()
306 llvm::StringRef value = arg->getValue(); in TranslateArguments()
310 << ": " << arg->getValue(); in TranslateArguments()
326 triple.setTriple(arg->getValue()); in TranslateArguments()
341 ParseEmulation(triple, arg->getValue()); in TranslateArguments()
344 config_.targets().setArch(arg->getValue()); in TranslateArguments()
[all …]
/frameworks/base/wifi/tests/src/android/net/wifi/aware/
DWifiAwareManagerTest.java173 clientProxyCallback.getValue().onConnectSuccess(clientId); in testConnectFlow()
176 WifiAwareSession session = sessionCaptor.getValue(); in testConnectFlow()
185 inOrder.verify(mockAwareService).disconnect(eq(clientId), eq(binder.getValue())); in testConnectFlow()
217 clientProxyCallback.getValue().onConnectFail(reason); in testConnectFailure()
225 clientProxyCallback.getValue().onConnectSuccess(clientId); in testConnectFailure()
228 WifiAwareSession session = sessionCaptor.getValue(); in testConnectFailure()
254 clientProxyCallback.getValue().onConnectSuccess(clientId); in testInvalidConnectSequence()
262 clientProxyCallback.getValue().onConnectSuccess(clientId + 1); in testInvalidConnectSequence()
309 clientProxyCallback.getValue().onConnectSuccess(clientId); in testPublishFlow()
312 WifiAwareSession session = sessionCaptor.getValue(); in testPublishFlow()
[all …]
/frameworks/base/core/java/android/content/
DDefaultDataHandler.java100 String uriStr = atts.getValue(URI_STR); in parseRow()
107 atts.getValue(URI_STR) + " parsing failure"); in parseRow()
112 String postfix = atts.getValue(POSTFIX); in parseRow()
165 String key = atts.getValue(0); in startElement()
166 String value = atts.getValue(1); in startElement()
176 Uri u = Uri.parse(atts.getValue(URI_STR)); in startElement()
179 atts.getValue(URI_STR) + " parsing failure"); in startElement()
185 selectionArgs[i] = atts.getValue(i+2); in startElement()
187 mContentResolver.delete(u, atts.getValue(1), selectionArgs); in startElement()
189 mContentResolver.delete(u, atts.getValue(1), null); in startElement()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
DCSVWriterFilter.java75 float sharpness = ((Float)sharpnessValue.getValue()).floatValue(); in onProcess()
79 float overExposure = ((Float)overExposureValue.getValue()).floatValue(); in onProcess()
83 float underExposure = ((Float)underExposureValue.getValue()).floatValue(); in onProcess()
87 float colorfulness = ((Float)colorfulnessValue.getValue()).floatValue(); in onProcess()
91 float contrast = ((Float)contrastValue.getValue()).floatValue(); in onProcess()
95 float brightness = ((Float)brightnessValue.getValue()).floatValue(); in onProcess()
99 float[] motionValues = (float[]) motionValuesFrameValue.getValue(); in onProcess()
105 String imageFileName = ((String)imageFileNameFrameValue.getValue()); in onProcess()
109 String csvFilePath = ((String)csvFilePathFrameValue.getValue()); in onProcess()
/frameworks/base/core/tests/coretests/src/android/text/
DPackedIntVectorTest.java71 assertEquals(0, p.getValue(at, j)); in testBasic()
73 assertEquals(p.getValue(at, j), i + j); in testBasic()
84 assertEquals(p.getValue(i, j), i * j); in testBasic()
102 assertEquals(p.getValue(i, j), expect); in testBasic()
121 assertEquals(p.getValue(i, j), expect); in testBasic()
134 assertEquals(p.getValue(i, j), i * j); in testBasic()
155 assertEquals(p.getValue(i, j), i * j); in testBasic()
161 assertEquals(p.getValue(i, j), (i + height - p.size()) * j); in testBasic()
/frameworks/base/core/java/android/animation/
DKeyframeSet.java196 public Object getValue(float fraction) { in getValue() method in KeyframeSet
202 return mEvaluator.evaluate(fraction, mFirstKeyframe.getValue(), in getValue()
203 mLastKeyframe.getValue()); in getValue()
214 return mEvaluator.evaluate(intervalFraction, mFirstKeyframe.getValue(), in getValue()
215 nextKeyframe.getValue()); in getValue()
225 return mEvaluator.evaluate(intervalFraction, prevKeyframe.getValue(), in getValue()
226 mLastKeyframe.getValue()); in getValue()
240 return mEvaluator.evaluate(intervalFraction, prevKeyframe.getValue(), in getValue()
241 nextKeyframe.getValue()); in getValue()
246 return mLastKeyframe.getValue(); in getValue()
[all …]
/frameworks/base/services/core/java/com/android/server/firewall/
DStringFilter.java123 String value = mValueProvider.getValue(resolvedComponent, intent, resolvedType); in matches()
137 public abstract String getValue(ComponentName resolvedComponent, Intent intent, in getValue() method in StringFilter.ValueProvider
232 public String getValue(ComponentName resolvedComponent, Intent intent,
243 public String getValue(ComponentName resolvedComponent, Intent intent,
254 public String getValue(ComponentName resolvedComponent, Intent intent,
265 public String getValue(ComponentName resolvedComponent, Intent intent,
273 public String getValue(ComponentName resolvedComponent, Intent intent,
285 public String getValue(ComponentName resolvedComponent, Intent intent,
293 public String getValue(ComponentName resolvedComponent, Intent intent,
305 public String getValue(ComponentName resolvedComponent, Intent intent,
[all …]
/frameworks/base/tests/net/java/com/android/server/connectivity/
DNat464XlatTest.java198 assertFalse(c.getValue().getStackedLinks().isEmpty());
199 assertTrue(c.getValue().getAllInterfaceNames().contains(STACKED_IFACE));
208 assertTrue(c.getValue().getStackedLinks().isEmpty());
209 assertFalse(c.getValue().getAllInterfaceNames().contains(STACKED_IFACE));
236 assertFalse(c.getValue().getStackedLinks().isEmpty());
237 assertTrue(c.getValue().getAllInterfaceNames().contains(STACKED_IFACE));
246 assertTrue(c.getValue().getStackedLinks().isEmpty());
247 assertFalse(c.getValue().getAllInterfaceNames().contains(STACKED_IFACE));
258 assertTrue(c.getValue().getStackedLinks().isEmpty());
259 assertFalse(c.getValue().getAllInterfaceNames().contains(STACKED_IFACE));
[all …]

12345678910>>...32