Home
last modified time | relevance | path

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

12345678

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DScanScheduleUtilFilterTest.java132 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataEmptyWithNoBucketInfo() local
144 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataSingleNotMatchingWithNoBucketInfo() local
156 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataSingleNotMatchingWithDefinitlyScannedBucketIndex() local
168 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataSingleNotMatchingWithBucketDefinitlyScanned() local
180 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataSingleMatchingWithNoBucketInfo() local
193 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataSingleMatchingWithBucketDefinitlyNotScanned() local
206 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataSinglePartialMatchingWithNoBucketInfo() local
219 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataMultipleNotMatchingWithNoBucketInfo() local
231 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataMultipleNotMatchingWithOneDefinitlyScanned() local
244 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.java258 List<Pair<List<RangingResult>, List<RangingResult>>> results = new ArrayList<>(); in testRangingFlow() local
356 Pair<List<RangingResult>, List<RangingResult>> results = in testRangingFlowUsingAwarePeerHandles() local
393 List<Pair<List<RangingResult>, List<RangingResult>>> results = new ArrayList<>(); in testRangingFlowNativeFailure() local
459 Pair<List<RangingResult>, List<RangingResult>> results = in testRangingRequestWithoutRuntimePermission() local
498 List<Pair<List<RangingResult>, List<RangingResult>>> results = new ArrayList<>(); in testBinderDeathOfRangingApp() local
581 Pair<List<RangingResult>, List<RangingResult>> results = in testBinderDeathWithWorkSource() local
631 Pair<List<RangingResult>, List<RangingResult>> results = in testCancelRangingFullMatch() local
678 Pair<List<RangingResult>, List<RangingResult>> results = in testCancelRangingPartialMatch() local
719 Pair<List<RangingResult>, List<RangingResult>> results = in testUnexpectedResult() local
760 Pair<List<RangingResult>, List<RangingResult>> results = in testMissingResults() local
[all …]
/frameworks/base/services/core/java/com/android/server/am/
DInstrumentationReporter.java107 Bundle results) { in Report()
119 Bundle results) { in reportStatus()
127 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/java/android/hardware/camera2/
DTotalCaptureResult.java73 public TotalCaptureResult(CameraMetadataNative results, CaptureRequest parent, in TotalCaptureResult()
101 public TotalCaptureResult(CameraMetadataNative results, int sequenceId) { in TotalCaptureResult()
/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/widget/
DCursorFilter.java51 FilterResults results = new FilterResults(); in performFiltering() local
63 protected void publishResults(CharSequence constraint, FilterResults results) { in publishResults()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DInformationElementUtilTest.java90 InformationElement[] results = in parseInformationElements_withEmptyByteArray() local
102 InformationElement[] results = in parseInformationElements_withNullBytes() local
114 InformationElement[] results = in parseInformationElements_withZeroLengthAndExtensionId() local
129 InformationElement[] results = in parseInformationElements_withZeroLengthAndExtensionIdAfterAnotherIe() local
147 InformationElement[] results = in parseInformationElements_withSingleElement() local
170 InformationElement[] results = in parseInformationElements_withExtraPadding() local
193 InformationElement[] results = in parseInformationElements_secondElementInvalidLength() local
213 InformationElement[] results = in parseInformationElements_twoElements() local
240 InformationElement[] results = in parseInformationElements_firstElementZeroLength() local
270 InformationElement[] results = in parseInformationElements_firstElementWrongLength() local
[all …]
/frameworks/base/services/people/java/com/android/server/people/data/
DAggregateEventHistoryImpl.java60 List<Event> results = new ArrayList<>(); in queryEvents() local
81 List<Event> results = new ArrayList<>(); in combineEventLists() local
/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/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/com/android/internal/textservice/
DISpellCheckerSessionListener.aidl26 void onGetSuggestions(in SuggestionsInfo[] results); in onGetSuggestions()
/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/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.cpp173 static void protoOutputStreamToUidMapping(ProtoOutputStream* proto, UidMapping* results) { in protoOutputStreamToUidMapping()
213 UidMapping results; in TEST() local
241 UidMapping results; in TEST() local
268 UidMapping results; in TEST() local
314 UidMapping results; in TEST() local
/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/services/core/java/com/android/server/pm/
DCrossProfileIntentResolver.java43 protected void sortResults(List<CrossProfileIntentFilter> results) { in sortResults()

12345678