Searched refs:mArchive (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | ArchiveTest.java | 60 private NotificationManagerService.Archive mArchive; field in ArchiveTest 69 mArchive.updateHistoryEnabled(USER_SYSTEM, true); in setUp() 70 mArchive.updateHistoryEnabled(USER_CURRENT, true); in setUp() 92 mArchive.record(sbn, REASON_CANCEL); in testRecordAndRead() 123 mArchive.record(sbn, REASON_CANCEL); in testRecordAndRead_overLimit() 144 mArchive.record(sbn, REASON_CANCEL); in testDoesNotRecordIfHistoryDisabled() 164 mArchive.record(sbn, REASON_CANCEL); in testRemovesEntriesWhenHistoryDisabled() 184 mArchive.record(sbn0, REASON_CANCEL); in testRemoveChannelNotifications() 187 mArchive.record(sbn, REASON_CANCEL); in testRemoveChannelNotifications() 209 mArchive.record(sbn0, REASON_CANCEL); in testRemoveChannelNotifications_concurrently() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/trust/ |
H A D | TrustAgentWrapper.java | 196 mTrustManagerService.mArchive.logGrantTrust(mUserId, mName, 203 mTrustManagerService.mArchive.logTrustTimeout(mUserId, mName); 214 mTrustManagerService.mArchive.logRevokeTrust(mUserId, mName); 247 mTrustManagerService.mArchive.logManagingTrust(mUserId, mName, mManagingTrust); 436 mTrustManagerService.mArchive.logAgentConnected(mUserId, name); 458 mTrustManagerService.mArchive.logAgentDied(mUserId, name); 730 mTrustManagerService.mArchive.logAgentStopped(mUserId, mName); in destroy()
|
H A D | TrustManagerService.java | 158 /* package */ final TrustArchive mArchive = new TrustArchive(); field in TrustManagerService 1062 mArchive.logDevicePolicyChanged(); in updateDevicePolicyFeatures() 1837 mArchive.dump(fout, 50, user.id, " " /* linePrefix */, duplicateSimpleNames);
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationManagerService.java | 638 private Archive mArchive; field in NotificationManagerService 1974 mArchive.updateHistoryEnabled(userIds.get(i), in update() 2415 mArchive = new Archive(resources.getInteger( in init() 4074 mArchive.removeChannelNotifications(pkg, callingUser, channelId); 4523 synchronized (mArchive) { 4524 tmp = mArchive.getArray(mUm, count, includeSnoozed); 6381 pw.println(" mArchive=" + mArchive.toString()); 6382 mArchive.dumpImpl(pw, filter); 9406 mArchive.record(r.getSbn(), reason);
|