Home
last modified time | relevance | path

Searched defs:STORAGE_SERVICE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java456 registerService(Context.STORAGE_SERVICE, StorageManager.class, in registerService()
/frameworks/base/core/java/android/content/
DContext.java3327 public static final String STORAGE_SERVICE = "storage"; field in Context