OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bordeauxsessionmanager
(Results
1 - 3
of
3
) sorted by null
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxSessionStorage.java
101
private
BordeauxSessionManager
.Session getSessionFromCursor(Cursor cursor) {
102
BordeauxSessionManager
.Session session = new
BordeauxSessionManager
.Session();
115
BordeauxSessionManager
.Session getSession(String key) {
128
BordeauxSessionManager
.Session s = getSessionFromCursor(cursor);
133
void getAllSessions(ConcurrentHashMap<String,
BordeauxSessionManager
.Session> sessions) {
139
BordeauxSessionManager
.Session session = getSessionFromCursor(cursor);
BordeauxService.java
66
BordeauxSessionManager
mSessionManager;
76
mSessionManager = new
BordeauxSessionManager
(this);
127
BordeauxSessionManager
.SessionKey key =
BordeauxSessionManager.java
36
class
BordeauxSessionManager
{
38
static private final String TAG = "
BordeauxSessionManager
";
74
public
BordeauxSessionManager
(final Context context) {
Completed in 163 milliseconds