Searched refs:lowMemIntent (Results 1 – 1 of 1) sorted by relevance
451 Intent lowMemIntent = new Intent(StorageManager.ACTION_MANAGE_STORAGE); in updateNotifications() local452 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()