Searched refs:getDataMap (Results 1 – 4 of 4) sorted by relevance
128 DataMap data = context.getDataMap(mDataMapId); in apply()
192 public DataMap getDataMap(int id) { in getDataMap() method in AndroidRemoteContext193 return mRemoteComposeState.getDataMap(id); in getDataMap()
556 public @Nullable DataMap getDataMap(int id) { in getDataMap() method in RemoteComposeState
286 public abstract @Nullable DataMap getDataMap(int id); in getDataMap() method in RemoteContext