Searched refs:activated (Results 1 - 16 of 16) sorted by relevance

/packages/apps/Settings/src/com/android/settings/location/
H A DLocationMode.java80 private void updateRadioButtons(RadioButtonPreference activated) { argument
81 if (activated == null) {
85 } else if (activated == mHighAccuracy) {
89 } else if (activated == mBatterySaving) {
93 } else if (activated == mSensorsOnly) {
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DZoomControlBar.java52 public void setActivated(boolean activated) { argument
53 super.setActivated(activated);
54 mBar.setActivated(activated);
H A DZoomControl.java222 public void setActivated(boolean activated) { argument
223 super.setActivated(activated);
224 mZoomIn.setActivated(activated);
225 mZoomOut.setActivated(activated);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListFilterView.java68 public void setActivated(boolean activated) { argument
69 super.setActivated(activated);
71 mRadioButton.setChecked(activated);
76 Log.wtf(TAG, "radio-button cannot be activated because it is null");
/packages/apps/Nfc/nci/jni/
H A DPowerSwitch.h198 bool setModeOn (PowerActivity activated);
H A DNativeNfcManager.cpp143 static bool isPeerToPeer (tNFA_ACTIVATED& activated);
144 static bool isListenMode(tNFA_ACTIVATED& activated);
298 case NFA_ACTIVATED_EVT: // NFC link/protocol activated
300 if((eventData->activated.activate_ntf.protocol != NFA_PROTOCOL_NFC_DEP) && (!isListenMode (eventData->activated)))
302 nativeNfcTag_setRfInterface ((tNFA_INTF_TYPE) eventData->activated.activate_ntf.intf_param.type);
323 if (isPeerToPeer(eventData->activated))
348 // We know it is not activating for P2P. If it activated in
351 if (isListenMode(eventData->activated))
384 // If RF is activated fo
1460 isPeerToPeer(tNFA_ACTIVATED& activated) argument
1475 isListenMode(tNFA_ACTIVATED& activated) argument
[all...]
H A DPowerSwitch.cpp266 bool PowerSwitch::setModeOn (PowerActivity activated) argument
271 mCurrActivity |= activated;
273 ALOGD ("PowerSwitch::setModeOn(activated=0x%x) : mCurrActivity=0x%x", activated, mCurrActivity);
H A DNfcTag.cpp183 ** Description: Is tag activated?
185 ** Returns: True if tag is activated.
239 ** activated. This is needed due to a problem with some Kovio
244 ** activated, false otherwise
1242 ** Description: Whether the currently activated tag is Mifare Ultralight.
1278 ** Description: Whether the currently activated tag is Mifare DESFire.
1314 ** Description: Whether the currently activated tag is Felica Lite.
1400 // (which may happen when we are activated as a tag).
1401 if (data->activated.activate_ntf.rf_tech_param.mode < NCI_DISCOVERY_TYPE_LISTEN_A
1402 && data->activated
1404 tNFA_ACTIVATED& activated = data->activated; local
[all...]
H A DPeerToPeer.cpp294 ** Description: Receive LLLCP-activated event from stack.
296 ** activated: Event data.
301 void PeerToPeer::llcpActivatedHandler (nfc_jni_native_data* nat, tNFA_LLCP_ACTIVATED& activated) argument
309 mRemoteWKS = activated.remote_wks;
335 if (activated.is_initiator == TRUE) {
344 e->SetByteField(tag.get(), f, (jbyte) activated.remote_version);
1295 case NFA_P2P_ACTIVATED_EVT: //remote device has activated
1296 ALOGD ("%s: NFA_P2P_ACTIVATED_EVT; handle: 0x%04x", fn, eventData->activated.handle);
1300 ALOGD ("%s: NFA_P2P_DEACTIVATED_EVT; handle: 0x%04x", fn, eventData->activated.handle);
1451 if ((pClient = sP2p.findClient (eventData->activated
[all...]
H A DPeerToPeer.h100 ** Description: Receive LLLCP-activated event from stack.
102 ** activated: Event data.
107 void llcpActivatedHandler (nfc_jni_native_data* nativeData, tNFA_LLCP_ACTIVATED& activated);
/packages/apps/Settings/src/com/android/settings/dashboard/conditional/
H A DNightDisplayCondition.java84 public void onActivated(boolean activated) { argument
/packages/apps/Settings/src/com/android/settings/display/
H A DNightDisplayPreference.java109 public void onActivated(boolean activated) { argument
H A DNightDisplaySettings.java159 public void onActivated(boolean activated) { argument
160 mActivatedPreference.setChecked(activated);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DSuppressNotificationReceiver.java80 * Returns true if this suppressNotificationReceiver is activated
82 public boolean activated() { method in class:SuppressNotificationReceiver
H A DAbstractActivityController.java2928 // If the new mail suppression receiver is activated for a different account, we want to
2930 if (mNewEmailReceiver.activated() &&
/packages/apps/Stk/src/com/android/stk/
H A DStkAppService.java1359 boolean activated = false;
1366 activated = true;
1368 CatLog.d(LOG_TAG, "activated : " + activated);
1369 return activated;

Completed in 794 milliseconds