Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/os/
DParcelTest.java45 private static final int WORK_SOURCE_1 = 1000; field in ParcelTest
64 assertEquals(false, p.replaceCallingWorkSourceUid(WORK_SOURCE_1)); in testCallingWorkSourceUidAfterWrite()
84 assertEquals(true, p.replaceCallingWorkSourceUid(WORK_SOURCE_1)); in testCallingWorkSourceUidAfterEnforce()
88 assertEquals(WORK_SOURCE_1, p.readCallingWorkSourceUid()); in testCallingWorkSourceUidAfterEnforce()
101 Binder.setCallingWorkSourceUid(WORK_SOURCE_1); in testParcelWithMultipleHeaders()
109 assertEquals(WORK_SOURCE_1, p.readCallingWorkSourceUid()); in testParcelWithMultipleHeaders()
111 assertEquals(WORK_SOURCE_1, p.readCallingWorkSourceUid()); in testParcelWithMultipleHeaders()