/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/ |
H A D | RampDownAdapterTest.java | 58 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testPrebakedAndPrimitiveSegments_keepsListUnchanged() local 72 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampAndStepSegments_withNoOffSegment_keepsListUnchanged() local 88 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampAndStepSegments_withNoRampDownDuration_keepsOriginalSteps() local 104 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withShortZeroSegment_replaceWithStepsDown() local 121 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withLongZeroSegment_replaceWithStepsDown() local 142 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withRepeatToNonZeroSegment_keepsOriginalSteps() local 154 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withRepeatToShortZeroSegment_skipAndAppendRampDown() local 173 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withRepeatToLongZeroSegment_splitAndAppendRampDown() local 194 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampSegments_withShortZeroSegment_replaceWithRampDown() local 216 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampSegments_withLongZeroSegment_splitAndAddRampDown() local [all …]
|
H A D | StepToRampAdapterTest.java | 56 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampAndPrebakedAndPrimitiveSegments_returnsOriginalSegments() local 72 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampSegments_withPwleDurationLimit_splitsLongRamps() local 104 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepAndRampSegments_withoutPwleCapability_keepsListUnchanged() local 118 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepAndRampSegments_withPwleCapabilityAndNoFrequency_keepsOriginalSteps() local 137 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepAndRampSegments_withPwleCapabilityAndStepNextToRamp_convertsStepsToRamps() local 167 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepSegments_withPwleCapabilityAndFrequency_convertsStepsToRamps() local
|
H A D | RampToStepAdapterTest.java | 58 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testStepAndPrebakedAndPrimitiveSegments_keepsListUnchanged() local 73 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampSegments_withPwleCapability_keepsListUnchanged() local 88 List<VibrationEffectSegment> segments = new ArrayList<>(Arrays.asList( in testRampSegments_withoutPwleCapability_convertsRampsToSteps() local
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
H A D | Path.java | 86 String[] segments = split(); in toString() local 102 String[] segments = split(s); in fromString() local 117 String[] segments = new String[n]; in split() local 132 ArrayList<String> segments = new ArrayList<String>(); in split() local 161 ArrayList<String> segments = new ArrayList<String>(); in splitSequence() local
|
H A D | PathMatcher.java | 33 String[] segments = Path.split(pattern); in add() local 42 String[] segments = path.split(); in match() local
|
H A D | ComboSource.java | 38 String[] segments = path.split(); in createMediaObject() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/vibrator/ |
H A D | StepToRampAdapter.java | 38 public int apply(List<VibrationEffectSegment> segments, int repeatIndex, in apply() 49 private void convertStepsToRamps(List<VibrationEffectSegment> segments) { in convertStepsToRamps() 76 private int splitLongRampSegments(VibratorInfo info, List<VibrationEffectSegment> segments, in splitLongRampSegments()
|
H A D | RampDownAdapter.java | 55 public int apply(List<VibrationEffectSegment> segments, int repeatIndex, in apply() 78 private int addRampDownToZeroAmplitudeSegments(List<VibrationEffectSegment> segments, in addRampDownToZeroAmplitudeSegments() 143 private int addRampDownToLoop(List<VibrationEffectSegment> segments, int repeatIndex) { in addRampDownToLoop()
|
H A D | VibrationEffectAdapters.java | 50 int apply(List<VibrationEffectSegment> segments, int repeatIndex, T modifier); in apply()
|
H A D | RampToStepAdapter.java | 43 public int apply(List<VibrationEffectSegment> segments, int repeatIndex, in apply()
|
H A D | ClippingAmplitudeAndFrequencyAdapter.java | 41 public int apply(List<VibrationEffectSegment> segments, int repeatIndex, VibratorInfo info) { in apply()
|
/aosp12/packages/providers/MediaProvider/jni/ |
H A D | node.cpp | 20 std::vector<std::string> segments; in GetPathSegments() local 82 std::vector<std::string> segments = GetPathSegments(root->GetName().size(), absolute_path); in LookupAbsolutePath() local
|
/aosp12/packages/services/Telephony/src/com/android/services/telephony/rcs/validator/ |
H A D | RestrictedOutgoingSipRequestValidator.java | 43 String[] segments = SipMessageParsingUtils.splitStartLineAndVerify(startLine); in validate() local
|
/aosp12/frameworks/base/core/java/android/content/ |
H A D | ContentUris.java | 133 final List<String> segments = contentUri.getPathSegments(); in removeId() local
|
/aosp12/system/bt/audio_bluetooth_hw/ |
H A D | utils.cc | 35 std::vector<std::string> segments = android::base::Split(params, ";"); in ParseAudioParams() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/ |
H A D | ClockOptionsProvider.java | 84 List<String> segments = uri.getPathSegments(); in getType() local 130 List<String> segments = uri.getPathSegments(); in openFile() local
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/ |
H A D | UriUtils.java | 86 final List<String> segments = lookupUri.getPathSegments(); in getLookupKeyFromUri() local
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/util/ |
H A D | UriUtils.java | 84 final List<String> segments = lookupUri.getPathSegments(); in getLookupKeyFromUri() local
|
/aosp12/frameworks/native/libs/gui/ |
H A D | OccupancyTracker.cpp | 89 std::vector<Segment> segments(mSegmentHistory.cbegin(), in getSegmentHistory() local
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/glidephotomanager/impl/ |
H A D | GlidePhotoManagerImpl.java | 171 List<String> segments = Uri.parse(lookupUri).getPathSegments(); in getIdentifier() local
|
/aosp12/system/bt/gd/l2cap/internal/ |
H A D | le_credit_based_channel_data_controller.cc | 43 std::vector<std::unique_ptr<packet::RawBuilder>> segments; in OnSdu() local
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | rpl.h | 39 } segments; member
|
H A D | seg6.h | 31 struct in6_addr segments[0]; member
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
H A D | MmsQueryHelperTest.java | 166 List<String> segments = uri.getPathSegments(); in query() local
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
H A D | MediaScratchFileProvider.java | 57 final List<String> segments = uri.getPathSegments(); in isMediaScratchSpaceUri() local
|