/frameworks/base/core/java/android/app/ |
D | EventLogTags.logtags | 8 # 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/ |
D | function_test.cpp | 260 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/ |
D | EuiccConnectorTest.java | 124 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/ |
D | ThreadUtilsTest.java | 57 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/ |
D | rs_io.spec | 35 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/ |
D | IDisplayEventReceiver.hal | 27 * 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/ |
D | ICameraDeviceCallback.hal | 22 * 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.
|
D | ICameraDeviceUser.hal | 113 * 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/ |
D | DisplayPowerStateTest.kt | 74 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/ |
D | rs_io.rsh | 35 * 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/ |
D | FeatureFlagsTest.java | 142 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/ |
D | RefocusTestTimingProcess.txt | 8 …called 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/ |
D | AsyncCallRecorder.h | 117 bool called = !mCalls.empty(); variable 119 if (called) {
|
/frameworks/hardware/interfaces/sensorservice/1.0/ |
D | IEventQueueCallback.hal | 22 * 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/ |
D | enums.proto | 31 // 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/ |
D | SafetyControllerTest.kt | 160 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/ |
D | ExtendedMockitoRuleTest.java | 527 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/ |
D | AutofillTestWatcher.java | 189 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/ |
D | stderr.txt.expect | 1 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/ |
D | MyContentCaptureService.java | 185 final boolean called = latch.await(GENERIC_TIMEOUT_MS, TimeUnit.MILLISECONDS); in await() 186 if (!called) { in await()
|
/frameworks/hardware/interfaces/stats/aidl/test_client/ |
D | README | 2 it would be called from other clients.
|
/frameworks/native/cmds/dumpstate/ |
D | bugreport-format.md | 20 _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/ |
D | README | 2 it would be called from other clients.
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-layout.md | 13 …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/ |
D | README.rst | 242 * 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
|