Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java451 Intent lowMemIntent = new Intent(StorageManager.ACTION_MANAGE_STORAGE); in updateNotifications() local
452 lowMemIntent.putExtra(StorageManager.EXTRA_UUID, uuid); in updateNotifications()
453 lowMemIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in updateNotifications()
461 PendingIntent intent = PendingIntent.getActivityAsUser(context, 0, lowMemIntent, 0, in updateNotifications()