Searched refs:mStartServiceIntent (Results 1 – 1 of 1) sorted by relevance
29 Intent mStartServiceIntent; field in AlarmServiceTest52 mStartServiceIntent = new Intent(this.getSystemContext(),AlarmService.class); in setUp()71 this.startService(mStartServiceIntent); in testServiceCreate()