Searched defs:activated (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/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/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.cpp226 bool PowerSwitch::setModeOn (PowerActivity activated) argument
231 mCurrActivity |= activated;
233 ALOGD ("PowerSwitch::setModeOn(activated=0x%x) : mCurrActivity=0x%x", activated, mCurrActivity);
H A DNfcTag.cpp209 ** activated. This is needed due to a problem with some Kovio
214 ** activated, false otherwise
1172 ** Description: Whether the currently activated tag is Mifare Ultralight.
1289 // (which may happen when we are activated as a tag).
1290 if (data->activated.activate_ntf.rf_tech_param.mode < NCI_DISCOVERY_TYPE_LISTEN_A
1291 && data->activated.activate_ntf.intf_param.type != NFC_INTERFACE_EE_DIRECT_RF)
1293 tNFA_ACTIVATED& activated = data->activated; local
1294 if (IsSameKovio(activated))
1296 mProtocol = activated
[all...]
H A DPeerToPeer.cpp285 ** Description: Receive LLLCP-activated event from stack.
287 ** activated: Event data.
292 void PeerToPeer::llcpActivatedHandler (nfc_jni_native_data* nat, tNFA_LLCP_ACTIVATED& activated) argument
305 mRemoteWKS = activated.remote_wks;
331 if (activated.is_initiator == TRUE)
1239 case NFA_P2P_ACTIVATED_EVT: //remote device has activated
1240 ALOGD ("%s: NFA_P2P_ACTIVATED_EVT; handle: 0x%04x", fn, eventData->activated.handle);
1244 ALOGD ("%s: NFA_P2P_DEACTIVATED_EVT; handle: 0x%04x", fn, eventData->activated.handle);
1395 if ((pClient = sP2p.findClient (eventData->activated.handle)) == NULL)
1401 ALOGD ("%s: NFA_P2P_ACTIVATED_EVT; Conn Handle: 0x%04x, pClient: 0x%p", fn, eventData->activated
[all...]
H A DNativeNfcManager.cpp138 static bool isPeerToPeer (tNFA_ACTIVATED& activated);
139 static bool isListenMode(tNFA_ACTIVATED& activated);
295 case NFA_ACTIVATED_EVT: // NFC link/protocol activated
308 if (isPeerToPeer(eventData->activated))
327 // We know it is not activating for P2P. If it activated in
330 if (isListenMode(eventData->activated))
354 // If RF is activated for what we think is a Secure Element transaction
449 case NFA_LLCP_ACTIVATED_EVT: // LLCP link is activated
1315 ** activated: Activation data.
1320 static bool isPeerToPeer (tNFA_ACTIVATED& activated) argument
1335 isListenMode(tNFA_ACTIVATED& activated) argument
[all...]

Completed in 447 milliseconds