/packages/apps/Exchange/tests/src/com/android/exchange/provider/ |
MockProvider.java | 48 * presence of these will result in an UnsupportedOperationException 53 * presence of these will result in an UnsupportedOperationException
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
LegacyContactsProviderTest.java | 36 import android.provider.Contacts.Presence; 807 values.put(Presence.IM_PROTOCOL, protocol); 808 values.put(Presence.IM_HANDLE, "foo@acme.com"); 809 values.put(Presence.IM_ACCOUNT, "foo"); 810 values.put(Presence.PRESENCE_STATUS, Presence.OFFLINE); 811 values.put(Presence.PRESENCE_CUSTOM_STATUS, "Coding for Android"); 812 mResolver.insert(Presence.CONTENT_URI, values); [all...] |
/external/libnfc-nxp/src/ |
phHal4Nfc_Reader.c | [all...] |
phHciNfc_RFReader.h | 73 /* Command to Check the presence of the card */ 346 * The phHciNfc_ReaderMgmt_Presence_Check function performs presence on ISO 354 * \retval NFCSTATUS_PENDING The presence check for tag is ongoing.
|
/packages/apps/Contacts/src/com/android/contacts/detail/ |
ContactDetailFragment.java | 427 // The presence of a static photo container is not sufficient to determine whether or 661 // Apply presence when available 1245 public int presence = -1; field in class:ContactDetailFragment.DetailViewEntry [all...] |
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
constants.cc | 241 const QName QN_PRESENCE(true, NS_CLIENT, "presence"); 253 const QName QN_SERVER_PRESENCE(true, NS_SERVER, "presence"); 270 const QName QN_PRIVACY_PRESENCE_IN(true, NS_PRIVACY, "presence-in"); 271 const QName QN_PRIVACY_PRESENCE_OUT(true, NS_PRIVACY, "presence-out"); 331 // Presence
|
/external/clang/test/SemaCXX/ |
expression-traits.cpp | 33 // presence of parentheses does not affect whether the expression is 41 "the presence of parentheses should have" \ 45 "the presence of parentheses should have" \ 51 "the presence of parentheses should have" \ 55 "the presence of parentheses should have" \
|
/external/aac/libMpegTPDec/include/ |
tp_data.h | 265 SCHAR m_sbrPresentFlag; /**< Flag indicating the presence of SBR data in the bitstream */ 266 SCHAR m_psPresentFlag; /**< Flag indicating the presence of parametric stereo data in the bitstream */
|
/external/aac/libMpegTPEnc/include/ |
tp_data.h | 265 SCHAR m_sbrPresentFlag; /**< Flag indicating the presence of SBR data in the bitstream */ 266 SCHAR m_psPresentFlag; /**< Flag indicating the presence of parametric stereo data in the bitstream */
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
DataAction.java | 235 public void setPresence(int presence) { 236 mPresence = presence;
|
/packages/apps/Nfc/jni/ |
com_android_nfc_NativeP2pDevice.cpp | 219 /* NativeNfcTag waits for tag to leave the field here with presence check. 220 * We do not in P2P path because presence check is not safe while transceive may be
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
async_queues.sgml | 46 g_async_queue_timed_pop() can be used to only check for the presence
|
/external/chromium/chrome/browser/history/ |
visit_tracker_unittest.cc | 59 // presence of back/forward.
|
/external/chromium/chrome/browser/ |
spellchecker_platform_engine_unittest.cc | 248 {"presance", "presence"},
|
/external/chromium/chrome/browser/sync/syncable/ |
model_type.h | 90 // is inferred from the presence of particular datatype extensions in the
|
/external/chromium/chrome/browser/ui/cocoa/ |
rwhvm_editcommand_helper.mm | 214 // search for presence in set and return.
|
/external/chromium/third_party/libjingle/source/talk/xmllite/ |
xmlelement.h | 160 //! use HasAttr to test presence of an attribute.
|
/external/clang/include/clang/Frontend/ |
DiagnosticRenderer.h | 38 /// Hints, and code snippets. In the presence of macros this involves
|
TextDiagnostic.h | 30 /// Hints, and code snippets. In the presence of macros this involves
|
/external/clang/lib/StaticAnalyzer/Core/ |
CheckerRegistry.cpp | 84 // Record the presence of the checker in its packages.
|
/external/clang/test/Parser/ |
cxx0x-ambig.cpp | 94 // This parses as a function declaration, but DR1223 makes the presence of
|
/external/dropbear/ |
loginrec.h | 91 /* I hope that the presence of LASTLOG_FILE is enough to detect this */
|
/external/icu4c/tools/genrb/ |
derb.1.in | 184 Some tools in ICU depend on the presence of the trailing slash. It is thus
|
/external/ipsec-tools/src/racoon/ |
racoon.8 | 124 assumes the presence of the kernel random number device
|
/external/javassist/src/main/javassist/scopedpool/ |
SoftValueHashMap.java | 162 * The key whose presence in this map is to be tested.
|