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

/frameworks/base/test-runner/src/android/test/
H A DApplicationTestCase.java168 public Context getSystemContext() { method in class:ApplicationTestCase
H A DServiceTestCase.java328 public Context getSystemContext() { method in class:ServiceTestCase
/frameworks/base/core/java/android/app/
H A DActivityThread.java913 final ConnectivityManager cm = ConnectivityManager.from(getSystemContext());
1734 Context context = getSystemContext();
2000 getSystemContext().mPackageInfo.getClassLoader());
2052 public ContextImpl getSystemContext() { method in class:ActivityThread
2063 getSystemContext().installSystemApplicationInfo(info, classLoader);
4779 final Theme systemTheme = getSystemContext().getTheme();
5979 this, getSystemContext().mPackageInfo);
6078 dropBox = (DropBoxManager) getSystemContext().getSystemService(Context.DROPBOX_SERVICE);

Completed in 131 milliseconds