Home
last modified time | relevance | path

Searched defs:signal (Results 1 – 5 of 5) sorted by relevance

/cts/tests/app/src/android/app/cts/
DKeyguardManagerTest.java53 CountDownLatch signal = new CountDownLatch(1); in testPrivateNotificationsAllowed() local
/cts/tests/tests/media/src/android/media/cts/
DTestUtils.java76 public synchronized void signal() { in signal() method in TestUtils.Monitor
DDecoderTestAacDrc.java250 private double getEnergy(short[] signal, int start, int stop) { in getEnergy()
287 public void apply(short[] signal, int offset, int stride) { in apply()
/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
DMyDocumentsProvider.java371 CancellationSignal signal) throws FileNotFoundException { in openDocument()
383 CancellationSignal signal) throws FileNotFoundException { in openDocumentUnchecked()
455 String documentId, String mimeTypeFilter, Bundle opts, CancellationSignal signal) in openTypedDocument()
/cts/hostsidetests/seccomp/app/jni/
Dandroid_seccomp_cts_app_SeccompDeviceTest.cpp62 int signal = WTERMSIG(status); in doTestSyscallBlocked() local