Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DArchiveTest.java65 private NotificationManagerService.Archive mArchive; field in ArchiveTest
73 mArchive = new NotificationManagerService.Archive(SIZE); in setUp()
74 mArchive.updateHistoryEnabled(USER_SYSTEM, true); in setUp()
75 mArchive.updateHistoryEnabled(USER_CURRENT, true); in setUp()
97 mArchive.record(sbn, REASON_CANCEL); in testRecordAndRead()
100 List<StatusBarNotification> actual = Arrays.asList(mArchive.getArray(mUm, SIZE, true)); in testRecordAndRead()
109 mArchive.record(getNotification("pkg", 1, UserHandle.of(USER_SYSTEM)), REASON_CANCEL); in testCrossUser()
110 mArchive.record(getNotification("pkg", 2, UserHandle.of(USER_CURRENT)), REASON_CANCEL); in testCrossUser()
111 mArchive.record(getNotification("pkg", 3, UserHandle.of(USER_ALL)), REASON_CANCEL); in testCrossUser()
112 mArchive.record(getNotification("pkg", 4, UserHandle.of(USER_NULL)), REASON_CANCEL); in testCrossUser()
[all …]
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java194 mTrustManagerService.mArchive.logGrantTrust(mUserId, mName,
201 mTrustManagerService.mArchive.logTrustTimeout(mUserId, mName);
212 mTrustManagerService.mArchive.logRevokeTrust(mUserId, mName);
245 mTrustManagerService.mArchive.logManagingTrust(mUserId, mName, mManagingTrust);
437 mTrustManagerService.mArchive.logAgentConnected(mUserId, name);
461 mTrustManagerService.mArchive.logAgentDied(mUserId, name);
733 mTrustManagerService.mArchive.logAgentStopped(mUserId, mName); in destroy()
DTrustManagerService.java160 /* package */ final TrustArchive mArchive = new TrustArchive(); field in TrustManagerService
1135 mArchive.logDevicePolicyChanged(); in updateDevicePolicyFeatures()
1974 mArchive.dump(fout, 50, user.id, " " /* linePrefix */, duplicateSimpleNames);
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java680 private Archive mArchive; field in NotificationManagerService
2196 mArchive.updateHistoryEnabled(userId, in update()
2551 mArchive = new Archive(resources.getInteger( in init()
4302 mArchive.removeChannelNotifications(pkg, callingUser, channelId);
4810 synchronized (mArchive) {
4811 tmp = mArchive.getArray(mUm, count, includeSnoozed);
6921 pw.println(" mArchive=" + mArchive.toString());
6922 mArchive.dumpImpl(pw, filter);
9530 mArchive.removePackageNotifications(pkg, userHandle);
9775 mArchive.record(r.getSbn(), reason);