HomeSort by relevance Sort by last modified time
    Searched refs:ContextImpl (Results 1 - 25 of 33) sorted by null

1 2

  /frameworks/base/core/java/android/app/
SystemServiceRegistry.java 158 * Used by {@link ContextImpl}.
178 public AccessibilityManager createService(ContextImpl ctx) {
185 public CaptioningManager createService(ContextImpl ctx) {
192 public AccountManager createService(ContextImpl ctx) throws ServiceNotFoundException {
201 public ActivityManager createService(ContextImpl ctx) {
208 public AlarmManager createService(ContextImpl ctx) throws ServiceNotFoundException {
217 public AudioManager createService(ContextImpl ctx) {
224 public MediaRouter createService(ContextImpl ctx) {
231 public BluetoothManager createService(ContextImpl ctx) {
246 public TextClassificationManager createService(ContextImpl ctx)
    [all...]
ContextImpl.java 142 class ContextImpl extends Context {
143 private final static String TAG = "ContextImpl";
152 @GuardedBy("ContextImpl.class")
158 @GuardedBy("ContextImpl.class")
206 // The system service cache for the system services that are cached per-ContextImpl.
209 static ContextImpl getImpl(Context context) {
215 return (ContextImpl)context;
362 synchronized (ContextImpl.class) {
378 synchronized (ContextImpl.class) {
425 synchronized (ContextImpl.class)
    [all...]
ActivityThread.java 227 private ContextImpl mSystemContext;
228 private ContextImpl mSystemUiContext;
655 ContextImpl context;
    [all...]
Application.java 190 mLoadedApk = ContextImpl.getImpl(context).mPackageInfo;
SharedPreferencesImpl.java 739 ContextImpl.setFilePermissionsFromMode(mFile.getPath(), mMode, 0);
  /build/soong/ui/build/
context.go 60 type Context struct{ *ContextImpl }
61 type ContextImpl struct {
72 func (c ContextImpl) BeginTrace(name string) {
79 func (c ContextImpl) EndTrace() {
86 func (c ContextImpl) CompleteTrace(name string, begin, end uint64) {
93 func (c ContextImpl) ImportNinjaLog(filename string, startOffset time.Time) {
99 func (c ContextImpl) IsTerminal() bool {
106 func (c ContextImpl) TermWidth() (int, bool) {
config_test.go 28 return Context{&ContextImpl{
  /build/soong/cmd/soong_ui/
main.go 63 buildCtx := build.Context{&build.ContextImpl{
  /external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-4.1.2_r1-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-4.1.2_r1-robolectric-0.jar 
  /build/soong/cmd/multiproduct_kati/
main.go 176 buildCtx := build.Context{&build.ContextImpl{
269 productCtx := build.Context{&build.ContextImpl{
  /frameworks/base/config/
dirty-image-objects 146 android.app.ContextImpl
  /frameworks/native/services/inputflinger/
InputReader.cpp     [all...]
InputReader.h 447 class ContextImpl : public InputReaderContext {
451 explicit ContextImpl(InputReader* reader);
468 friend class ContextImpl;
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]

Completed in 778 milliseconds

1 2