/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | WspTypeDecoder.java | 225 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/ |
D | TextViewActions.java | 191 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/ |
D | LineTokenizer.java | 32 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/ |
D | SparseLongArrayTest.java | 60 private void assertRemoved(int startIndex, int endIndex) { in assertRemoved() 147 final int startIndex = 101; in testRemoveAtRange_compareRemoveAt() local
|
/frameworks/av/media/libaaudio/src/fifo/ |
D | FifoBuffer.cpp | 73 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/ |
D | ComprehensionTlv.java | 94 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/ |
D | TextSelectionTest.java | 59 final int startIndex = 13; in testParcel() local 126 final int startIndex = 13; in testToBuilder() local
|
/frameworks/base/core/java/com/android/internal/util/ |
D | CallbackRegistry.java | 176 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/ |
D | IMediaCodecList.cpp | 82 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/ |
D | RuleIndexRange.java | 30 public RuleIndexRange(int startIndex, int endIndex) { in RuleIndexRange()
|
D | RuleIndexingController.java | 111 List<String> sortedKeyList, String key, int startIndex, int endIndex) { in searchKeysRangeContainingKey()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
D | TvPipActionsProvider.java | 100 private void notifyActionsChanged(int added, int changed, int startIndex) { in notifyActionsChanged() 255 void onActionsChanged(int added, int updated, int startIndex); in onActionsChanged()
|
D | TvPipNotificationController.java | 249 public void onActionsChanged(int added, int updated, int startIndex) { in onActionsChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/ |
D | PinInputViewModel.kt | 106 val startIndex = input.indexOf(clearAllMarker) + 1 in getDigits() constant
|
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/ |
D | Reparenting.java | 48 private void setupButtons(int startIndex, ViewGroup parent) { in setupButtons()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
D | PhysicsAnimationLayout.java | 209 int startIndex, ChildAnimationConfigurator configurator) { in animationsForChildrenFromIndex() 221 int startIndex, boolean fadeChildren, ChildAnimationConfigurator configurator) { in animationsForChildrenFromIndex()
|
/frameworks/base/core/java/android/view/textclassifier/ |
D | TextSelection.java | 53 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/ |
D | TransactionExecutorHelper.java | 264 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/ |
D | ComposePrimitivesVibratorStep.java | 99 int startIndex, int limit) { in unrollPrimitiveSegments()
|
D | ComposePwleVibratorStep.java | 97 private List<RampSegment> unrollRampSegments(VibrationEffect.Composed effect, int startIndex, in unrollRampSegments()
|
D | SetAmplitudeVibratorStep.java | 173 private long getVibratorOnDuration(VibrationEffect.Composed effect, int startIndex) { in getVibratorOnDuration()
|
/frameworks/base/tools/powermodel/src/com/android/powermodel/ |
D | RawBatteryStats.java | 538 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/ |
D | EventList.java | 147 private boolean isDuplicate(Event event, int startIndex) { in isDuplicate()
|
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
D | GnssPsdsDownloader.java | 101 int startIndex = mNextServerIndex; in downloadPsdsData() local
|
/frameworks/base/tests/GamePerformance/src/android/gameperformance/ |
D | GraphicBufferMetrics.java | 495 private static int findNextOfType(List<BufferEvent> events, int startIndex, int type) { in findNextOfType() 505 List<BufferEvent> events, int startIndex, String bufferId) { in findNextOfBufferId()
|