Searched refs:app1Cookie1 (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | ApplicationExitInfoTest.java | 218 final byte[] app1Cookie1 = {(byte) 0x01, (byte) 0x02, (byte) 0x03, (byte) 0x04, in testApplicationExitInfo() 238 mAppExitInfoTracker.setProcessStateSummary(app1Uid, app1Pid1, app1Cookie1); in testApplicationExitInfo() 240 app1Pid1), app1Cookie1, app1Cookie1.length)); in testApplicationExitInfo() local 272 assertTrue(ArrayUtils.equals(info.getProcessStateSummary(), app1Cookie1, in testApplicationExitInfo() local 273 app1Cookie1.length)); in testApplicationExitInfo() 315 mAppExitInfoTracker.setProcessStateSummary(app1Uid, app1Pid2, app1Cookie1); in testApplicationExitInfo() 371 assertTrue(ArrayUtils.equals(info.getProcessStateSummary(), app1Cookie1, in testApplicationExitInfo() local 372 app1Cookie1.length)); in testApplicationExitInfo()
|