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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsStorageMonitor.java 82 filter.addAction(Intent.ACTION_DEVICE_STORAGE_FULL);
153 if (intent.getAction().equals(Intent.ACTION_DEVICE_STORAGE_FULL)) {
  /packages/apps/Mms/src/com/android/mms/ui/
SmsStorageMonitor.java 39 if (intent.getAction().equals(Intent.ACTION_DEVICE_STORAGE_FULL)) {
  /frameworks/base/services/java/com/android/server/
DeviceStorageMonitorService.java 330 mStorageFullIntent = new Intent(Intent.ACTION_DEVICE_STORAGE_FULL);
  /frameworks/base/core/java/android/content/
Intent.java     [all...]

Completed in 67 milliseconds