Searched refs:app1Cookie2 (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | ApplicationExitInfoTest.java | 220 final byte[] app1Cookie2 = {(byte) 0x08, (byte) 0x07, (byte) 0x06, (byte) 0x05, in testApplicationExitInfo() 317 mAppExitInfoTracker.setProcessStateSummary(app1Uid, app1Pid2, app1Cookie2); in testApplicationExitInfo() 319 app1Pid2), app1Cookie2, app1Cookie2.length)); in testApplicationExitInfo() local 349 assertTrue(ArrayUtils.equals(info.getProcessStateSummary(), app1Cookie2, in testApplicationExitInfo() local 350 app1Cookie2.length)); in testApplicationExitInfo()
|