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.java74 Bundle notificationExtras = null;
76 notificationExtras = finalizeBatchAndBuildDeviceOwnerMessageLocked();
78 if (notificationExtras != null) {
79 notifyDeviceOwner(notificationExtras);
127 Bundle notificationExtras = null; in handleMessage() local
131 notificationExtras = finalizeBatchAndBuildDeviceOwnerMessageLocked(); in handleMessage()
134 if (notificationExtras != null) { in handleMessage()
135 notifyDeviceOwner(notificationExtras); in handleMessage()
164 Bundle notificationExtras = null; in resume() local
178 notificationExtras = buildDeviceOwnerMessageLocked(); in resume()
[all …]