Searched refs:myContext (Results 1 – 2 of 2) sorted by relevance
403 public IBinder peekService(Context myContext, Intent service) { in peekService() argument407 service.prepareToLeaveProcess(myContext); in peekService()409 myContext.getContentResolver()), myContext.getOpPackageName()); in peekService()
316 MyContextWrapper myContext = new MyContextWrapper(InstrumentationRegistry.getContext()); in setUp() local317 mInjector = new MyInjector(myContext, Looper.getMainLooper()); in setUp()