Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DNetworkLoggingHandler.java84 Bundle notificationExtras = null;
86 notificationExtras = finalizeBatchAndBuildAdminMessageLocked();
88 if (notificationExtras != null) {
89 notifyDeviceOwnerOrProfileOwner(notificationExtras);
139 Bundle notificationExtras = null; in handleMessage() local
143 notificationExtras = finalizeBatchAndBuildAdminMessageLocked(); in handleMessage()
146 if (notificationExtras != null) { in handleMessage()
147 notifyDeviceOwnerOrProfileOwner(notificationExtras); in handleMessage()
175 Bundle notificationExtras; in forceBatchFinalization() local
182 notificationExtras = finalizeBatchAndBuildAdminMessageLocked(); in forceBatchFinalization()
[all …]