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.java914 final ConnectivityManager cm = ConnectivityManager.from(getSystemContext());
1735 Context context = getSystemContext();
2001 getSystemContext().mPackageInfo.getClassLoader());
2053 public ContextImpl getSystemContext() { method in class:ActivityThread
2064 getSystemContext().installSystemApplicationInfo(info, classLoader);
4780 final Theme systemTheme = getSystemContext().getTheme();
5981 this, getSystemContext().mPackageInfo);
6080 dropBox = (DropBoxManager) getSystemContext().getSystemService(Context.DROPBOX_SERVICE);

Completed in 115 milliseconds