Searched defs:sContext (Results 1 – 5 of 5) sorted by relevance
60 private static AtomicReference<Context> sContext = new AtomicReference<Context>(null); field in ChildProcessService
111 AuthContext sContext; /* The authorization context */ in sqlite3Update() local
237 AuthContext sContext; /* Authorization context */ in sqlite3DeleteFrom() local
5627 sqlite3_context sContext; in sqlite3VdbeExec() local
43 private static Activity sContext = null; field in JniInterface