Searched refs:mAppContext (Results 1 – 6 of 6) sorted by relevance
47 private final Context mAppContext; field in PowerWhitelistBackend61 mAppContext = context.getApplicationContext(); in PowerWhitelistBackend()98 final DevicePolicyManager devicePolicyManager = mAppContext.getSystemService( in isDefaultActiveApp()178 final boolean hasTelephony = mAppContext.getPackageManager().hasSystemFeature( in refreshList()180 final ComponentName defaultSms = SmsApplication.getDefaultSmsApplication(mAppContext, in refreshList()183 mAppContext); in refreshList()
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()
105 private Context mAppContext; field in Instrumentation316 return mAppContext; in getTargetContext()2029 mAppContext = appContext; in init()
6740 Landroid/app/Instrumentation;->mAppContext:Landroid/content/Context;77426 Landroid/view/ThreadedRenderer$ProcessInitializer;->mAppContext:Landroid/content/Context;