OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StorageLowState
(Results
1 - 3
of
3
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
StorageLowState.java
27
public final class
StorageLowState
{
48
private
StorageLowState
() {
66
* Notifies {@link
StorageLowState
} that the device has entered storage low state.
/packages/apps/UnifiedEmail/src/com/android/mail/
MailIntentService.java
20
import com.android.mail.utils.
StorageLowState
;
88
StorageLowState
.setIsStorageLow(true);
90
StorageLowState
.setIsStorageLow(false);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
MailActivity.java
39
import com.android.mail.utils.
StorageLowState
;
241
StorageLowState
.checkStorageLowMode(this);
Completed in 61 milliseconds