Searched refs:newEmptyInstanceForTest (Results 1 – 5 of 5) sorted by relevance
72 ServiceRecord record = ServiceRecord.newEmptyInstanceForTest(null); in testFgsStartThenApiStart()93 ServiceRecord record = ServiceRecord.newEmptyInstanceForTest(null); in testApiStartThenFgsStart()117 ServiceRecord record = ServiceRecord.newEmptyInstanceForTest(null); in testFgsStartApiStartFgsStopApiStop()156 ServiceRecord record = ServiceRecord.newEmptyInstanceForTest(null); in testApiStartStopFgs()176 ServiceRecord record = ServiceRecord.newEmptyInstanceForTest(null); in testFgsStartStopApiStartStop()200 ServiceRecord record = ServiceRecord.newEmptyInstanceForTest(null); in testMultipleStartStopApis()257 ServiceRecord record = ServiceRecord.newEmptyInstanceForTest(null); in testMultipleStartStops()325 ServiceRecord record = ServiceRecord.newEmptyInstanceForTest(null); in testMultiStartStopThroughout()394 ServiceRecord record = ServiceRecord.newEmptyInstanceForTest(null); in testMultipleFGS()397 ServiceRecord record2 = ServiceRecord.newEmptyInstanceForTest(ams); in testMultipleFGS()[all …]
152 final ServiceRecord sr = spy(ServiceRecord.newEmptyInstanceForTest(mAms)); in testServiceTimeoutAndProcessKill()
326 ServiceRecord service = ServiceRecord.newEmptyInstanceForTest(mAms); in testApplicationStartInfo()
562 ServiceRecord s = ServiceRecord.newEmptyInstanceForTest(mService); in testUpdateOomAdj_DoOne_FgService_ShortFgs()605 s = ServiceRecord.newEmptyInstanceForTest(mService); in testUpdateOomAdj_DoOne_FgService_ShortFgs()1166 ServiceRecord s = ServiceRecord.newEmptyInstanceForTest(mService); in testUpdateOomAdj_DoOne_Service_ImportantFgService_ShortFgs()1197 ServiceRecord s = ServiceRecord.newEmptyInstanceForTest(mService); in testUpdateOomAdj_DoOne_Service_BoundForegroundService_with_ShortFgs()1490 ServiceRecord s = ServiceRecord.newEmptyInstanceForTest(mService); in testUpdateOomAdj_DoOne_Provider_FgService_ShortFgs()
1130 public static ServiceRecord newEmptyInstanceForTest(ActivityManagerService ams) { in newEmptyInstanceForTest() method in ServiceRecord