Searched defs:getSystemContext (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/test-runner/src/android/test/
H A DApplicationTestCase.java164 public Context getSystemContext() { method in class:ApplicationTestCase
H A DServiceTestCase.java324 public Context getSystemContext() { method in class:ServiceTestCase
/frameworks/base/core/java/android/app/
H A DActivityThread.java1443 Context context = getSystemContext();
1901 public ContextImpl getSystemContext() { method in class:ActivityThread
1923 ContextImpl context = getSystemContext();
4920 context.init(getSystemContext().mPackageInfo, null, this);
4994 dropBox = (DropBoxManager) getSystemContext().getSystemService(Context.DROPBOX_SERVICE);

Completed in 1495 milliseconds