Searched refs:shouldWriteToDebug (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/core/tests/PlatformCompatFramework/src/com/android/internal/compat/ |
H A D | ChangeReporterTest.java | 68 assertTrue(reporter.shouldWriteToDebug(myUid, myChangeId, myState)); in testDebugLogOnce() 72 assertFalse(reporter.shouldWriteToDebug(myUid, myChangeId, myState)); in testDebugLogOnce() 74 assertTrue(reporter.shouldWriteToDebug(otherUid, myChangeId, myState)); in testDebugLogOnce() 75 assertTrue(reporter.shouldWriteToDebug(myUid, otherChangeId, myState)); in testDebugLogOnce() 86 assertTrue(reporter.shouldWriteToDebug(myUid, myChangeId, myState)); in testDebugLogAfterReset() 90 assertFalse(reporter.shouldWriteToDebug(myUid, myChangeId, myState)); in testDebugLogAfterReset() 94 assertTrue(reporter.shouldWriteToDebug(myUid, myChangeId, myState)); in testDebugLogAfterReset() 104 assertTrue(reporter.shouldWriteToDebug(myUid, myChangeId, myState)); in testDebugLogWithLogAll() 109 assertTrue(reporter.shouldWriteToDebug(myUid, myChangeId, myState)); in testDebugLogWithLogAll() 110 assertTrue(reporter.shouldWriteToDebug(myUid, myChangeId, myState)); in testDebugLogWithLogAll() [all …]
|
/aosp12/frameworks/base/core/java/com/android/internal/compat/ |
H A D | ChangeReporter.java | 96 if (shouldWriteToDebug(uid, changeId, state)) { in reportChange() 139 public boolean shouldWriteToDebug(int uid, long changeId, int state) { in shouldWriteToDebug() method in ChangeReporter
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 21494 HSPLcom/android/internal/compat/ChangeReporter;->shouldWriteToDebug(IJI)Z
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 21541 HSPLcom/android/internal/compat/ChangeReporter;->shouldWriteToDebug(IJI)Z
|