Searched defs:applicationContext (Results 1 – 6 of 6) sorted by relevance
29 public final Context applicationContext; field in RecentsVisibilityChangedEvent
28 public final Context applicationContext; field in ScreenPinningRequestEvent
59 final Context applicationContext = context.getApplicationContext(); in getRegistry() local
56 Context applicationContext = getApplicationContext(); in run() local
2321 Context applicationContext = getContext().getApplicationContext(); in generateDecor() local
1557 public abstract T createService(Context applicationContext) throws ServiceNotFoundException; in createService()