Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/om/
DIdmapDaemon.java19 import static android.content.Context.IDMAP_SERVICE;
290 final IBinder binder = ServiceManager.getService(IDMAP_SERVICE); in getIdmapService()
294 TextUtils.formatSimple("service '%s' died", IDMAP_SERVICE)), 0); in getIdmapService()
303 IDMAP_SERVICE, SERVICE_CONNECT_UPTIME_TIMEOUT_MS, in getIdmapService()
/frameworks/base/core/java/android/content/
DContext.java6150 public static final String IDMAP_SERVICE = "idmap"; field in Context