| /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
| D | Wap230WspContentTypeTest.java | 225 WspTypeDecoder unit = new WspTypeDecoder( in testWellKnownShortIntegerMimeTypeValues() local 245 WspTypeDecoder unit = new WspTypeDecoder(data); in testWellKnownLongIntegerMimeTypeValues() local 259 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); in testDecodeReturnsFalse_WhenOnlyAZeroBytePresent() local 270 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); in testConstrainedMediaExtensionMedia() local 286 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); in testGeneralFormShortLengthExtensionMedia() local 301 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); in testGeneralFormShortLengthWellKnownShortInteger() local 317 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); in testGeneralFormShortLengthWellKnownShortIntegerWithUnknownValue() local 336 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); in testGeneralFormShortLengthWellKnownLongInteger() local 355 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); in testGeneralFormShortLengthWellKnownLongIntegerWithUnknownValue() local 374 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); in testGeneralFormLengthQuoteWellKnownShortInteger() local [all …]
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
| D | MockScheduledExecutorService.java | 84 public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule() 92 public <V> ScheduledFuture<V> schedule(Callable<V> callable, long delay, TimeUnit unit) { in schedule() 98 TimeUnit unit) { in scheduleAtFixedRate() 104 long delay, TimeUnit unit) { in scheduleWithFixedDelay() 129 public boolean awaitTermination(long timeout, TimeUnit unit) throws InterruptedException { in awaitTermination() 166 TimeUnit unit) throws InterruptedException { in invokeAll() 177 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) in invokeAny() 222 public long getDelay(TimeUnit unit) { in getDelay() 253 public V get(long timeout, TimeUnit unit) in get()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/util/concurrency/ |
| D | RepeatableExecutorImpl.java | 38 public Runnable executeRepeatedly(Runnable r, long initDelay, long delay, TimeUnit unit) { in executeRepeatedly() 51 ExecutionToken(Runnable r, long delay, TimeUnit unit) { in ExecutionToken() 68 public void start(long startDelay, TimeUnit unit) { in start()
|
| D | DelayableExecutor.java | 44 Runnable executeDelayed(Runnable r, long delay, TimeUnit unit); in executeDelayed() 64 Runnable executeAtTime(Runnable r, long uptimeMillis, TimeUnit unit); in executeAtTime()
|
| D | ExecutorImpl.java | 44 public Runnable executeDelayed(Runnable r, long delay, TimeUnit unit) { in executeDelayed() 53 public Runnable executeAtTime(Runnable r, long uptimeMillis, TimeUnit unit) { in executeAtTime()
|
| D | RepeatableExecutor.java | 53 Runnable executeRepeatedly(Runnable r, long initialDelay, long delay, TimeUnit unit); in executeRepeatedly()
|
| /frameworks/av/media/libstagefright/rtsp/ |
| D | AH263Assembler.cpp | 162 const sp<ABuffer> &unit = *it; in submitAccessUnit() local 172 const sp<ABuffer> &unit = *it; in submitAccessUnit() local
|
| D | AAVCAssembler.cpp | 162 sp<ABuffer> unit = new ABuffer(nalSize); in addSingleTimeAggregationPacket() local 287 sp<ABuffer> unit = new ABuffer(totalSize); in addFragmentedNALUnit() local
|
| /frameworks/base/core/java/android/annotation/ |
| D | Dimension.java | 41 int unit() default PX; in unit() method
|
| /frameworks/base/core/java/android/accounts/ |
| D | AccountManagerFuture.java | 113 V getResult(long timeout, TimeUnit unit) in getResult()
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/concurrency/ |
| D | FakeExecutor.java | 142 public Runnable executeDelayed(Runnable r, long delay, TimeUnit unit) { in executeDelayed() 150 public Runnable executeAtTime(Runnable r, long uptime, TimeUnit unit) { in executeAtTime()
|
| /frameworks/base/core/java/android/hardware/camera2/legacy/ |
| D | CaptureCollector.java | 318 TimeUnit unit) in queueRequest() 373 public boolean waitForEmpty(long timeout, TimeUnit unit) throws InterruptedException { in waitForEmpty() 398 public boolean waitForPreviewsEmpty(long timeout, TimeUnit unit) throws InterruptedException { in waitForPreviewsEmpty() 430 public boolean waitForRequestCompleted(RequestHolder holder, long timeout, TimeUnit unit, in waitForRequestCompleted()
|
| /frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/encryption/testing/ |
| D | QueuingNonAutomaticExecutorService.java | 59 public boolean awaitTermination(long timeout, TimeUnit unit) throws InterruptedException { in awaitTermination()
|
| /frameworks/base/cmds/incident_helper/src/parsers/ |
| D | EventLogTagsParser.cpp | 60 int unit = 0; in Parse() local
|
| /frameworks/base/services/core/java/com/android/server/location/ |
| D | ContextHubServiceTransaction.java | 100 /* package */ long getTimeout(TimeUnit unit) { in getTimeout()
|
| /frameworks/base/services/core/java/com/android/server/notification/ |
| D | RankingReconsideration.java | 64 public long getDelay(TimeUnit unit) { in getDelay()
|
| /frameworks/base/core/proto/android/util/ |
| D | event_log_tags.proto | 63 optional DataUnit unit = 3; field
|
| /frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/ |
| D | BroadcastInterceptingContext.java | 58 public abstract void assertNotReceived(long timeout, TimeUnit unit) in assertNotReceived() 101 public void assertNotReceived(long timeout, TimeUnit unit) in assertNotReceived()
|
| /frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/ |
| D | StringUtil.java | 127 final RelativeUnit unit; in formatRelativeTime() local
|
| /frameworks/base/test-mock/src/android/test/mock/ |
| D | MockAccountManager.java | 114 public T getResult(long timeout, TimeUnit unit) in getResult()
|
| /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ |
| D | EffectParameter.java | 35 public EffectParameter (int min, int max, SeekBar seekBar, TextView textView, String unit) { in EffectParameter()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
| D | QSDualTileLabel.java | 129 public void setTextSize(int unit, float size) { in setTextSize()
|
| /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
| D | ResourceHelper.java | 532 int unit; field in ResourceHelper.UnitEntry 535 UnitEntry(String name, int type, int unit, float scale) { in UnitEntry()
|
| /frameworks/base/tests/Codegen/src/com/android/codegentest/ |
| D | SampleWithCustomBuilder.java | 70 public Builder setDelay(long amount, TimeUnit unit) { in setDelay()
|
| /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
| D | RefocusFilter.java | 35 public void logTiming(String implementation, String phase, long time, String unit) { in logTiming()
|