Searched refs:mAppContext (Results 1 – 6 of 6) sorted by relevance
47 private final Context mAppContext; field in PowerWhitelistBackend60 mAppContext = context.getApplicationContext(); in PowerWhitelistBackend()93 final boolean hasTelephony = mAppContext.getPackageManager().hasSystemFeature( in isDefaultActiveApp()95 final ComponentName defaultSms = SmsApplication.getDefaultSmsApplication(mAppContext, in isDefaultActiveApp()102 final String defaultDialer = DefaultDialerManager.getDefaultDialerApplication(mAppContext); in isDefaultActiveApp()107 final DevicePolicyManager devicePolicyManager = mAppContext.getSystemService( in isDefaultActiveApp()
83 private final Context mAppContext; field in RecentsConfiguration89 mAppContext = context.getApplicationContext(); in RecentsConfiguration()90 Resources res = mAppContext.getResources(); in RecentsConfiguration()116 boolean isLandscape = mAppContext.getResources().getConfiguration().orientation == in getDockStatesForCurrentOrientation()
63 private Context mAppContext; field in CurrentUserTracker.UserReceiver71 mAppContext = context.getApplicationContext(); in UserReceiver()99 mAppContext.registerReceiver(this, filter); in addTracker()108 mAppContext.unregisterReceiver(this); in removeTracker()
51 private final Context mAppContext; field in ActionsModelParamsSupplier65 mAppContext = appContext != null ? appContext : context; in ActionsModelParamsSupplier()67 mSettingsObserver = new SettingsObserver(mAppContext, () -> { in ActionsModelParamsSupplier()84 mActionsModelParams = parse(mAppContext.getContentResolver()); in get()128 mAppContext.getContentResolver().unregisterContentObserver(mSettingsObserver); in finalize()
104 private Context mAppContext; field in Instrumentation315 return mAppContext; in getTargetContext()2022 mAppContext = appContext; in init()
7170 Landroid/app/Instrumentation;->mAppContext:Landroid/content/Context;82926 Landroid/view/ThreadedRenderer$ProcessInitializer;->mAppContext:Landroid/content/Context;