OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContextImpl
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/core/java/android/app/
ContextImpl.java
208
class
ContextImpl
extends Context {
209
private final static String TAG = "
ContextImpl
";
271
*
ContextImpl
. Else, use StaticServiceFetcher below.
279
public Object getService(
ContextImpl
ctx) {
307
public Object createService(
ContextImpl
ctx) {
319
public final Object getService(
ContextImpl
unused) {
347
public Object createService(
ContextImpl
ctx) {
354
public Object getService(
ContextImpl
ctx) {
359
public Object getService(
ContextImpl
ctx) {
364
public Object createService(
ContextImpl
ctx)
[
all
...]
ActivityThread.java
164
private
ContextImpl
mSystemContext;
526
ContextImpl
context;
[
all
...]
Application.java
182
mLoadedApk =
ContextImpl
.getImpl(context).mPackageInfo;
SharedPreferencesImpl.java
600
ContextImpl
.setFilePermissionsFromMode(mFile.getPath(), mMode, 0);
LoadedApk.java
557
ContextImpl
appContext =
ContextImpl
.createAppContext(mActivityThread, this);
[
all
...]
ApplicationPackageManager.java
[
all
...]
/frameworks/native/services/inputflinger/
InputReader.h
447
class
ContextImpl
: public InputReaderContext {
451
ContextImpl
(InputReader* reader);
466
friend class
ContextImpl
;
[
all
...]
InputReader.cpp
785
// --- InputReader::
ContextImpl
---
787
InputReader::
ContextImpl
::
ContextImpl
(InputReader* reader) :
791
void InputReader::
ContextImpl
::updateGlobalMetaState() {
796
int32_t InputReader::
ContextImpl
::getGlobalMetaState() {
801
void InputReader::
ContextImpl
::disableVirtualKeysUntil(nsecs_t time) {
806
bool InputReader::
ContextImpl
::shouldDropVirtualKey(nsecs_t now,
812
void InputReader::
ContextImpl
::fadePointer() {
817
void InputReader::
ContextImpl
::requestTimeoutAtTime(nsecs_t when) {
822
int32_t InputReader::
ContextImpl
::bumpGeneration()
[
all
...]
Completed in 591 milliseconds