Home
last modified time | relevance | path

Searched refs:newEmptyInstanceForTest (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DFgsLoggerTest.java72 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 …]
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DServiceTimeoutTest.java152 final ServiceRecord sr = spy(ServiceRecord.newEmptyInstanceForTest(mAms)); in testServiceTimeoutAndProcessKill()
DApplicationStartInfoTest.java326 ServiceRecord service = ServiceRecord.newEmptyInstanceForTest(mAms); in testApplicationStartInfo()
DMockingOomAdjusterTests.java562 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()
/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java1130 public static ServiceRecord newEmptyInstanceForTest(ActivityManagerService ams) { in newEmptyInstanceForTest() method in ServiceRecord