OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:presence
(Results
26 - 50
of
974
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/
ContactPresenceIconUtil.java
28
* Get the
presence
icon resource according the status.
/external/libnfc-nxp/src/
phLibNfc_discovery.c
63
/*Remote device
Presence
check callback*/
67
/**Used for
presence
chk incase of mifare std tags*/
210
* Check for target
presence
.
302
* Response Callback for Remote device
Presence
Check.
353
/**Used for
presence
chk incase of mifare std tags*/
phHal4Nfc_Internal.h
78
eHal4StatePresenceCheck,/**<
Presence
Check state*/
151
/*
Presence
check callback*/
253
/*Callback completion routine for
Presence
check*/
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
GlobalSearchSupport.java
66
"(SELECT " + StatusUpdates.
PRESENCE
+
74
int
presence
= -1;
field in class:GlobalSearchSupport.SearchSuggestion
94
if (
presence
!= -1) {
95
icon2 = String.valueOf(StatusUpdates.getPresenceIconResourceId(
presence
));
152
presence
= -1;
259
suggestion.
presence
= c.isNull(4) ? -1 : c.getInt(4);
/packages/experimental/LoaderApp/src/com/android/loaderapp/
ContactHeaderWidget.java
180
mPresenceView = (ImageView) findViewById(R.id.
presence
);
321
* Manually set the
presence
.
323
public void setPresence(int
presence
) {
324
mPresenceView.setImageResource(StatusUpdates.getPresenceIconResourceId(
presence
));
328
* Manually set the
presence
. If
presence
is null, it is hidden.
332
public void setPresence(Integer
presence
) {
333
if (
presence
== null) {
337
setPresence(
presence
.intValue());
342
* Turn on/off showing the
presence
646
int
presence
= c.getInt(ContactQuery.CONTACT_PRESENCE_STATUS);
local
[
all
...]
/prebuilts/sdk/renderscript/include/
rs_allocation.rsh
59
* Query an allocation for the
presence
of more than one LOD.
67
* Query an allocation for the
presence
of more than one face.
/external/guava/guava/src/com/google/common/annotations/
GwtIncompatible.java
26
* The
presence
of this annotation on a method indicates that the method may
/external/icu4c/tools/gencnval/
gencnval.1.in
77
Some tools in ICU depend on the
presence
of the trailing slash. It is thus
/external/v8/test/mjsunit/regress/
regress-1130.js
28
// Test that parser errors can be build up correctly even in the
presence
regress-1172.js
29
// function's prototype even in the
presence
of JS accessors.
/external/webkit/Source/WebCore/platform/graphics/android/layers/
PictureLayerContent.cpp
57
hasText(); // for now only check the
presence
of text
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_QuantInvInter_I.c
40
* shortVideoHeader - binary flag indicating
presence
of short_video_header
/libcore/luni/src/main/java/org/w3c/dom/
Comment.java
25
*
presence
of this character sequence must generate a fatal error during
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
mult_rules
2
The following test creates a makefile to test the
presence
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
Action.java
62
/** Returns the
presence
of this item or -1 if it was never set */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
ioctl.h
40
One argument may follow; its
presence
and type depend on REQUEST.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ioctl.h
40
One argument may follow; its
presence
and type depend on REQUEST.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ioctl.h
40
One argument may follow; its
presence
and type depend on REQUEST.
/packages/inputmethods/LatinIME/native/jni/src/
unigram_dictionary.h
49
// Flag for shortcut targets
presence
51
// Flag for bigram
presence
55
// Flag for
presence
of more attributes
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactFragment.java
431
// Apply
presence
and status details when available
540
public int
presence
= -1;
field in class:ContactFragment.ViewEntry
576
* and {@link #footerLine}. Otherwise only {@link #
presence
}
580
presence
= status.getPresence();
606
// Choose the
presence
with the highest precedence.
607
if (StatusUpdates.getPresencePrecedence(
presence
)
608
< StatusUpdates.getPresencePrecedence(entry.
presence
)) {
609
presence
= entry.
presence
;
758
// Set the
presence
ico
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/list/
ContactListItemView.java
55
* icons for
presence
and call.
60
* to the left of the photo, the text lines are aligned to the left and the
presence
icon (if
403
// Status view height is the biggest of the text view and the
presence
icon
412
//
Presence
and status are in a same row, so status will be affected by icon size.
552
// Layout all text view and
presence
icon
562
//
Presence
and status
1179
int
presence
= 0;
local
[
all
...]
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
Voicemail.java
24
* The
presence
of a field is indicated by a corresponding 'has' method.
/external/chromium/net/http/
http_alternate_protocols.h
73
// Debugging to simulate
presence
of an AlternateProtocol.
/external/chromium/testing/gtest/m4/
gtest.m4
4
dnl Check for the
presence
of the Google Test library, optionally at a minimum
/external/icu4c/tools/genbrk/
genbrk.1.in
98
Some tools in ICU depend on the
presence
of the trailing slash. It is thus
Completed in 2024 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>