Home
last modified time | relevance | path

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

123

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestEventHandler.java35 private boolean called; field in TestEventHandler
39 called = true; in accept()
49 assertTrue(called); in assertCalled()
53 assertFalse(called); in assertNotCalled()
65 called = false; in reset()
DTestEventListener.java35 private boolean called; field in TestEventListener
39 called = true; in accept()
48 assertTrue(called); in assertCalled()
52 assertFalse(called); in assertNotCalled()
/packages/apps/Car/systemlibs/car-qc-lib/tests/unit/src/com/android/car/qc/view/
DQCSeekBarViewTest.java75 AtomicBoolean called = new AtomicBoolean(false); in clickableWhileDisabled_actionDown_doesNotTriggerDisabledClickListener() local
76 Consumer<SeekBar> disabledClickListener = seekBar -> called.set(true); in clickableWhileDisabled_actionDown_doesNotTriggerDisabledClickListener()
83 assertThat(called.get()).isFalse(); in clickableWhileDisabled_actionDown_doesNotTriggerDisabledClickListener()
88 AtomicBoolean called = new AtomicBoolean(false); in clickableWhileDisabled_actionUp_triggersDisabledClickListener() local
89 Consumer<SeekBar> disabledClickListener = seekBar -> called.set(true); in clickableWhileDisabled_actionUp_triggersDisabledClickListener()
95 assertThat(called.get()).isTrue(); in clickableWhileDisabled_actionUp_triggersDisabledClickListener()
/packages/apps/Camera2/src/com/android/camera/device/
DPortabilityCameraActions.java194 if (!called()) { in onCameraOpened()
202 if (!called()) { in onCameraDisabled()
210 if (!called()) { in onDeviceOpenFailure()
219 if (!called()) { in onDeviceOpenedAlready()
228 if (!called()) { in onReconnectionFailure()
234 private boolean called() { in called() method in PortabilityCameraActions.OpenCameraStateCallback
DCamera2Actions.java161 if (!called()) { in onOpened()
169 if (!called()) { in onClosed()
177 if (!called()) { in onDisconnected()
185 if (!called()) { in onError()
192 private boolean called() { in called() method in Camera2Actions.OpenCameraStateCallback
/packages/services/Car/libs/car-test-lib/src/android/car/test/mocks/
DJavaMockitoHelper.java79 boolean called; in silentAwait()
82 called = latch.await(timeoutMs, TimeUnit.MILLISECONDS); in silentAwait()
83 if (!called) { in silentAwait()
91 return called; in silentAwait()
/packages/services/Car/libs/car-test-lib/src/android/car/test/util/
DBlockingResultReceiver.java62 boolean called = mLatch.await(mTimeoutMs, TimeUnit.MILLISECONDS); in assertCalled()
63 Log.d(TAG, "assertCalled(): " + called); in assertCalled()
64 Preconditions.checkState(called, "receiver not called in " + mTimeoutMs + " ms"); in assertCalled()
/packages/modules/Bluetooth/system/doc/
Dpower_management.md25 are called by each profile definition in `bta/$PROFILE`.
87 managed are tracked in a global array called `bta_dm_conn_srvcs`. Unfortunately,
97 2. The `bta_dm_pm_cback` function is called.
112 adjustments are to be made, and if so, `bta_dm_pm_ssr` is called with the
134 - If the action chosen is `BTA_DM_PM_PARK`, `bta_dm_pm_park` is called,
139 called, which makes various calls to the local controller,
190 At this point, either the method simply returns, or has called back into
/packages/apps/Gallery2/
Dproguard.flags12 # ctors of subclasses of CameraPreference are called with Java reflection.
17 # ctors of subclasses of ActivityState are called with Java reflection.
/packages/apps/LegacyCamera/
Dproguard.flags1 # ctors of subclasses of CameraPreference are called with Java reflection.
/packages/services/Car/tools/GenericCarApiBuilder/res/
DTest1.txt109 Log.w(TAG, "updatePreCreatedUsers(): This method should not be called."
119 Log.w(TAG, "updatePreCreatedUsers(): This method should not be called."
/packages/modules/Bluetooth/flags/
Dopp.aconfig24 …description: "When OppService.stop() is called, previously posted ContentObserver.onChange() shoul…
Drnr.aconfig14 description: "Clear rnr in-progress-state when rnr_cancel called"
Dbta_dm.aconfig42 description: "Continue service discovery when API cancel device discovery called"
/packages/services/Telecomm/flags/
Dtelecom_calls_manager_flags.aconfig16 …on: "This fix ensures the MO calls won't switch from Active to Quite b/c setDialing was not called"
/packages/modules/adb/
DSYNC.TXT18 packets to communicate. In this document these are called sync requests and sync
22 uses. This number shall be called "length" below. In fact, all binary integers
/packages/apps/ManagedProvisioning/studio-dev/ManagedProvisioningGradleProject/buildSrc/src/main/groovy/
DFilterCopyTask.groovy30 System.out.println("test copy task was called")
/packages/apps/Camera2/
Dproguard.flags4 # ctors of subclasses of CameraPreference are called with Java reflection.
/packages/modules/ExtServices/java/src/android/ext/services/autofill/
DREADME.md11 service is called to render a View object holding the Inline Suggestion for the new Inline
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DEventLogTags.logtags18 # - app called SearchManager.startSearch()
/packages/modules/Bluetooth/system/stack/mmc/
DREADME.md39 * `cleanup`: when a session ends, `cleanup` should be called.
/packages/modules/Virtualization/java/framework/
DREADME.md136 are called when the following events happen:
165 only be called when the VM status is `STATUS_RUNNING` (e.g. `stop()`), and some
166 can only be called when the it is `STATUS_STOPPED` (e.g. `run()`).
322 will be called on the VM even if it ended as a result of a call to `stop()`.
/packages/modules/Virtualization/vmbase/
Dsections.ld24 * The following would be useful to check that .init code is not called back
/packages/modules/Bluetooth/tools/rootcanal/proto/rootcanal/
Dconfiguration.proto46 // Send an Hardware Error event if any command is called before HCI Reset.
/packages/providers/CalendarProvider/tests/
DEMMA_README1 # This defines a shell function called run_emma_calp() that rebuilds

123