OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rooms
(Results
1 - 25
of
35
) sorted by null
1
2
/external/smack/src/org/jivesoftware/smackx/muc/
RoomInfo.java
31
* obtain information about a room before joining the room but only for
rooms
that are public (i.e.
32
*
rooms
that may be discovered).
61
* Moderated
rooms
enable only participants to speak. Users that join the room and aren't
75
* Persistent
rooms
are saved to the database to make sure that
rooms
configurations can be
RoomListenerMultiplexor.java
39
* {@link org.jivesoftware.smack.Connection} that has joined MUC
rooms
150
* for all muc chat
rooms
on an <code>Connection</code>.
186
* for all muc chat
rooms
on an <code>Connection</code>.
HostedRoom.java
25
* Hosted
rooms
by a chat service may be discovered if they are configured to appear in the room
MultiUserChat.java
81
private final static String discoNode = "http://jabber.org/protocol/muc#
rooms
";
117
// joined
rooms
whenever a disco request is received
123
Iterator<String>
rooms
=MultiUserChat.getJoinedRooms(connection);
124
while (
rooms
.hasNext()) {
125
answer.add(new DiscoverItems.Item(
rooms
.next()));
188
* Returns an Iterator on the
rooms
where the user has joined using a given connection.
192
* @param connection the connection used to join the
rooms
.
193
* @return an Iterator on the
rooms
where the user has joined using a given connection.
196
List<String>
rooms
= joinedRooms.get(connection);
local
197
if (
rooms
!= null)
1986
List<String>
rooms
= joinedRooms.get(connection);
local
1999
List<String>
rooms
= joinedRooms.get(connection);
local
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/
APPRTCAppClient.h
39
// Negotiates signaling for chatting with apprtc.appspot.com "
rooms
".
/external/smack/src/org/jivesoftware/smackx/
NodeInformationProvider.java
44
* answer an Item for each joined room when asked for the
rooms
where the use has joined.
ServiceDiscoveryManager.java
316
* In MUC, a node could be 'http://jabber.org/protocol/muc#
rooms
' which means that the
317
* NodeInformationProvider will provide information about the
rooms
where the user has joined.
336
* In MUC, a node could be 'http://jabber.org/protocol/muc#
rooms
' which means that the
337
* NodeInformationProvider will provide information about the
rooms
where the user has joined.
352
* In MUC, a node could be 'http://jabber.org/protocol/muc#
rooms
' which means that the
353
* NodeInformationProvider will provide information about the
rooms
where the user has joined.
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_Tables.c
53
output gain/attenuation is applied. This gain depends on T60 and
Rooms
/external/smack/src/org/jivesoftware/smackx/pubsub/
ConfigureForm.java
512
* Iterator over the multi user chat
rooms
that are specified as reply
rooms
.
522
* Sets the multi user chat
rooms
that are specified as reply
rooms
.
524
* @param replyRooms The multi user chat room to use as reply
rooms
ConfigureNodeFields.java
171
* The specific multi-user chat
rooms
to specify for replyroom
/external/smack/src/org/jivesoftware/smackx/bookmark/
Bookmarks.java
32
* Bookmarks is used for storing and retrieving URLS and Conference
rooms
.
33
* Bookmark Storage (JEP-0048) defined a protocol for the storage of bookmarks to conference
rooms
and other entities
/developers/build/prebuilts/gradle/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/common/db/
SelectionBuilder.java
69
* // + "LEFT OUTER JOIN
rooms
ON sessions.room_id=
rooms
.room_id";
/developers/samples/android/common/src/java/com/example/android/common/db/
SelectionBuilder.java
69
* // + "LEFT OUTER JOIN
rooms
ON sessions.room_id=
rooms
.room_id";
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/db/
SelectionBuilder.java
69
* // + "LEFT OUTER JOIN
rooms
ON sessions.room_id=
rooms
.room_id";
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
chatroommodule.h
164
//! This is only available in non-anonymous
rooms
.
/external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
AppRTCClient.java
52
* Negotiates signaling for chatting with apprtc.appspot.com "
rooms
".
/frameworks/base/docs/html/about/versions/
android-4.0.3.jd
114
(such as conference
rooms
) for attendees and
/external/chromium_org/chrome_frame/tools/test/page_cycler/
urllist
490
http://www.6
rooms
.com
/packages/apps/DeskClock/res/values-en-rGB/
strings.xml
321
<string name="night_mode_summary" msgid="1017350187324162631">"Very dim display (for dark
rooms
)"</string>
/packages/apps/DeskClock/res/values-en-rIN/
strings.xml
321
<string name="night_mode_summary" msgid="1017350187324162631">"Very dim display (for dark
rooms
)"</string>
/packages/apps/DeskClock/res/values/
strings.xml
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.cc
[
all
...]
/frameworks/base/docs/html/reference/com/google/android/gms/games/multiplayer/
Participant.html
[
all
...]
ParticipantEntity.html
[
all
...]
/frameworks/base/docs/html/reference/com/google/android/gms/games/multiplayer/realtime/
Room.html
[
all
...]
Completed in 1571 milliseconds
1
2