/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 …]
|
D | TestExecutorService.java | 89 public T get(long timeout, TimeUnit unit) in get() 99 public long getDelay(TimeUnit unit) { in getDelay() 141 public boolean awaitTermination(long timeout, TimeUnit unit) { in awaitTermination() 168 TimeUnit unit) { in invokeAll() 178 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) { in invokeAny() 183 public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule() 196 public <V> ScheduledFuture<V> schedule(Callable<V> callable, long delay, TimeUnit unit) { in schedule() 202 TimeUnit unit) { in scheduleAtFixedRate() 208 long delay, TimeUnit unit) { in scheduleWithFixedDelay() 218 private long getNextExecutionTime(long delay, TimeUnit unit) { in getNextExecutionTime()
|
/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/services/tests/servicestests/src/com/android/server/apphibernation/ |
D | HibernationStateDiskStoreTest.java | 143 public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule() 149 public <V> ScheduledFuture<V> schedule(Callable<V> callable, long delay, TimeUnit unit) { in schedule() 155 long period, TimeUnit unit) { in scheduleAtFixedRate() 161 long delay, TimeUnit unit) { in scheduleWithFixedDelay() 186 public boolean awaitTermination(long timeout, TimeUnit unit) throws InterruptedException { in awaitTermination() 213 TimeUnit unit) throws InterruptedException { in invokeAll() 224 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) in invokeAny()
|
/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
|
/frameworks/libs/modules-utils/java/android/annotation/ |
D | Dimension.java | 41 int unit() default PX; in unit() method
|
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/ |
D | WeatherData.kt | 104 val unit = if (useCelsius) "C" else "F" in toString() constant
|
/frameworks/base/core/java/android/accounts/ |
D | AccountManagerFuture.java | 113 V getResult(long timeout, TimeUnit unit) in getResult()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/concurrency/ |
D | FakeExecutor.java | 145 public Runnable executeDelayed(Runnable r, long delay, TimeUnit unit) { in executeDelayed() 153 public Runnable executeAtTime(Runnable r, long uptime, TimeUnit unit) { in executeAtTime()
|
/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/tests/servicestests/src/com/android/server/timezonedetector/location/ |
D | HandlerThreadingDomainTest.java | 252 boolean waitForCompletion(long timeout, TimeUnit unit) { in waitForCompletion() 256 void assertCompletesWithin(long timeout, TimeUnit unit) { in assertCompletesWithin()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/view/ |
D | WebViewCaptureHelperTest.java | 131 private static boolean waitFor(CountDownLatch latch, long time, TimeUnit unit) { in waitFor()
|
/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/services/core/java/com/android/server/location/contexthub/ |
D | ContextHubServiceTransaction.java | 118 /* package */ long getTimeout(TimeUnit unit) { in getTimeout()
|
/frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/ |
D | BroadcastInterceptingContext.java | 59 public abstract void assertNotReceived(long timeout, TimeUnit unit) in assertNotReceived() 109 public void assertNotReceived(long timeout, TimeUnit unit) in assertNotReceived()
|
/frameworks/base/test-mock/src/android/test/mock/ |
D | MockAccountManager.java | 114 public T getResult(long timeout, TimeUnit unit) in getResult()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSDualTileLabel.java | 133 public void setTextSize(int unit, float size) { in setTextSize()
|
/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/ |
D | TrafficRecorder.h | 158 void TrafficRecorder<Time, Bytes>::printAccuBitsForLastPeriod(Time period, Time unit) { in printAccuBitsForLastPeriod()
|
/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()
|