Searched refs:mLocalService (Results 1 – 1 of 1) sorted by relevance
99 private Intent mLocalService; field in ServiceTest701 mLocalService = new Intent(mContext, LocalService.class); in setUp()738 mContext.stopService(mLocalService); in tearDown()878 startExpectResult(mLocalService); in testLocalStartClass()887 bindExpectResult(mLocalService); in testLocalBindClass()896 mLocalService, Context.BIND_AUTO_CREATE, mBackgroundThreadExecutor, conn); in testBindServiceWithExecutor()1046 mContext.startService(new Intent(mLocalService).putExtras(bundle)); in testRunningServices()1058 mContext.stopService(mLocalService); in testRunningServices()1067 mContext.stopService(mLocalService); in testRunningServices()1365 bindAutoExpectResult(mLocalService); in testLocalBindAutoClass()[all …]