HomeSort by relevance Sort by last modified time
    Searched full:activated (Results 26 - 50 of 1106) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/services/core/java/com/android/server/display/
ColorDisplayService.java 193 // existing activated state. This ensures consistency of tint across the color mode change.
196 // Reset the activated state.
207 // Force the initialization current activated state.
233 public void onActivated(boolean activated) {
234 if (mIsActivated == null || mIsActivated != activated) {
235 Slog.i(TAG, activated ? "Turning on night display" : "Turning off night display");
237 mIsActivated = activated;
240 mAutoMode.onActivated(activated);
470 // Maintain the existing activated state if within the current period.
484 private void updateNextAlarm(@Nullable Boolean activated, @NonNull LocalDateTime now)
    [all...]
  /cts/hostsidetests/devicepolicy/app/DeviceAdmin/src/com.android.cts.deviceadmin/
DeviceAdminReceiverWithNoProtection.java 22 * be activated if the target API level <= 23, but not >= 24.
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DeviceAdminHostSideTestApi23.java 28 * Device admin with no BIND_DEVICE_ADMIN can still be activated, if the target SDK <= 23.
  /external/autotest/client/site_tests/cellular_ActivateLTE/files/
modems.py 19 This modem boots up as unprovisioned & becomes activated only if it has
20 been explicitly activated by calling CompleteCellularActivation
75 Fake modem boots up as unprovisioned & becomes activated only if it has
76 been explicitly activated by calling CompleteCellularActivation
  /external/autotest/client/site_tests/kernel_TPMPing/
control 19 the TPM, but makes no other assumptions on the TPM state (activated or not,
  /frameworks/base/core/java/android/hardware/hdmi/
IHdmiSystemAudioModeChangeListener.aidl 28 * @param enabled true if the device gets activated
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/picker/
Picker.java 52 * three items only on currently activated column. If the Picker has focus, it will intercept DPAD
53 * directions and select activated column.
263 // activated. Rebinding is necessary to update the alphas when the columns are expanded
264 // as a result of the picker getting activated, otherwise the cached views with the
564 final boolean activated = isActivated();
569 view.setFocusable(activated);
575 * Returns number of visible items showing in a column when it's activated. The default value
578 * @return Number of visible items showing in a column when it's activated.
585 * Changes number of visible items showing in a column when it's activated. The default value
588 * @param visiblePickerItems Number of visible items showing in a column when it's activated
    [all...]
  /packages/apps/Car/LensPicker/res/values/
themes.xml 3 <!-- A custom theme for the LensPicker to enable animation when it is activated. -->
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListFilterView.java 68 public void setActivated(boolean activated) {
69 super.setActivated(activated);
71 mRadioButton.setChecked(activated);
76 Log.wtf(TAG, "radio-button cannot be activated because it is null");
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
checkbce.go 8 // Useful to find regressions. checkbce is only activated when with
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
checkbce.go 8 // Useful to find regressions. checkbce is only activated when with
  /external/autotest/client/site_tests/cellular_ActivateCDMA/files/
modems.py 19 home_network=modem_cdma.ModemCdma.CdmaNetwork(activated=False))
31 home_network=modem_cdma.ModemCdma.CdmaNetwork(activated=False))
  /external/libpcap/
pcap_is_swapped.3pcap 43 that has not yet been activated by
49 if called on a capture handle that has been created but not activated.
pcap_set_tstamp_precision.3pcap 43 that has not yet been activated by
57 if called on a capture handle that has been activated.
pcap_set_tstamp_precision.3pcap.in 43 that has not yet been activated by
57 if called on a capture handle that has been activated.
pcap_snapshot.3pcap 44 that has not yet been activated by
50 if called on a capture handle that has been created but not activated.
pcap_datalink.3pcap 41 that has not yet been activated by
66 if called on a capture handle that has been created but not activated.
pcap_datalink.3pcap.in 41 that has not yet been activated by
66 if called on a capture handle that has been created but not activated.
  /external/skia/debugger/QT/
SkSettingsWidget.cpp 67 connect(&fGLMSAACombo, SIGNAL(activated(int)), this,
78 connect(&fFilterCombo, SIGNAL(activated(int)), this, SIGNAL(texFilterSettingsChanged()));
  /external/skqp/debugger/QT/
SkSettingsWidget.cpp 67 connect(&fGLMSAACombo, SIGNAL(activated(int)), this,
78 connect(&fFilterCombo, SIGNAL(activated(int)), this, SIGNAL(texFilterSettingsChanged()));
  /external/v8/src/
allocation-site-scopes.h 64 bool activated)
67 activated_(activated) { }
  /external/autotest/client/cros/cellular/pseudomodem/
modem_cdma.py 33 activated=True,
39 self.activated = activated
47 the carrier. If not activated, the first 6 digits will
51 if self.activated:
75 if self.home_network and self.home_network.activated:
233 self.home_network.activated = True
240 " to ACTIVATED until after the reset is "
270 if network.activated:
cdma_activate_machine.py 32 # If activated, return success.
34 logging.info('CdmaActivateMachine: Already activated. '
136 message = 'Modem cannot be activated if not in the ' \
  /hardware/interfaces/power/1.0/
types.hal 49 * Low power mode is activated or deactivated. Low power mode
51 * parameter is non-zero when low power mode is activated, and zero
60 * non-zero when sustained performance mode is activated, and zero
66 * VR Mode is activated or deactivated. VR mode is intended to
69 * is activated and zero when deactivated.
  /cts/tests/app/app/src/android/app/stubs/
OrientationTestUtils.java 74 * The returned CountDownLatch will get activated when onObserved is invoked after this
76 * @return CountDownLatch will get activated when onObserved is invoked after this call.
97 * activated. Otherwise it does nothing.

Completed in 518 milliseconds

12 3 4 5 6 7 8 91011>>