Searched refs:noti (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
D | BiometricNotificationLoggerTest.java | 68 final StatusBarNotification noti = createNotificationWithNullTag(); in testNotification_emptyStringTag_doesNothing() local 69 mNotificationLogger.onNotificationPosted(noti, null); in testNotification_emptyStringTag_doesNothing() 76 final StatusBarNotification noti = createFaceNotification(); in testFaceNotification_posted() local 77 mNotificationLogger.onNotificationPosted(noti, null); in testFaceNotification_posted() 86 final StatusBarNotification noti = createFingerprintNotification(); in testFingerprintNotification_posted() local 87 mNotificationLogger.onNotificationPosted(noti, null); in testFingerprintNotification_posted() 96 final StatusBarNotification noti = createFaceNotification(); in testFaceNotification_clicked() local 97 mNotificationLogger.onNotificationRemoved(noti, null, in testFaceNotification_clicked() 107 final StatusBarNotification noti = createFingerprintNotification(); in testFingerprintNotification_clicked() local 108 mNotificationLogger.onNotificationRemoved(noti, null, in testFingerprintNotification_clicked() [all …]
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | CertificateMonitor.java | 158 final Notification noti = buildNotification(userHandle, pendingCertificateCount); in updateInstalledCertificates() local 160 LOG_TAG, MONITORING_CERT_NOTIFICATION_ID, noti, userHandle); in updateInstalledCertificates()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
D | BackgroundRestrictionTest.java | 1648 final StatusBarNotification noti = new StatusBarNotification( in runExemptionTestOnce() local 1652 mAppFGSTracker.mNotificationListener.onNotificationPosted(noti, null); in runExemptionTestOnce() 1655 mAppFGSTracker.mNotificationListener.onNotificationRemoved(noti, null, 0); in runExemptionTestOnce()
|