Home
last modified time | relevance | path

Searched defs:unit (Results 1 – 25 of 61) sorted by relevance

123

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DWap230WspContentTypeTest.java225 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 …]
DTestExecutorService.java89 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/
DMockScheduledExecutorService.java84 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/
DHibernationStateDiskStoreTest.java143 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/
DRepeatableExecutorImpl.java38 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()
DDelayableExecutor.java44 Runnable executeDelayed(Runnable r, long delay, TimeUnit unit); in executeDelayed()
64 Runnable executeAtTime(Runnable r, long uptimeMillis, TimeUnit unit); in executeAtTime()
DExecutorImpl.java44 public Runnable executeDelayed(Runnable r, long delay, TimeUnit unit) { in executeDelayed()
53 public Runnable executeAtTime(Runnable r, long uptimeMillis, TimeUnit unit) { in executeAtTime()
DRepeatableExecutor.java53 Runnable executeRepeatedly(Runnable r, long initialDelay, long delay, TimeUnit unit); in executeRepeatedly()
/frameworks/av/media/libstagefright/rtsp/
DAH263Assembler.cpp162 const sp<ABuffer> &unit = *it; in submitAccessUnit() local
172 const sp<ABuffer> &unit = *it; in submitAccessUnit() local
/frameworks/libs/modules-utils/java/android/annotation/
DDimension.java41 int unit() default PX; in unit() method
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DWeatherData.kt104 val unit = if (useCelsius) "C" else "F" in toString() constant
/frameworks/base/core/java/android/accounts/
DAccountManagerFuture.java113 V getResult(long timeout, TimeUnit unit) in getResult()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/concurrency/
DFakeExecutor.java145 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/
DQueuingNonAutomaticExecutorService.java59 public boolean awaitTermination(long timeout, TimeUnit unit) throws InterruptedException { in awaitTermination()
/frameworks/base/cmds/incident_helper/src/parsers/
DEventLogTagsParser.cpp60 int unit = 0; in Parse() local
/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/location/
DHandlerThreadingDomainTest.java252 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/
DWebViewCaptureHelperTest.java131 private static boolean waitFor(CountDownLatch latch, long time, TimeUnit unit) { in waitFor()
/frameworks/base/services/core/java/com/android/server/notification/
DRankingReconsideration.java64 public long getDelay(TimeUnit unit) { in getDelay()
/frameworks/base/core/proto/android/util/
Devent_log_tags.proto63 optional DataUnit unit = 3; field
/frameworks/base/services/core/java/com/android/server/location/contexthub/
DContextHubServiceTransaction.java118 /* package */ long getTimeout(TimeUnit unit) { in getTimeout()
/frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/
DBroadcastInterceptingContext.java59 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/
DMockAccountManager.java114 public T getResult(long timeout, TimeUnit unit) in getResult()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSDualTileLabel.java133 public void setTextSize(int unit, float size) { in setTextSize()
/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/
DTrafficRecorder.h158 void TrafficRecorder<Time, Bytes>::printAccuBitsForLastPeriod(Time period, Time unit) { in printAccuBitsForLastPeriod()
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
DEffectParameter.java35 public EffectParameter (int min, int max, SeekBar seekBar, TextView textView, String unit) { in EffectParameter()

123