Searched refs:IDMAP_SERVICE (Results 1 – 2 of 2) sorted by relevance
19 import static android.content.Context.IDMAP_SERVICE;201 final IBinder binder = ServiceManager.getService(IDMAP_SERVICE); in getIdmapService()204 () -> Slog.w(TAG, String.format("service '%s' died", IDMAP_SERVICE)), 0); in getIdmapService()215 String.format("Failed to connect to '%s' in %d milliseconds", IDMAP_SERVICE, in getIdmapService()
5420 public static final String IDMAP_SERVICE = "idmap"; field in Context