Home
last modified time | relevance | path

Searched refs:called (Results 1 – 25 of 72) sorted by relevance

123

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccConnectorTest.java118 final AtomicBoolean called = new AtomicBoolean(false); in testInitialState_commandRejected() local
127 assertTrue("Callback called twice", called.compareAndSet(false, true)); in testInitialState_commandRejected()
131 assertTrue(called.get()); in testInitialState_commandRejected()
139 final AtomicBoolean called = new AtomicBoolean(false); in testInitialState_switchCommandRejected() local
149 assertTrue("Callback called twice", called.compareAndSet(false, true)); in testInitialState_switchCommandRejected()
153 assertTrue(called.get()); in testInitialState_switchCommandRejected()
241 final AtomicBoolean called = new AtomicBoolean(false); in testCommandDispatch_remoteException() local
250 assertTrue("Callback called twice", called.compareAndSet(false, true)); in testCommandDispatch_remoteException()
254 assertTrue(called.get()); in testCommandDispatch_remoteException()
263 final AtomicBoolean called = new AtomicBoolean(false); in testCommandDispatch_processDied() local
[all …]
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/utils/
DThreadUtilsTest.java57 assertThat(cr.called).isFalse(); in testPostOnMainThread_shouldRunOnMainThread()
60 assertThat(cr.called).isTrue(); in testPostOnMainThread_shouldRunOnMainThread()
65 volatile boolean called; field in ThreadUtilsTest.TestRunnable
69 this.called = true; in run()
/frameworks/base/services/core/java/com/android/server/am/
DEventLogTags.logtags56 # The activity's onPause has been called.
58 # The activity's onResume has been called.
84 # Log.wtf() called
106 # The activity's onStop has been called.
126 # The activity's onCreate has been called.
128 # The activity's onRestart has been called.
130 # The activity's onStart has been called.
132 # The activity's onDestroy has been called.
134 # The activity's onActivityResult has been called.
143 # The activity's onTopResumedActivityChanged(true) has been called.
[all …]
/frameworks/rs/script_api/
Drs_io.spec35 This function should not be called from inside a kernel, or from any function
36 that may be called directly or indirectly from a kernel. Doing so would cause a
50 This function should not be called from inside a kernel, or from any function
51 that may be called directly or indirectly from a kernel. Doing so would cause a
Drs_time.spec58 Returns the time in seconds since this function was last called in this script.
/frameworks/hardware/interfaces/displayservice/1.0/
DIDisplayEventReceiver.hal27 * BAD_VALUE if callback is nullptr or if this has already been called.
37 * called. By default, this will be zero. Must be >= 0.
57 * Client must call this method if init was called.
61 * BAD_VALUE if init has not been called.
/frameworks/hardware/interfaces/cameraservice/device/2.0/
DICameraDeviceCallback.hal22 * Callback called when the device encounters an error.
33 * Callback called when the device is idle.
38 * Callback called when capture starts.
47 * Callback called when a capture request is completed.
DICameraDeviceUser.hal113 * endConfigure must be called after stream configuration is complete
115 * createStream/deleteStream calls). It must be called before any
131 * Note: deleteStream() must only be called within a beginConfigure() and an
142 * Note: createStream() must only be called within a beginConfigure() and an
/frameworks/rs/script_api/include/
Drs_io.rsh35 * This function should not be called from inside a kernel, or from any function
36 * that may be called directly or indirectly from a kernel. Doing so would cause a
52 * This function should not be called from inside a kernel, or from any function
53 * that may be called directly or indirectly from a kernel. Doing so would cause a
/frameworks/rs/tests/java_api/Refocus/dataExtraction/
DRefocusTestTimingProcess.txt8called more than once. Therefore, we need to add the running time of the same kernel together to g…
14 2. make and install the Refocus test app. Open up logcat and launch the app. Two scripts are called
34 This command strip up the messy log and put the clean data into a new file called N5cleanData.txt
/frameworks/native/services/surfaceflinger/tests/unittests/
DAsyncCallRecorder.h117 bool called = !mCalls.empty(); variable
119 if (called) {
/frameworks/hardware/interfaces/sensorservice/1.0/
DIEventQueueCallback.hal22 * An IEventQueueCallback describes the callback that is called upon
27 * When any event is obtained from the sensor, this function must be called
DIEventQueue.hal26 * max batch report latency. If enableSensor is called multiple times on the
/frameworks/hardware/interfaces/stats/1.0/test_client/
DREADME2 it would be called from other clients.
/frameworks/compile/slang/tests/F_ctxt_wrong_name/
Dstderr.txt.expect1 context.rscript:5:57: error: The special parameter of type 'rs_kernel_context' must be called 'cont…
/frameworks/native/libs/binder/
DIServiceManager.cpp111 bool called = false; in setDefaultServiceManager() local
114 called = true; in setDefaultServiceManager()
117 if (!called) { in setDefaultServiceManager()
/frameworks/native/cmds/dumpstate/
Dbugreport-format.md20 _bugreport-DATE.txt_ file, but then **Shell** creates a zip file called
29 The zip file is by default called _bugreport-BUILD_ID-DATE.zip_ and it contains a
31 **Shell**), in which case they would be called _bugreport-BUILD_ID-NEW_NAME.zip_ and
106 release, the version will be called **1.1** or something like that.
/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-layout.md13 …le constructing the animations, and animation control methods, which are called to initiate animat…
32 …` are called automatically by the layout, giving the controller the opportunity to animate the chi…
71 … have an overloaded variant: `translationX(from, to)`. When `start()` is called, the animation wil…
72 …d. A special case is `position(x, y, endAction)`, where the endAction is called when both translat…
73 … views, starting at the given index. The `ChildAnimationConfigurator` is called with a `PhysicsPro…
/frameworks/compile/slang/
DREADME.rst242 * In terms of a script's global functions, they can be called from Java.
244 on whether a function called will have actually completed operation. If it
250 * The function **init** (if present) will be called once after the script
253 on globals initialized from Java as it will be called before these
259 will be called when a script must redraw its contents. No
261 called. It will only be called if the script is bound as a graphics root.
265 indicates to the runtime when the function should be called again to
/frameworks/ml/nn/tools/api/
DNeuralNetworks.t405 * has been called on it.</p>
443 * has been called on it.</p>
494 * {@link ANeuralNetworksExecution_startComputeWithDependencies} has been called on it.</p>
726 * has been called on it.
750 * {@link ANeuralNetworksMemoryDesc_finish} must be called once all properties have been set.
752 * {@link ANeuralNetworksMemoryDesc_free} must be called once the memory descriptor
796 * {@link ANeuralNetworksMemoryDesc_addOutputRole} must be called on a memory descriptor
800 * called will return an error.
842 * {@link ANeuralNetworksMemoryDesc_addOutputRole} must be called on the memory descriptor
846 * called will return an error.
[all …]
/frameworks/hardware/interfaces/cameraservice/service/2.0/
DICameraService.hal35 * @param callback the ICameraDeviceCallback interface which will get called
51 * ICameraServiceListener being called on all of them, on change of device
DICameraServiceListener.hal21 * Callback called by cameraservice when the status of a camera device
/frameworks/native/opengl/tests/testViewport/
DREADME28 call (which means it is called before every draw), the program runs correctly.
/frameworks/base/core/proto/android/service/
Dappwidget.proto31 optional bool isHostStopped = 2; // true if host has not called startListening yet
/frameworks/native/opengl/specs/
DEGL_ANDROID_blob_cache.txt122 EGLDisplay. The <set> and <get> functions may be called at any time and
124 called until the time that the last resource associated with <dpy> is
129 behave as though eglSetBlobCacheFuncsANDROID was not called for the display

123