Searched refs:sContext (Results 1 – 5 of 5) sorted by relevance
28 private static Context sContext; field in ShadowStatusBarNotification32 return sContext; in getPackageContext()36 sContext = context; in setContext()
52 private static Context sContext; field in ApnDatabase149 sContext = context; in initializeAppContext()153 super(sContext, APN_DATABASE_NAME, null, DB_VERSION); in ApnDatabase()167 final File dbFile = sContext.getDatabasePath(APN_DATABASE_NAME); in doesDatabaseExist()336 final Resources r = sContext.getResources(); in loadApnTable()
53 private static MapClientService sContext; field in MnsService61 sContext = context; in MnsService()128 MceStateMachine stateMachine = sContext.getMceStateMachineForDevice(device); in onConnect()
31 EGLContext RenderBase::sContext = EGL_NO_CONTEXT; member in RenderBase135 sContext = context; in prepareGL()
54 static EGLContext sContext; variable