Home
last modified time | relevance | path

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

12345

/frameworks/base/core/java/android/app/
DEventLogTags.logtags8 # The activity's onPause has been called.
10 # The activity's onResume has been called.
13 # The activity's onStop has been called.
16 # The activity's onCreate has been called.
18 # The activity's onRestart has been called.
20 # The activity's onStart has been called.
22 # The activity's onDestroy has been called.
24 # The activity's onActivityResult has been called.
27 # The activity's onTopResumedActivityChanged(true) has been called.
29 # The activity's onTopResumedActivityChanged(false) has been called.
/frameworks/native/libs/ftl/
Dfunction_test.cpp260 bool called = false; in TEST() member
261 void setCalled() { called = true; } in TEST()
268 EXPECT_TRUE(observer.called); in TEST()
275 mutable bool called = false; in TEST() member
276 void setCalled() const { called = true; } in TEST()
283 EXPECT_TRUE(observer.called); in TEST()
290 mutable bool called = false; in TEST() member
291 void setCalled() const { called = true; } in TEST()
298 EXPECT_TRUE(observer.called); in TEST()
309 bool called = false; in TEST() local
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccConnectorTest.java124 final AtomicBoolean called = new AtomicBoolean(false); in testInitialState_commandRejected() local
133 assertTrue("Callback called twice", called.compareAndSet(false, true)); in testInitialState_commandRejected()
137 assertTrue(called.get()); in testInitialState_commandRejected()
147 final AtomicBoolean called = new AtomicBoolean(false); in testInitialState_forAvailableMemory_commandRejected() local
163 assertTrue("Callback called twice", called.compareAndSet(false, true)); in testInitialState_forAvailableMemory_commandRejected()
167 assertTrue(called.get()); in testInitialState_forAvailableMemory_commandRejected()
175 final AtomicBoolean called = new AtomicBoolean(false); in testInitialState_switchCommandRejected() local
185 assertTrue("Callback called twice", called.compareAndSet(false, true)); in testInitialState_switchCommandRejected()
189 assertTrue(called.get()); in testInitialState_switchCommandRejected()
371 final AtomicBoolean called = new AtomicBoolean(false); in testCommandDispatch_remoteException() 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/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
/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/base/services/tests/displayservicetests/src/com/android/server/display/
DDisplayPowerStateTest.kt74 fun `GIVEN not prepared WHEN draw runnable is called THEN colorFade not drawn`() { in GIVEN not prepared WHEN draw runnable is called THEN colorFade not drawn()
80 fun `GIVEN prepared WHEN draw runnable is called THEN colorFade is drawn`() { in GIVEN prepared WHEN draw runnable is called THEN colorFade is drawn()
90 fun `GIVEN prepared AND stopped WHEN draw runnable is called THEN colorFade is not drawn`() { in GIVEN prepared AND stopped WHEN draw runnable is called THEN colorFade is not drawn()
/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/base/core/tests/coretests/src/android/flags/
DFeatureFlagsTest.java142 AtomicBoolean called = new AtomicBoolean(false); in testDynamicFlag_FiresListener() local
143 FeatureFlags.ChangeListener listener = flag1 -> called.set(true); in testDynamicFlag_FiresListener()
153 assertThat(called.get()).isTrue(); in testDynamicFlag_FiresListener()
/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/Scheduler/tests/
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
/frameworks/proto_logging/stats/enums/pdf/
Denums.proto31 // The type of the PdfViewer API called.
44 // The result of a pdf load called on a document.
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSafetyControllerTest.kt160 var called = false in listenerRemovedWhileDispatching_otherCallbacksCalled() variable
174 called = true in listenerRemovedWhileDispatching_otherCallbacksCalled()
189 assertThat(called).isTrue() in listenerRemovedWhileDispatching_otherCallbacksCalled()
/frameworks/libs/modules-utils/javatests/com/android/modules/utils/testing/
DExtendedMockitoRuleTest.java527 assertWithMessage("mockito framework cleared").that(mockitoFramework.called).isTrue(); in testMockitoFrameworkCleared()
538 assertWithMessage("mockito framework cleared").that(mockitoFramework.called).isFalse(); in testMockitoFrameworkNotCleared_whenSetOnBuilder()
556 assertWithMessage("mockito framework cleared").that(mockitoFramework.called).isTrue(); in testMockitoFrameworkCleared_whenTestFails()
571 assertWithMessage("mockito framework cleared").that(mockitoFramework.called).isTrue(); in testMockitoFrameworkCleared_whenAfterSessionFinished()
586 assertWithMessage("mockito framework cleared").that(mockitoFramework.called).isTrue(); in testMockitoFrameworkCleared_whenStaticMockFixturesFailed()
600 assertWithMessage("mockito framework cleared").that(mockitoFramework.called).isTrue(); in testMockitoFrameworkCleared_whenSessionFailsToFinish()
682 public boolean called; field in ExtendedMockitoRuleTest.MyMockitoFramework
701 called = true; in clearInlineMocks()
/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
DAutofillTestWatcher.java189 final boolean called = latch.await(GENERIC_TIMEOUT_MS, TimeUnit.MILLISECONDS); in await()
190 if (!called) { in await()
/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/base/apct-tests/perftests/contentcapture/src/android/view/contentcapture/
DMyContentCaptureService.java185 final boolean called = latch.await(GENERIC_TIMEOUT_MS, TimeUnit.MILLISECONDS); in await()
186 if (!called) { in await()
/frameworks/hardware/interfaces/stats/aidl/test_client/
DREADME2 it would be called from other clients.
/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/hardware/interfaces/stats/1.0/test_client/
DREADME2 it would be called from other clients.
/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

12345