Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DActiveAdmin.java164 int mNearbyNotificationStreamingPolicy = NEARBY_STREAMING_DISABLED; field in ActiveAdmin
556 if (mNearbyNotificationStreamingPolicy != NEARBY_STREAMING_DISABLED) { in writeToXml()
558 mNearbyNotificationStreamingPolicy); in writeToXml()
806 mNearbyNotificationStreamingPolicy = parser.getAttributeInt(null, ATTR_VALUE); in readFromXml()
1167 pw.println(mNearbyNotificationStreamingPolicy); in dump()
H A DDevicePolicyManagerService.java7796 if (admin.mNearbyNotificationStreamingPolicy != policy) {
7797 admin.mNearbyNotificationStreamingPolicy = policy;
7818 return admin.mNearbyNotificationStreamingPolicy;