Searched defs:ACCOUNT_CONNECTION_STATUS (Results 1 - 2 of 2) sorted by relevance

/packages/apps/IM/src/com/android/im/app/
H A DLandingPage.java77 Imps.Provider.ACCOUNT_CONNECTION_STATUS,
90 static final int ACCOUNT_CONNECTION_STATUS = 10; field in class:LandingPage
150 int connectionStatus = cursor.getInt(ACCOUNT_CONNECTION_STATUS);
155 int connectionStatus = cursor.getInt(ACCOUNT_CONNECTION_STATUS);
353 int state = mProviderCursor.getInt(ACCOUNT_CONNECTION_STATUS);
/packages/apps/IM/src/com/android/im/provider/
H A DImps.java144 public static final String ACCOUNT_CONNECTION_STATUS = "account_connStatus"; field in class:Imps.Provider

Completed in 41 milliseconds