Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/
DDeviceStorageMonitorService.java340 Intent lowMemIntent = new Intent(Intent.ACTION_MANAGE_PACKAGE_STORAGE); in sendNotification() local
341 lowMemIntent.putExtra("memory", mFreeMem); in sendNotification()
342 lowMemIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in sendNotification()
350 PendingIntent intent = PendingIntent.getActivity(mContext, 0, lowMemIntent, 0); in sendNotification()