OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:logged_in
(Results
1 - 9
of
9
) sorted by null
/packages/apps/IM/src/com/android/im/engine/
ImConnection.java
41
public static final int
LOGGED_IN
= 2;
104
if (mState !=
LOGGED_IN
) {
109
//
LOGGED_IN
state. In this case we won't have a valid Presence
118
if (mState !=
LOGGED_IN
) {
ContactListManager.java
448
if (getConnection().getState() != ImConnection.
LOGGED_IN
) {
/packages/apps/IM/src/com/android/im/service/
ImConnectionAdapter.java
180
if (mConnectionState >= ImConnection.
LOGGED_IN
) {
332
case ImConnection.
LOGGED_IN
:
347
if (state == ImConnection.
LOGGED_IN
352
// we have to ignore the
LOGGED_IN
event and wait for
363
if(state == ImConnection.
LOGGED_IN
) {
RemoteImService.java
364
if (conn.getState() != ImConnection.
LOGGED_IN
) {
/packages/apps/IM/src/com/android/im/app/
ImUrlActivity.java
103
if (state < ImConnection.
LOGGED_IN
) {
105
} else if (state == ImConnection.
LOGGED_IN
|| state == ImConnection.SUSPENDED) {
SigningInActivity.java
297
if (state == ImConnection.
LOGGED_IN
) {
ImApp.java
651
case ImConnection.
LOGGED_IN
:
/packages/apps/IM/src/com/android/im/imps/
ImpsConnection.java
137
setState(
LOGGED_IN
, null);
195
if(mState !=
LOGGED_IN
) {
375
setState(
LOGGED_IN
, null);
/external/ppp/pppd/
auth.c
138
static int
logged_in
;
variable
601
if (
logged_in
)
[
all
...]
Completed in 199 milliseconds