Home
last modified time | relevance | path

Searched defs:startIndex (Results 1 – 25 of 67) sorted by relevance

123

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DWspTypeDecoder.java225 public boolean decodeTextString(int startIndex) { in decodeTextString()
248 public boolean decodeTokenText(int startIndex) { in decodeTokenText()
269 public boolean decodeShortInteger(int startIndex) { in decodeShortInteger()
287 public boolean decodeLongInteger(int startIndex) { in decodeLongInteger()
311 public boolean decodeIntegerValue(int startIndex) { in decodeIntegerValue()
328 public boolean decodeUintvarInteger(int startIndex) { in decodeUintvarInteger()
354 public boolean decodeValueLength(int startIndex) { in decodeValueLength()
378 public boolean decodeExtensionMedia(int startIndex) { in decodeExtensionMedia()
547 private boolean decodeNoValue(int startIndex) { in decodeNoValue()
579 public boolean decodeContentLength(int startIndex) { in decodeContentLength()
[all …]
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DTextViewActions.java191 public static ViewAction longPressAndDragOnText(int startIndex, int endIndex) { in longPressAndDragOnText()
293 public static ViewAction doubleTapAndDragOnText(int startIndex, int endIndex) { in doubleTapAndDragOnText()
315 public static ViewAction mouseDragOnText(int startIndex, int endIndex) { in mouseDragOnText()
337 public static ViewAction mouseDoubleClickAndDragOnText(int startIndex, int endIndex) { in mouseDoubleClickAndDragOnText()
359 public static ViewAction mouseLongClickAndDragOnText(int startIndex, int endIndex) { in mouseLongClickAndDragOnText()
381 public static ViewAction mouseTripleClickAndDragOnText(int startIndex, int endIndex) { in mouseTripleClickAndDragOnText()
451 public static ViewAction dragOnText(int startIndex, int endIndex) { in dragOnText()
/frameworks/base/core/java/com/android/internal/alsa/
DLineTokenizer.java32 int nextToken(String line, int startIndex) { in nextToken()
45 int nextDelimiter(String line, int startIndex) { in nextDelimiter()
/frameworks/base/core/tests/coretests/src/android/util/
DSparseLongArrayTest.java60 private void assertRemoved(int startIndex, int endIndex) { in assertRemoved()
147 final int startIndex = 101; in testRemoveAtRange_compareRemoveAt() local
/frameworks/av/media/libaaudio/src/fifo/
DFifoBuffer.cpp73 int32_t startIndex) { in fillWrappingBuffer()
101 fifo_frames_t startIndex = mFifo->getReadIndex(); in getFullDataAvailable() local
110 fifo_frames_t startIndex = mFifo->getWriteIndex(); in getEmptyRoomAvailable() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DComprehensionTlv.java94 public static List<ComprehensionTlv> decodeMany(byte[] data, int startIndex) in decodeMany()
120 public static ComprehensionTlv decode(byte[] data, int startIndex) in decode()
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DTextSelectionTest.java59 final int startIndex = 13; in testParcel() local
126 final int startIndex = 13; in testToBuilder() local
/frameworks/base/core/java/com/android/internal/util/
DCallbackRegistry.java176 final int startIndex = (remainderIndex + 1) * Long.SIZE; in notifyRemainderLocked() local
200 private void notifyCallbacksLocked(T sender, int arg, A arg2, final int startIndex, in notifyCallbacksLocked()
258 private void removeRemovedCallbacks(int startIndex, long removed) { in removeRemovedCallbacks()
/frameworks/av/media/libmedia/
DIMediaCodecList.cpp82 const char *type, bool encoder, size_t startIndex = 0) const in findCodecByType()
165 size_t startIndex = static_cast<size_t>(data.readInt32()); in onTransact() local
/frameworks/base/services/core/java/com/android/server/integrity/parser/
DRuleIndexRange.java30 public RuleIndexRange(int startIndex, int endIndex) { in RuleIndexRange()
DRuleIndexingController.java111 List<String> sortedKeyList, String key, int startIndex, int endIndex) { in searchKeysRangeContainingKey()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipActionsProvider.java100 private void notifyActionsChanged(int added, int changed, int startIndex) { in notifyActionsChanged()
255 void onActionsChanged(int added, int updated, int startIndex); in onActionsChanged()
DTvPipNotificationController.java249 public void onActionsChanged(int added, int updated, int startIndex) { in onActionsChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
DPinInputViewModel.kt106 val startIndex = input.indexOf(clearAllMarker) + 1 in getDigits() constant
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
DReparenting.java48 private void setupButtons(int startIndex, ViewGroup parent) { in setupButtons()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayout.java209 int startIndex, ChildAnimationConfigurator configurator) { in animationsForChildrenFromIndex()
221 int startIndex, boolean fadeChildren, ChildAnimationConfigurator configurator) { in animationsForChildrenFromIndex()
/frameworks/base/core/java/android/view/textclassifier/
DTextSelection.java53 int startIndex, int endIndex, Map<String, Float> entityConfidence, String id, in TextSelection()
268 int startIndex, in Request()
490 final int startIndex = in.readInt(); in readFromParcel() local
/frameworks/base/core/java/android/app/servertransaction/
DTransactionExecutorHelper.java264 int startIndex, int lastIndex, @NonNull IBinder activityToken) { in lastCallbackRequestingStateIndex()
325 int startIndex, @NonNull IBinder activityToken) { in findNextLifecycleItemIndex()
/frameworks/base/services/core/java/com/android/server/vibrator/
DComposePrimitivesVibratorStep.java99 int startIndex, int limit) { in unrollPrimitiveSegments()
DComposePwleVibratorStep.java97 private List<RampSegment> unrollRampSegments(VibrationEffect.Composed effect, int startIndex, in unrollRampSegments()
DSetAmplitudeVibratorStep.java173 private long getVibratorOnDuration(VibrationEffect.Composed effect, int startIndex) { in getVibratorOnDuration()
/frameworks/base/tools/powermodel/src/com/android/powermodel/
DRawBatteryStats.java538 int startIndex, int endIndex) throws ParseException; in setArray()
543 int startIndex = Math.max(className.lastIndexOf('.'), className.lastIndexOf('$')); in toString() local
576 int startIndex, int endIndex) throws ParseException { in setArray()
616 int startIndex, int endIndex) throws ParseException { in setArray()
654 int startIndex, int endIndex) throws ParseException { in setArray()
730 int startIndex, int endIndex) throws ParseException { in setArray()
/frameworks/base/services/people/java/com/android/server/people/data/
DEventList.java147 private boolean isDuplicate(Event event, int startIndex) { in isDuplicate()
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssPsdsDownloader.java101 int startIndex = mNextServerIndex; in downloadPsdsData() local
/frameworks/base/tests/GamePerformance/src/android/gameperformance/
DGraphicBufferMetrics.java495 private static int findNextOfType(List<BufferEvent> events, int startIndex, int type) { in findNextOfType()
505 List<BufferEvent> events, int startIndex, String bufferId) { in findNextOfBufferId()

123