Home
last modified time | relevance | path

Searched defs:results (Results 1 – 25 of 176) sorted by relevance

12345678

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DScanScheduleUtilFilterTest.java129 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataEmptyWithNoBucketInfo() local
141 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataSingleNotMatchingWithNoBucketInfo() local
153 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataSingleNotMatchingWithDefinitlyScannedBucketIndex() local
165 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataSingleNotMatchingWithBucketDefinitlyScanned() local
177 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataSingleMatchingWithNoBucketInfo() local
190 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataSingleMatchingWithBucketDefinitlyNotScanned() local
203 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataSinglePartialMatchingWithNoBucketInfo() local
216 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataMultipleNotMatchingWithNoBucketInfo() local
228 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataMultipleNotMatchingWithOneDefinitlyScanned() local
241 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataMultipleMatchingWithNoBucketInfo() local
[all …]
/frameworks/base/core/java/android/app/
DIInstrumentationWatcher.aidl28 in Bundle results); in instrumentationStatus()
30 in Bundle results); in instrumentationFinished()
/frameworks/base/cmds/am/src/com/android/commands/am/
DInstrument.java119 Bundle results); in onInstrumentationStatusLocked()
125 Bundle results); in onInstrumentationFinishedLocked()
160 Bundle results) { in onInstrumentationStatusLocked()
181 Bundle results) { in onInstrumentationFinishedLocked()
253 Bundle results) { in onInstrumentationStatusLocked()
278 Bundle results) { in onInstrumentationFinishedLocked()
380 public void instrumentationStatus(ComponentName name, int resultCode, Bundle results) { in instrumentationStatus()
388 public void instrumentationFinished(ComponentName name, int resultCode, Bundle results) { in instrumentationFinished()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/rtt/
DRttServiceImplTest.java255 List<Pair<List<RttResult>, List<RangingResult>>> results = new ArrayList<>(); in testRangingFlow() local
344 Pair<List<RttResult>, List<RangingResult>> results = in testRangingFlowUsingAwarePeerHandles() local
378 List<Pair<List<RttResult>, List<RangingResult>>> results = new ArrayList<>(); in testRangingFlowNativeFailure() local
442 Pair<List<RttResult>, List<RangingResult>> results = RttTestUtils.getDummyRangingResults( in testRangingRequestWithoutRuntimePermission() local
481 List<Pair<List<RttResult>, List<RangingResult>>> results = new ArrayList<>(); in testBinderDeathOfRangingApp() local
562 Pair<List<RttResult>, List<RangingResult>> results = RttTestUtils.getDummyRangingResults( in testBinderDeathWithWorkSource() local
612 Pair<List<RttResult>, List<RangingResult>> results = RttTestUtils.getDummyRangingResults( in testCancelRangingFullMatch() local
658 Pair<List<RttResult>, List<RangingResult>> results = RttTestUtils.getDummyRangingResults( in testCancelRangingPartialMatch() local
696 Pair<List<RttResult>, List<RangingResult>> results = RttTestUtils.getDummyRangingResults( in testUnexpectedResult() local
737 Pair<List<RttResult>, List<RangingResult>> results = RttTestUtils.getDummyRangingResults( in testMissingResults() local
[all …]
/frameworks/base/services/core/java/com/android/server/am/
DInstrumentationReporter.java106 Bundle results) { in Report()
116 Bundle results) { in reportStatus()
124 Bundle results) { in reportFinished()
/frameworks/base/core/java/android/speech/
DIRecognitionListener.aidl71 void onResults(in Bundle results); in onResults()
78 void onPartialResults(in Bundle results); in onPartialResults()
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DOffloadHardwareInterface.java250 final CbResults results = new CbResults(); in initOffloadConfig() local
314 final CbResults results = new CbResults(); in initOffloadControl() local
374 final CbResults results = new CbResults(); in setLocalPrefixes() local
395 final CbResults results = new CbResults(); in setDataLimit() local
423 final CbResults results = new CbResults(); in setUpstreamParameters() local
444 final CbResults results = new CbResults(); in addDownstreamPrefix() local
464 final CbResults results = new CbResults(); in removeDownstreamPrefix() local
484 private void record(String msg, CbResults results) { in record()
/frameworks/base/core/tests/coretests/src/android/database/
DDatabaseLocaleTest.java83 String[] results = query("SELECT data FROM test"); in testLocaleInsertOrder() local
92 String[] results; in testLocaleenUS() local
/frameworks/base/core/java/android/hardware/camera2/
DTotalCaptureResult.java73 public TotalCaptureResult(CameraMetadataNative results, CaptureRequest parent, in TotalCaptureResult()
101 public TotalCaptureResult(CameraMetadataNative results, int sequenceId) { in TotalCaptureResult()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DInformationElementUtilTest.java85 InformationElement[] results = in parseInformationElements_withEmptyByteArray() local
97 InformationElement[] results = in parseInformationElements_withNullBytes() local
113 InformationElement[] results = in parseInformationElements_withSingleElement() local
136 InformationElement[] results = in parseInformationElements_withExtraPadding() local
159 InformationElement[] results = in parseInformationElements_secondElementInvalidLength() local
179 InformationElement[] results = in parseInformationElements_twoElements() local
206 InformationElement[] results = in parseInformationElements_firstElementZeroLength() local
236 InformationElement[] results = in parseInformationElements_firstElementWrongLength() local
/frameworks/base/core/java/android/widget/
DCursorFilter.java51 FilterResults results = new FilterResults(); in performFiltering() local
63 protected void publishResults(CharSequence constraint, FilterResults results) { in publishResults()
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
DBandwidthTest.java135 Bundle results = new Bundle(); in downloadFile() local
189 Bundle results = new Bundle(); in uploadFile() local
246 Bundle results = new Bundle(); in downloadFileUsingDownloadManager() local
313 public void addStatsToResults(String label, NetworkStats stats, Bundle results, int uid){ in addStatsToResults()
/frameworks/base/cmds/am/proto/
Dinstrumentation_data.proto40 optional ResultsBundle results = 4; field
60 optional ResultsBundle results = 4; field
/frameworks/base/core/java/android/service/resolver/
DIResolverRankerResult.aidl26 void sendResult(in List<ResolverTarget> results); in sendResult()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DRationalTest.java351 Rational results = serializeRoundTrip(badZero); in testSerialize() local
359 Rational results = serializeRoundTrip(badPosInfinity); in testSerialize() local
368 Rational results = serializeRoundTrip(badNegInfinity); in testSerialize() local
376 Rational results = serializeRoundTrip(badReduced); in testSerialize() local
384 Rational results = serializeRoundTrip(badReducedNeg); in testSerialize() local
/frameworks/base/core/tests/coretests/src/android/os/
DPerformanceCollectorTest.java181 Bundle results = writer.timingResults; in testAddMeasurementLong() local
202 Bundle results = writer.timingResults; in testAddMeasurementFloat() local
223 Bundle results = writer.timingResults; in testAddMeasurementString() local
502 public void writeEndSnapshot(Bundle results) { in writeEndSnapshot()
510 public void writeStopTiming(Bundle results) { in writeStopTiming()
/frameworks/base/location/java/android/location/
DGeocoder.java132 List<Address> results = new ArrayList<Address>(); in getFromLocation() local
174 List<Address> results = new ArrayList<Address>(); in getFromLocationName() local
/frameworks/base/core/java/com/android/internal/textservice/
DISpellCheckerSessionListener.aidl26 void onGetSuggestions(in SuggestionsInfo[] results); in onGetSuggestions()
/frameworks/base/wifi/java/android/net/wifi/rtt/
DIRttCallback.aidl36 void onRangingResults(in List<RangingResult> results); in onRangingResults()
DRangingResultCallback.java69 public abstract void onRangingResults(@NonNull List<RangingResult> results); in onRangingResults()
/frameworks/base/core/java/android/os/
DPerformanceCollector.java88 public void writeEndSnapshot(Bundle results); in writeEndSnapshot()
111 public void writeStopTiming(Bundle results); in writeStopTiming()
574 Bundle results = new Bundle(); in getAllocCounts() local
589 Bundle results = new Bundle(); in getBinderCounts() local
/frameworks/base/cmds/statsd/tests/
DUidMap_test.cpp179 static void protoOutputStreamToUidMapping(ProtoOutputStream* proto, UidMapping* results) { in protoOutputStreamToUidMapping()
219 UidMapping results; in TEST() local
247 UidMapping results; in TEST() local
274 UidMapping results; in TEST() local
320 UidMapping results; in TEST() local
/frameworks/base/services/core/java/com/android/server/pm/
DCrossProfileIntentResolver.java40 protected void sortResults(List<CrossProfileIntentFilter> results) { in sortResults()
/frameworks/base/core/java/android/view/textservice/
DSpellCheckerSession.java494 public void onGetSuggestions(SuggestionsInfo[] results) { in onGetSuggestions()
504 public void onGetSentenceSuggestions(SentenceSuggestionsInfo[] results) { in onGetSentenceSuggestions()
526 public void onGetSuggestions(SuggestionsInfo[] results); in onGetSuggestions()
533 public void onGetSentenceSuggestions(SentenceSuggestionsInfo[] results); in onGetSentenceSuggestions()
/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/
DProtoInputStreamEnumTest.java74 int[] results = new int[5]; in testRead() local
208 int[][] results = new int[5][2]; in testRepeated() local
355 int[][] results = new int[5][2]; in testPacked() local

12345678