HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_DEVICE_STORAGE_NOT_FULL (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsStorageMonitor.java 88 filter.addAction(Intent.ACTION_DEVICE_STORAGE_NOT_FULL);
162 } else if (intent.getAction().equals(Intent.ACTION_DEVICE_STORAGE_NOT_FULL)) {
  /packages/apps/Mms/src/com/android/mms/ui/
SmsStorageMonitor.java 41 } else if (intent.getAction().equals(Intent.ACTION_DEVICE_STORAGE_NOT_FULL)) {
  /frameworks/base/services/core/java/com/android/server/storage/
DeviceStorageMonitorService.java 339 mStorageNotFullIntent = new Intent(Intent.ACTION_DEVICE_STORAGE_NOT_FULL);
  /frameworks/base/core/java/android/content/
Intent.java     [all...]

Completed in 62 milliseconds