Searched refs:mLocalService (Results 1 – 1 of 1) sorted by relevance
117 private Intent mLocalService; field in ServiceTest733 mLocalService = new Intent(mContext, LocalService.class); in setUp()774 mContext.stopService(mLocalService); in tearDown()924 startExpectResult(mLocalService); in testLocalStartClass()933 bindExpectResult(mLocalService); in testLocalBindClass()942 mLocalService, Context.BIND_AUTO_CREATE, mBackgroundThreadExecutor, conn); in testBindServiceWithExecutor()1120 mContext.startService(new Intent(mLocalService).putExtras(bundle)); in testRunningServices()1132 mContext.stopService(mLocalService); in testRunningServices()1141 mContext.stopService(mLocalService); in testRunningServices()1440 bindAutoExpectResult(mLocalService); in testLocalBindAutoClass()[all …]