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

1 2 34 5 6 7 8 91011>>

  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/res/values/
strings.xml 21 <string name="status_not_activated">AppRestrictionsSchema is installed, but not activated in this profile.</string>
  /development/samples/browseable/AppRestrictionEnforcer/res/values/
strings.xml 21 <string name="status_not_activated">AppRestrictionsSchema is installed, but not activated in this profile.</string>
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgConfigDxe/
TcgConfigStrings.uni 20 #string STR_TPM_STATE_HELP #language en-US "Current TPM device state: enabled or disabled; activated or deactivated."
  /external/curl/docs/libcurl/opts/
CURLOPT_FTPSSLAUTH.3 33 \&"AUTH TLS" or "AUTH SSL" when FTP over SSL is activated. This is only
  /external/iptables/extensions/
libxt_LED.man 15 leave the LED on permanently once activated. (In this case the trigger will
  /external/libchrome/base/timer/
hi_res_timer_manager_unittest.cc 38 // But the Time class has it off, because it hasn't been activated.
  /external/libpcap/
pcap_fileno.3pcap 60 but that has not yet been activated with
  /frameworks/base/core/java/com/android/internal/widget/
LockSettingsInternal.java 33 * has no secure lockscreen, then the token is activated immediately.
  /packages/apps/Nfc/nci/jni/extns/pn54x/inc/
phNxpExtns.h 60 #define PH_NXPEXTNS_ACTIVATED 0x06 /* Target Activated */
  /packages/apps/Settings/src/com/android/settings/display/
NightDisplayPreference.java 58 public void onActivated(boolean activated) {
  /prebuilts/jdk/jdk9/darwin-x86/conf/security/policy/
README.txt 17 specifically activated by updating the "crypto.policy" Security property
  /prebuilts/jdk/jdk9/linux-x86/conf/security/policy/
README.txt 17 specifically activated by updating the "crypto.policy" Security property
  /frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
package-info.java 64 * <li>In Adapter#onBindViewHolder, set the "activated" status on view.
65 * Note that the status should be "activated" not "selected".
68 * <li>Update the styling of the view to represent the activated status. This can be done
  /packages/apps/Dialer/java/com/android/voicemail/impl/sync/
VvmAccountManager.java 43 * activated if it has valid connection information from the {@link StatusMessage} stored on the
149 Context context, PhoneAccountHandle phoneAccountHandle, boolean activated) {
153 .putBoolean(IS_ACCOUNT_ACTIVATED, activated)
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
ZoomControlBar.java 52 public void setActivated(boolean activated) {
53 super.setActivated(activated);
54 mBar.setActivated(activated);
  /packages/apps/Nfc/nci/jni/
NfcTag.cpp 123 ** Description: What is the current state: Idle, Sleep, or Activated.
125 ** Returns: Idle, Sleep, or Activated.
172 ** Description: Is tag activated?
174 ** Returns: True if tag is activated.
218 ** activated. This is needed due to a problem with some Kovio
223 ** activated, false otherwise
1319 tNFA_ACTIVATED& activated = data->activated; local
    [all...]
  /hardware/libhardware/include/hardware/
power.h 232 * Low power mode is activated or deactivated. Low power mode
234 * parameter is non-zero when low power mode is activated, and zero
242 * non-zero when sustained performance mode is activated, and zero
247 * VR Mode is activated or deactivated. VR mode is intended to
250 * is activated and zero when deactivated.
  /system/nfc/src/nfc/include/
llcp_int.h 35 LLCP_LINK_STATE_ACTIVATED, /* llcp link has been activated */
51 /* Received any LLC PDU in activated state */
68 uint8_t agreed_major_version; /* llcp major version used in activated state */
69 uint8_t agreed_minor_version; /* llcp minor version used in activated state */
76 uint16_t effective_miu; /* MIU to send PDU in activated state */
  /system/nfc/src/nfa/p2p/
nfa_p2p_act.cc 563 evt_data.activated.handle = (NFA_HANDLE_GROUP_P2P | local_sap);
564 evt_data.activated.local_link_miu = nfa_p2p_cb.local_link_miu;
565 evt_data.activated.remote_link_miu = nfa_p2p_cb.remote_link_miu;
654 /* if LLCP is already activated */
656 evt_data.activated.handle = (NFA_HANDLE_GROUP_P2P | server_sap);
657 evt_data.activated.local_link_miu = nfa_p2p_cb.local_link_miu;
658 evt_data.activated.remote_link_miu = nfa_p2p_cb.remote_link_miu;
698 /* if LLCP is already activated */
700 evt_data.activated.handle = (NFA_HANDLE_GROUP_P2P | local_sap);
701 evt_data.activated.local_link_miu = nfa_p2p_cb.local_link_miu
    [all...]
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
BaseCardView.java 48 * display based on the activated or selected state of the View. The card states
62 * Activated/Not-Activated or Selected/Unselected states.
104 * Indicates that a card region is visible when the card is activated.
335 * Sets the Activated state of this Card. This can trigger changes in the
337 * normally set to Activated state when its parent container (like a Row)
340 * @param activated True if the card is ACTIVE, or false if INACTIVE.
344 public void setActivated(boolean activated) {
345 if (activated != isActivated()) {
346 super.setActivated(activated);
    [all...]
  /system/nfc/src/nfa/include/
nfa_api.h 67 /* Protocol mismatch between API and activated one */
271 /* NFC link/protocol activated */
282 #define NFA_LLCP_ACTIVATED_EVT 13 /* LLCP link is activated */
503 tNFA_ACTIVATED activated; /* NFA_ACTIVATED_EVT */ member in union:__anon3301
    [all...]
  /packages/apps/Dialer/java/com/android/voicemail/
VoicemailClient.java 58 * is sent by legacy mode and should not be suppressed even when VVM is activated
141 * Whether the client is activated and handling visual voicemail for the {@code
144 * provisioning. Being "activated" means all setup are completed, and VVM is expected to work.
  /compatibility/cdd/6_dev-tools-and-options/
6_1_developer_tools.md 29 MUST be supported whenever the user has activated the Android Debug Bridge,
  /cts/tests/sensor/src/android/hardware/cts/
SensorTestCase.java 37 * are de-activated by putting SensorService in RESTRICTED mode. Only CTS tests can
  /device/google/cuttlefish_common/host/libs/usbip/
device.h 62 // configurations and currently activated device configuration.

Completed in 542 milliseconds

1 2 34 5 6 7 8 91011>>