Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java1047 filter.addAction(DevicePolicyManager.ACTION_SHOW_DEVICE_MONITORING_DIALOG); in makeStatusBarView()
3043 else if (DevicePolicyManager.ACTION_SHOW_DEVICE_MONITORING_DIALOG.equals(action)) {
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java1246 public static final String ACTION_SHOW_DEVICE_MONITORING_DIALOG field in DevicePolicyManager
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java12406 final Intent intent = new Intent(DevicePolicyManager.ACTION_SHOW_DEVICE_MONITORING_DIALOG); in sendNetworkLoggingNotificationLocked()