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

/packages/apps/Settings/src/com/android/settings/location/
H A DLocationMode.java74 private void updateRadioButtons(RadioButtonPreference activated) { argument
75 if (activated == null) {
79 } else if (activated == mHighAccuracy) {
83 } else if (activated == mBatterySaving) {
87 } 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/Nfc/nci/jni/
H A DPowerSwitch.h171 bool setModeOn (PowerActivity activated);
H A DPowerSwitch.cpp251 bool PowerSwitch::setModeOn (PowerActivity activated) argument
256 mCurrActivity |= activated;
258 ALOGD ("PowerSwitch::setModeOn(activated=0x%x) : mCurrActivity=0x%x", activated, mCurrActivity);
H A DNativeNfcManager.cpp148 static bool isPeerToPeer (tNFA_ACTIVATED& activated);
149 static bool isListenMode(tNFA_ACTIVATED& activated);
302 case NFA_ACTIVATED_EVT: // NFC link/protocol activated
317 if (isPeerToPeer(eventData->activated))
344 // We know it is not activating for P2P. If it activated in
347 if (isListenMode(eventData->activated))
376 // If RF is activated for what we think is a Secure Element transaction
480 case NFA_LLCP_ACTIVATED_EVT: // LLCP link is activated
1597 ** activated: Activation data.
1602 static bool isPeerToPeer (tNFA_ACTIVATED& activated) argument
1617 isListenMode(tNFA_ACTIVATED& activated) argument
[all...]
H A DNfcTag.cpp173 ** Description: Is tag activated?
175 ** Returns: True if tag is activated.
229 ** activated. This is needed due to a problem with some Kovio
234 ** activated, false otherwise
1194 ** Description: Whether the currently activated tag is Mifare Ultralight.
1311 // (which may happen when we are activated as a tag).
1312 if (data->activated.activate_ntf.rf_tech_param.mode < NCI_DISCOVERY_TYPE_LISTEN_A
1313 && data->activated.activate_ntf.intf_param.type != NFC_INTERFACE_EE_DIRECT_RF)
1315 tNFA_ACTIVATED& activated = data->activated; local
[all...]
H A DPeerToPeer.cpp292 ** Description: Receive LLLCP-activated event from stack.
294 ** activated: Event data.
299 void PeerToPeer::llcpActivatedHandler (nfc_jni_native_data* nat, tNFA_LLCP_ACTIVATED& activated) argument
307 mRemoteWKS = activated.remote_wks;
333 if (activated.is_initiator == TRUE) {
1242 case NFA_P2P_ACTIVATED_EVT: //remote device has activated
1243 ALOGD ("%s: NFA_P2P_ACTIVATED_EVT; handle: 0x%04x", fn, eventData->activated.handle);
1247 ALOGD ("%s: NFA_P2P_DEACTIVATED_EVT; handle: 0x%04x", fn, eventData->activated.handle);
1398 if ((pClient = sP2p.findClient (eventData->activated.handle)) == NULL)
1404 ALOGD ("%s: NFA_P2P_ACTIVATED_EVT; Conn Handle: 0x%04x, pClient: 0x%p", fn, 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/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListFilterView.java67 public void setActivated(boolean activated) { argument
68 super.setActivated(activated);
70 mRadioButton.setChecked(activated);
75 Log.wtf(TAG, "radio-button cannot be activated because it is null");
/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.java2733 // If the new mail suppression receiver is activated for a different account, we want to
2735 if (mNewEmailReceiver.activated() &&
/packages/services/Telephony/src/com/android/phone/
H A DPhoneUtils.java2544 * @return true if activated
2549 boolean activated = false;
2561 activated = true;
2564 return activated;

Completed in 188 milliseconds