/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
D | TestEventHandler.java | 35 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()
|
D | TestEventListener.java | 35 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/ |
D | QCSeekBarViewTest.java | 75 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/ |
D | PortabilityCameraActions.java | 194 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
|
D | Camera2Actions.java | 161 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/ |
D | JavaMockitoHelper.java | 79 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/ |
D | BlockingResultReceiver.java | 62 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/ |
D | power_management.md | 25 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/ |
D | proguard.flags | 12 # ctors of subclasses of CameraPreference are called with Java reflection. 17 # ctors of subclasses of ActivityState are called with Java reflection.
|
/packages/apps/LegacyCamera/ |
D | proguard.flags | 1 # ctors of subclasses of CameraPreference are called with Java reflection.
|
/packages/services/Car/tools/GenericCarApiBuilder/res/ |
D | Test1.txt | 109 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/ |
D | opp.aconfig | 24 …description: "When OppService.stop() is called, previously posted ContentObserver.onChange() shoul…
|
D | rnr.aconfig | 14 description: "Clear rnr in-progress-state when rnr_cancel called"
|
D | bta_dm.aconfig | 42 description: "Continue service discovery when API cancel device discovery called"
|
/packages/services/Telecomm/flags/ |
D | telecom_calls_manager_flags.aconfig | 16 …on: "This fix ensures the MO calls won't switch from Active to Quite b/c setDialing was not called"
|
/packages/modules/adb/ |
D | SYNC.TXT | 18 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/ |
D | FilterCopyTask.groovy | 30 System.out.println("test copy task was called")
|
/packages/apps/Camera2/ |
D | proguard.flags | 4 # ctors of subclasses of CameraPreference are called with Java reflection.
|
/packages/modules/ExtServices/java/src/android/ext/services/autofill/ |
D | README.md | 11 service is called to render a View object holding the Inline Suggestion for the new Inline
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | EventLogTags.logtags | 18 # - app called SearchManager.startSearch()
|
/packages/modules/Bluetooth/system/stack/mmc/ |
D | README.md | 39 * `cleanup`: when a session ends, `cleanup` should be called.
|
/packages/modules/Virtualization/java/framework/ |
D | README.md | 136 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/ |
D | sections.ld | 24 * The following would be useful to check that .init code is not called back
|
/packages/modules/Bluetooth/tools/rootcanal/proto/rootcanal/ |
D | configuration.proto | 46 // Send an Hardware Error event if any command is called before HCI Reset.
|
/packages/providers/CalendarProvider/tests/ |
D | EMMA_README | 1 # This defines a shell function called run_emma_calp() that rebuilds
|